Class TradingTermsType


  • public class TradingTermsType
    extends Object

    Java class for TradingTermsType complex type.

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

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

      • TradingTermsType

        public TradingTermsType()
    • Method Detail

      • getInformation

        public List<InformationType> getInformation()
        Gets the value of the information 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 information property.

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

            getInformation().add(newItem);
         

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

      • getReference

        public ReferenceType getReference()
        Gets the value of the reference property.
        Returns:
        possible object is ReferenceType
      • setReference

        public void setReference​(ReferenceType value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is ReferenceType
      • getApplicableAddress

        public AddressType getApplicableAddress()
        Gets the value of the applicableAddress property.
        Returns:
        possible object is AddressType
      • setApplicableAddress

        public void setApplicableAddress​(AddressType value)
        Sets the value of the applicableAddress property.
        Parameters:
        value - allowed object is AddressType