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>
| Modifier and Type | Field and Description |
|---|---|
protected CanonicalizationMethodType |
canonicalizationMethod |
protected AttachmentType |
digitalSignatureAttachment |
protected IDType |
id |
protected List<NoteType> |
note |
protected DocumentReferenceType |
originalDocumentReference |
protected PartyType |
signatoryParty |
protected SignatureMethodType |
signatureMethod |
protected ValidationDateType |
validationDate |
protected ValidationTimeType |
validationTime |
protected ValidatorIDType |
validatorID |
| Constructor and Description |
|---|
SignatureType() |
| Modifier and Type | Method and Description |
|---|---|
CanonicalizationMethodType |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
AttachmentType |
getDigitalSignatureAttachment()
Gets the value of the digitalSignatureAttachment property.
|
IDType |
getID()
Gets the value of the id property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
DocumentReferenceType |
getOriginalDocumentReference()
Gets the value of the originalDocumentReference property.
|
PartyType |
getSignatoryParty()
Gets the value of the signatoryParty property.
|
SignatureMethodType |
getSignatureMethod()
Gets the value of the signatureMethod property.
|
ValidationDateType |
getValidationDate()
Gets the value of the validationDate property.
|
ValidationTimeType |
getValidationTime()
Gets the value of the validationTime property.
|
ValidatorIDType |
getValidatorID()
Gets the value of the validatorID property.
|
void |
setCanonicalizationMethod(CanonicalizationMethodType value)
Sets the value of the canonicalizationMethod property.
|
void |
setDigitalSignatureAttachment(AttachmentType value)
Sets the value of the digitalSignatureAttachment property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setOriginalDocumentReference(DocumentReferenceType value)
Sets the value of the originalDocumentReference property.
|
void |
setSignatoryParty(PartyType value)
Sets the value of the signatoryParty property.
|
void |
setSignatureMethod(SignatureMethodType value)
Sets the value of the signatureMethod property.
|
void |
setValidationDate(ValidationDateType value)
Sets the value of the validationDate property.
|
void |
setValidationTime(ValidationTimeType value)
Sets the value of the validationTime property.
|
void |
setValidatorID(ValidatorIDType value)
Sets the value of the validatorID property.
|
protected IDType id
protected ValidationDateType validationDate
protected ValidationTimeType validationTime
protected ValidatorIDType validatorID
protected CanonicalizationMethodType canonicalizationMethod
protected SignatureMethodType signatureMethod
protected PartyType signatoryParty
protected AttachmentType digitalSignatureAttachment
protected DocumentReferenceType originalDocumentReference
public void setID(IDType value)
value - allowed object is
IDTypepublic List<NoteType> getNote()
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 set method 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
public ValidationDateType getValidationDate()
ValidationDateTypepublic void setValidationDate(ValidationDateType value)
value - allowed object is
ValidationDateTypepublic ValidationTimeType getValidationTime()
ValidationTimeTypepublic void setValidationTime(ValidationTimeType value)
value - allowed object is
ValidationTimeTypepublic ValidatorIDType getValidatorID()
ValidatorIDTypepublic void setValidatorID(ValidatorIDType value)
value - allowed object is
ValidatorIDTypepublic CanonicalizationMethodType getCanonicalizationMethod()
CanonicalizationMethodTypepublic void setCanonicalizationMethod(CanonicalizationMethodType value)
value - allowed object is
CanonicalizationMethodTypepublic SignatureMethodType getSignatureMethod()
SignatureMethodTypepublic void setSignatureMethod(SignatureMethodType value)
value - allowed object is
SignatureMethodTypepublic PartyType getSignatoryParty()
PartyTypepublic void setSignatoryParty(PartyType value)
value - allowed object is
PartyTypepublic AttachmentType getDigitalSignatureAttachment()
AttachmentTypepublic void setDigitalSignatureAttachment(AttachmentType value)
value - allowed object is
AttachmentTypepublic DocumentReferenceType getOriginalDocumentReference()
DocumentReferenceTypepublic void setOriginalDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.