Class TradeFinancingType


  • public class TradeFinancingType
    extends Object

    Java class for TradeFinancingType complex type

    .

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

    
     <complexType name="TradeFinancingType">
       <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}FinancingInstrumentCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractDocumentReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancingParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancingFinancialAccount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Clause" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TradeFinancingType

        public TradeFinancingType()
    • 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
      • setContractDocumentReference

        public void setContractDocumentReference​(DocumentReferenceType value)
        Sets the value of the contractDocumentReference property.
        Parameters:
        value - allowed object is DocumentReferenceType
      • getDocumentReference

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

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

         getDocumentReference().add(newItem);
         

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

        Returns:
        The value of the documentReference property.
      • getFinancingParty

        public PartyType getFinancingParty()
        Gets the value of the financingParty property.
        Returns:
        possible object is PartyType
      • setFinancingParty

        public void setFinancingParty​(PartyType value)
        Sets the value of the financingParty property.
        Parameters:
        value - allowed object is PartyType
      • setFinancingFinancialAccount

        public void setFinancingFinancialAccount​(FinancialAccountType value)
        Sets the value of the financingFinancialAccount property.
        Parameters:
        value - allowed object is FinancialAccountType
      • getClause

        public List<ClauseType> getClause()
        Gets the value of the clause 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 clause property.

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

         getClause().add(newItem);
         

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

        Returns:
        The value of the clause property.