Class 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>
     
    • Constructor Detail

      • SignatureType

        public SignatureType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 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

      • setValidationDate

        public void setValidationDate​(ValidationDateType value)
        Sets the value of the validationDate property.
        Parameters:
        value - allowed object is ValidationDateType
      • setValidationTime

        public void setValidationTime​(ValidationTimeType value)
        Sets the value of the validationTime property.
        Parameters:
        value - allowed object is ValidationTimeType
      • setValidatorID

        public void setValidatorID​(ValidatorIDType value)
        Sets the value of the validatorID property.
        Parameters:
        value - allowed object is ValidatorIDType
      • setSignatureMethod

        public void setSignatureMethod​(SignatureMethodType value)
        Sets the value of the signatureMethod property.
        Parameters:
        value - allowed object is SignatureMethodType
      • 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 is PartyType
      • 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 is AttachmentType
      • setOriginalDocumentReference

        public void setOriginalDocumentReference​(DocumentReferenceType value)
        Sets the value of the originalDocumentReference property.
        Parameters:
        value - allowed object is DocumentReferenceType