Class UnsignedPropertiesType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.UnsignedPropertiesType
-
public class UnsignedPropertiesType extends java.lang.ObjectJava 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 ref="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignatureProperties" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectProperties" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected UnsignedDataObjectPropertiesTypeunsignedDataObjectPropertiesprotected UnsignedSignaturePropertiesTypeunsignedSignatureProperties
-
Constructor Summary
Constructors Constructor Description UnsignedPropertiesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.UnsignedDataObjectPropertiesTypegetUnsignedDataObjectProperties()Gets the value of the unsignedDataObjectProperties property.UnsignedSignaturePropertiesTypegetUnsignedSignatureProperties()Gets the value of the unsignedSignatureProperties property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetUnsignedDataObjectProperties(UnsignedDataObjectPropertiesType value)Sets the value of the unsignedDataObjectProperties property.voidsetUnsignedSignatureProperties(UnsignedSignaturePropertiesType value)Sets the value of the unsignedSignatureProperties property.
-
-
-
Field Detail
-
unsignedSignatureProperties
protected UnsignedSignaturePropertiesType unsignedSignatureProperties
-
unsignedDataObjectProperties
protected UnsignedDataObjectPropertiesType unsignedDataObjectProperties
-
id
protected java.lang.String id
-
-
Method Detail
-
getUnsignedSignatureProperties
public UnsignedSignaturePropertiesType getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property.- Returns:
- possible object is
UnsignedSignaturePropertiesType
-
setUnsignedSignatureProperties
public void setUnsignedSignatureProperties(UnsignedSignaturePropertiesType value)
Sets the value of the unsignedSignatureProperties property.- Parameters:
value- allowed object isUnsignedSignaturePropertiesType
-
getUnsignedDataObjectProperties
public UnsignedDataObjectPropertiesType getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property.- Returns:
- possible object is
UnsignedDataObjectPropertiesType
-
setUnsignedDataObjectProperties
public void setUnsignedDataObjectProperties(UnsignedDataObjectPropertiesType value)
Sets the value of the unsignedDataObjectProperties property.- Parameters:
value- allowed object isUnsignedDataObjectPropertiesType
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-