Class EndorsementType


  • public class EndorsementType
    extends Object

    Java class for EndorsementType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EndorsementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ApprovalStatus"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Remarks" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EndorserParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EndorsementType

        public EndorsementType()
    • Method Detail

      • getDocumentID

        public DocumentIDType getDocumentID()
        Gets the value of the documentID property.
        Returns:
        possible object is DocumentIDType
      • setDocumentID

        public void setDocumentID​(DocumentIDType value)
        Sets the value of the documentID property.
        Parameters:
        value - allowed object is DocumentIDType
      • setApprovalStatus

        public void setApprovalStatus​(ApprovalStatusType value)
        Sets the value of the approvalStatus property.
        Parameters:
        value - allowed object is ApprovalStatusType
      • getRemarks

        public List<RemarksType> getRemarks()
        Gets the value of the remarks 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 remarks property.

        For example, to add a new item, do as follows:

            getRemarks().add(newItem);
         

        Objects of the following type(s) are allowed in the list RemarksType

      • setEndorserParty

        public void setEndorserParty​(EndorserPartyType value)
        Sets the value of the endorserParty property.
        Parameters:
        value - allowed object is EndorserPartyType
      • getSignature

        public List<SignatureType> getSignature()
        Gets the value of the signature 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 signature property.

        For example, to add a new item, do as follows:

            getSignature().add(newItem);
         

        Objects of the following type(s) are allowed in the list SignatureType