Class SignedPropertiesType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignedPropertiesType
- All Implemented Interfaces:
Serializable
Java class for SignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.1.1#}SignedSignaturePropertiesType"/> <element name="SignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.1.1#}SignedDataObjectPropertiesType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected SignedDataObjectPropertiesType
protected SignedSignaturePropertiesType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the signedDataObjectProperties property.Gets the value of the signedSignatureProperties property.void
Sets the value of the id property.void
Sets the value of the signedDataObjectProperties property.void
Sets the value of the signedSignatureProperties property.
-
Field Details
-
signedSignatureProperties
-
signedDataObjectProperties
-
id
-
-
Constructor Details
-
SignedPropertiesType
public SignedPropertiesType()
-
-
Method Details
-
getSignedSignatureProperties
Gets the value of the signedSignatureProperties property.- Returns:
- possible object is
SignedSignaturePropertiesType
-
setSignedSignatureProperties
Sets the value of the signedSignatureProperties property.- Parameters:
value
- allowed object isSignedSignaturePropertiesType
-
getSignedDataObjectProperties
Gets the value of the signedDataObjectProperties property.- Returns:
- possible object is
SignedDataObjectPropertiesType
-
setSignedDataObjectProperties
Sets the value of the signedDataObjectProperties property.- Parameters:
value
- allowed object isSignedDataObjectPropertiesType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-