Class SignatureObject
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.SignatureObject
-
public class SignatureObject extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Timestamp"/> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Base64Signature"/> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignaturePtr"/> <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/> </choice> </sequence> <attribute name="SchemaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Base64Signaturebase64Signatureprotected AnyTypeotherprotected java.util.List<java.lang.Object>schemaRefsprotected SignatureTypesignatureprotected SignaturePtrsignaturePtrprotected Timestamptimestamp
-
Constructor Summary
Constructors Constructor Description SignatureObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Base64SignaturegetBase64Signature()Gets the value of the base64Signature property.AnyTypegetOther()Gets the value of the other property.java.util.List<java.lang.Object>getSchemaRefs()Gets the value of the schemaRefs property.SignatureTypegetSignature()Gets the value of the signature property.SignaturePtrgetSignaturePtr()Gets the value of the signaturePtr property.TimestampgetTimestamp()Gets the value of the timestamp property.voidsetBase64Signature(Base64Signature value)Sets the value of the base64Signature property.voidsetOther(AnyType value)Sets the value of the other property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetSignaturePtr(SignaturePtr value)Sets the value of the signaturePtr property.voidsetTimestamp(Timestamp value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
signature
protected SignatureType signature
-
timestamp
protected Timestamp timestamp
-
base64Signature
protected Base64Signature base64Signature
-
signaturePtr
protected SignaturePtr signaturePtr
-
other
protected AnyType other
-
schemaRefs
protected java.util.List<java.lang.Object> schemaRefs
-
-
Method Detail
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getTimestamp
public Timestamp getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
Timestamp
-
setTimestamp
public void setTimestamp(Timestamp value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isTimestamp
-
getBase64Signature
public Base64Signature getBase64Signature()
Gets the value of the base64Signature property.- Returns:
- possible object is
Base64Signature
-
setBase64Signature
public void setBase64Signature(Base64Signature value)
Sets the value of the base64Signature property.- Parameters:
value- allowed object isBase64Signature
-
getSignaturePtr
public SignaturePtr getSignaturePtr()
Gets the value of the signaturePtr property.- Returns:
- possible object is
SignaturePtr
-
setSignaturePtr
public void setSignaturePtr(SignaturePtr value)
Sets the value of the signaturePtr property.- Parameters:
value- allowed object isSignaturePtr
-
getOther
public AnyType getOther()
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
public void setOther(AnyType value)
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-
getSchemaRefs
public java.util.List<java.lang.Object> getSchemaRefs()
Gets the value of the schemaRefs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the schemaRefs property.For example, to add a new item, do as follows:
getSchemaRefs().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
-