Class SupplierPartyType


  • public class SupplierPartyType
    extends Object

    Java class for SupplierPartyType complex type

    .

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

    
     <complexType name="SupplierPartyType">
       <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}AdditionalAccountID" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DataSendingCapability" 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}DespatchContact" 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}SellerContact" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SupplierPartyType

        public SupplierPartyType()
    • 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
      • getDespatchContact

        public ContactType getDespatchContact()
        Gets the value of the despatchContact property.
        Returns:
        possible object is ContactType
      • setDespatchContact

        public void setDespatchContact​(ContactType value)
        Sets the value of the despatchContact 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
      • getSellerContact

        public ContactType getSellerContact()
        Gets the value of the sellerContact property.
        Returns:
        possible object is ContactType
      • setSellerContact

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