Class PowerOfAttorneyType


  • public class PowerOfAttorneyType
    extends Object

    Java class for PowerOfAttorneyType complex type

    .

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

    
     <complexType name="PowerOfAttorneyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotaryParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AgentParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WitnessParty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MandateDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PowerOfAttorneyType

        public PowerOfAttorneyType()
    • 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
      • getIssueDate

        public IssueDateType getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is IssueDateType
      • setIssueDate

        public void setIssueDate​(IssueDateType value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is IssueDateType
      • getIssueTime

        public IssueTimeType getIssueTime()
        Gets the value of the issueTime property.
        Returns:
        possible object is IssueTimeType
      • setIssueTime

        public void setIssueTime​(IssueTimeType value)
        Sets the value of the issueTime property.
        Parameters:
        value - allowed object is IssueTimeType
      • getDescription

        public List<DescriptionType> getDescription()
        Gets the value of the description 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 description property.

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

         getDescription().add(newItem);
         

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

        Returns:
        The value of the description property.
      • getNotaryParty

        public PartyType getNotaryParty()
        Gets the value of the notaryParty property.
        Returns:
        possible object is PartyType
      • setNotaryParty

        public void setNotaryParty​(PartyType value)
        Sets the value of the notaryParty property.
        Parameters:
        value - allowed object is PartyType
      • getAgentParty

        public PartyType getAgentParty()
        Gets the value of the agentParty property.
        Returns:
        possible object is PartyType
      • setAgentParty

        public void setAgentParty​(PartyType value)
        Sets the value of the agentParty property.
        Parameters:
        value - allowed object is PartyType
      • getWitnessParty

        public List<PartyType> getWitnessParty()
        Gets the value of the witnessParty 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 witnessParty property.

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

         getWitnessParty().add(newItem);
         

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

        Returns:
        The value of the witnessParty property.
      • getMandateDocumentReference

        public List<DocumentReferenceType> getMandateDocumentReference()
        Gets the value of the mandateDocumentReference 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 mandateDocumentReference property.

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

         getMandateDocumentReference().add(newItem);
         

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

        Returns:
        The value of the mandateDocumentReference property.