Class SignatureType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.SignatureType
-
public class SignatureType extends Object
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidationDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidationTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidatorID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CanonicalizationMethod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SignatureMethod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SignatoryParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DigitalSignatureAttachment" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginalDocumentReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CanonicalizationMethodTypecanonicalizationMethodprotected AttachmentTypedigitalSignatureAttachmentprotected IDTypeidprotected List<NoteType>noteprotected DocumentReferenceTypeoriginalDocumentReferenceprotected PartyTypesignatoryPartyprotected SignatureMethodTypesignatureMethodprotected ValidationDateTypevalidationDateprotected ValidationTimeTypevalidationTimeprotected ValidatorIDTypevalidatorID
-
Constructor Summary
Constructors Constructor Description SignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CanonicalizationMethodTypegetCanonicalizationMethod()Gets the value of the canonicalizationMethod property.AttachmentTypegetDigitalSignatureAttachment()Gets the value of the digitalSignatureAttachment property.IDTypegetID()Gets the value of the id property.List<NoteType>getNote()Gets the value of the note property.DocumentReferenceTypegetOriginalDocumentReference()Gets the value of the originalDocumentReference property.PartyTypegetSignatoryParty()Gets the value of the signatoryParty property.SignatureMethodTypegetSignatureMethod()Gets the value of the signatureMethod property.ValidationDateTypegetValidationDate()Gets the value of the validationDate property.ValidationTimeTypegetValidationTime()Gets the value of the validationTime property.ValidatorIDTypegetValidatorID()Gets the value of the validatorID property.voidsetCanonicalizationMethod(CanonicalizationMethodType value)Sets the value of the canonicalizationMethod property.voidsetDigitalSignatureAttachment(AttachmentType value)Sets the value of the digitalSignatureAttachment property.voidsetID(IDType value)Sets the value of the id property.voidsetOriginalDocumentReference(DocumentReferenceType value)Sets the value of the originalDocumentReference property.voidsetSignatoryParty(PartyType value)Sets the value of the signatoryParty property.voidsetSignatureMethod(SignatureMethodType value)Sets the value of the signatureMethod property.voidsetValidationDate(ValidationDateType value)Sets the value of the validationDate property.voidsetValidationTime(ValidationTimeType value)Sets the value of the validationTime property.voidsetValidatorID(ValidatorIDType value)Sets the value of the validatorID property.
-
-
-
Field Detail
-
id
protected IDType id
-
validationDate
protected ValidationDateType validationDate
-
validationTime
protected ValidationTimeType validationTime
-
validatorID
protected ValidatorIDType validatorID
-
canonicalizationMethod
protected CanonicalizationMethodType canonicalizationMethod
-
signatureMethod
protected SignatureMethodType signatureMethod
-
signatoryParty
protected PartyType signatoryParty
-
digitalSignatureAttachment
protected AttachmentType digitalSignatureAttachment
-
originalDocumentReference
protected DocumentReferenceType originalDocumentReference
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getNote
public List<NoteType> getNote()
Gets the value of the note 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 note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getValidationDate
public ValidationDateType getValidationDate()
Gets the value of the validationDate property.- Returns:
- possible object is
ValidationDateType
-
setValidationDate
public void setValidationDate(ValidationDateType value)
Sets the value of the validationDate property.- Parameters:
value- allowed object isValidationDateType
-
getValidationTime
public ValidationTimeType getValidationTime()
Gets the value of the validationTime property.- Returns:
- possible object is
ValidationTimeType
-
setValidationTime
public void setValidationTime(ValidationTimeType value)
Sets the value of the validationTime property.- Parameters:
value- allowed object isValidationTimeType
-
getValidatorID
public ValidatorIDType getValidatorID()
Gets the value of the validatorID property.- Returns:
- possible object is
ValidatorIDType
-
setValidatorID
public void setValidatorID(ValidatorIDType value)
Sets the value of the validatorID property.- Parameters:
value- allowed object isValidatorIDType
-
getCanonicalizationMethod
public CanonicalizationMethodType getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
CanonicalizationMethodType
-
setCanonicalizationMethod
public void setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isCanonicalizationMethodType
-
getSignatureMethod
public SignatureMethodType getSignatureMethod()
Gets the value of the signatureMethod property.- Returns:
- possible object is
SignatureMethodType
-
setSignatureMethod
public void setSignatureMethod(SignatureMethodType value)
Sets the value of the signatureMethod property.- Parameters:
value- allowed object isSignatureMethodType
-
getSignatoryParty
public PartyType getSignatoryParty()
Gets the value of the signatoryParty property.- Returns:
- possible object is
PartyType
-
setSignatoryParty
public void setSignatoryParty(PartyType value)
Sets the value of the signatoryParty property.- Parameters:
value- allowed object isPartyType
-
getDigitalSignatureAttachment
public AttachmentType getDigitalSignatureAttachment()
Gets the value of the digitalSignatureAttachment property.- Returns:
- possible object is
AttachmentType
-
setDigitalSignatureAttachment
public void setDigitalSignatureAttachment(AttachmentType value)
Sets the value of the digitalSignatureAttachment property.- Parameters:
value- allowed object isAttachmentType
-
getOriginalDocumentReference
public DocumentReferenceType getOriginalDocumentReference()
Gets the value of the originalDocumentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setOriginalDocumentReference
public void setOriginalDocumentReference(DocumentReferenceType value)
Sets the value of the originalDocumentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
-