Class SignedPropertiesType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignedPropertiesType
-
public class SignedPropertiesType extends java.lang.ObjectJava 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 ref="{http://uri.etsi.org/01903/v1.3.2#}SignedSignatureProperties" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignedDataObjectProperties" 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 SignedDataObjectPropertiesTypesignedDataObjectPropertiesprotected SignedSignaturePropertiesTypesignedSignatureProperties
-
Constructor Summary
Constructors Constructor Description SignedPropertiesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.SignedDataObjectPropertiesTypegetSignedDataObjectProperties()Gets the value of the signedDataObjectProperties property.SignedSignaturePropertiesTypegetSignedSignatureProperties()Gets the value of the signedSignatureProperties property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetSignedDataObjectProperties(SignedDataObjectPropertiesType value)Sets the value of the signedDataObjectProperties property.voidsetSignedSignatureProperties(SignedSignaturePropertiesType value)Sets the value of the signedSignatureProperties property.
-
-
-
Field Detail
-
signedSignatureProperties
protected SignedSignaturePropertiesType signedSignatureProperties
-
signedDataObjectProperties
protected SignedDataObjectPropertiesType signedDataObjectProperties
-
id
protected java.lang.String id
-
-
Method Detail
-
getSignedSignatureProperties
public SignedSignaturePropertiesType getSignedSignatureProperties()
Gets the value of the signedSignatureProperties property.- Returns:
- possible object is
SignedSignaturePropertiesType
-
setSignedSignatureProperties
public void setSignedSignatureProperties(SignedSignaturePropertiesType value)
Sets the value of the signedSignatureProperties property.- Parameters:
value- allowed object isSignedSignaturePropertiesType
-
getSignedDataObjectProperties
public SignedDataObjectPropertiesType getSignedDataObjectProperties()
Gets the value of the signedDataObjectProperties property.- Returns:
- possible object is
SignedDataObjectPropertiesType
-
setSignedDataObjectProperties
public void setSignedDataObjectProperties(SignedDataObjectPropertiesType value)
Sets the value of the signedDataObjectProperties property.- Parameters:
value- allowed object isSignedDataObjectPropertiesType
-
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
-
-