Class UnsignedPropertiesType
java.lang.Object
eu.europa.esig.xades.jaxb.xades122.UnsignedPropertiesType
- All Implemented Interfaces:
Serializable
Java class for UnsignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedPropertiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.2.2#}UnsignedSignaturePropertiesType" minOccurs="0"/> <element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.2.2#}UnsignedDataObjectPropertiesType" 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 UnsignedDataObjectPropertiesType
protected UnsignedSignaturePropertiesType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the unsignedDataObjectProperties property.Gets the value of the unsignedSignatureProperties property.void
Sets the value of the id property.void
Sets the value of the unsignedDataObjectProperties property.void
Sets the value of the unsignedSignatureProperties property.
-
Field Details
-
unsignedSignatureProperties
-
unsignedDataObjectProperties
-
id
-
-
Constructor Details
-
UnsignedPropertiesType
public UnsignedPropertiesType()
-
-
Method Details
-
getUnsignedSignatureProperties
Gets the value of the unsignedSignatureProperties property.- Returns:
- possible object is
UnsignedSignaturePropertiesType
-
setUnsignedSignatureProperties
Sets the value of the unsignedSignatureProperties property.- Parameters:
value
- allowed object isUnsignedSignaturePropertiesType
-
getUnsignedDataObjectProperties
Gets the value of the unsignedDataObjectProperties property.- Returns:
- possible object is
UnsignedDataObjectPropertiesType
-
setUnsignedDataObjectProperties
Sets the value of the unsignedDataObjectProperties property.- Parameters:
value
- allowed object isUnsignedDataObjectPropertiesType
-
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
-