Class DeliveryTermsType


  • public class DeliveryTermsType
    extends Object

    Java class for DeliveryTermsType complex type

    .

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

    
     <complexType name="DeliveryTermsType">
       <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}SpecialTerms" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LossRiskResponsibilityCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LossRisk" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryLocation" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DeliveryTermsType

        public DeliveryTermsType()
    • 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
      • getSpecialTerms

        public List<SpecialTermsType> getSpecialTerms()
        Gets the value of the specialTerms 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 specialTerms property.

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

         getSpecialTerms().add(newItem);
         

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

        Returns:
        The value of the specialTerms property.
      • getLossRisk

        public List<LossRiskType> getLossRisk()
        Gets the value of the lossRisk 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 lossRisk property.

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

         getLossRisk().add(newItem);
         

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

        Returns:
        The value of the lossRisk property.
      • getAmount

        public AmountType getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is AmountType
      • setAmount

        public void setAmount​(AmountType value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is AmountType
      • getDeliveryLocation

        public LocationType getDeliveryLocation()
        Gets the value of the deliveryLocation property.
        Returns:
        possible object is LocationType
      • setDeliveryLocation

        public void setDeliveryLocation​(LocationType value)
        Sets the value of the deliveryLocation property.
        Parameters:
        value - allowed object is LocationType
      • setAllowanceCharge

        public void setAllowanceCharge​(AllowanceChargeType value)
        Sets the value of the allowanceCharge property.
        Parameters:
        value - allowed object is AllowanceChargeType