Class CustomerPartyType


  • public class CustomerPartyType
    extends Object

    Java class for CustomerPartyType complex type

    .

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

    
     <complexType name="CustomerPartyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomerAssignedAccountID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SupplierAssignedAccountID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdditionalAccountID" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryContact" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingContact" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BuyerContact" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CustomerPartyType

        public CustomerPartyType()
    • Method Detail

      • getAdditionalAccountID

        public List<AdditionalAccountIDType> getAdditionalAccountID()
        Gets the value of the additionalAccountID 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 additionalAccountID property.

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

         getAdditionalAccountID().add(newItem);
         

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

        Returns:
        The value of the additionalAccountID property.
      • getParty

        public PartyType getParty()
        Gets the value of the party property.
        Returns:
        possible object is PartyType
      • setParty

        public void setParty​(PartyType value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is PartyType
      • getDeliveryContact

        public ContactType getDeliveryContact()
        Gets the value of the deliveryContact property.
        Returns:
        possible object is ContactType
      • setDeliveryContact

        public void setDeliveryContact​(ContactType value)
        Sets the value of the deliveryContact property.
        Parameters:
        value - allowed object is ContactType
      • getAccountingContact

        public ContactType getAccountingContact()
        Gets the value of the accountingContact property.
        Returns:
        possible object is ContactType
      • setAccountingContact

        public void setAccountingContact​(ContactType value)
        Sets the value of the accountingContact property.
        Parameters:
        value - allowed object is ContactType
      • getBuyerContact

        public ContactType getBuyerContact()
        Gets the value of the buyerContact property.
        Returns:
        possible object is ContactType
      • setBuyerContact

        public void setBuyerContact​(ContactType value)
        Sets the value of the buyerContact property.
        Parameters:
        value - allowed object is ContactType