Class TradeFinancingType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ClauseType>clauseprotected DocumentReferenceTypecontractDocumentReferenceprotected List<DocumentReferenceType>documentReferenceprotected FinancialAccountTypefinancingFinancialAccountprotected FinancingInstrumentCodeTypefinancingInstrumentCodeprotected PartyTypefinancingPartyprotected IDTypeid
-
Constructor Summary
Constructors Constructor Description TradeFinancingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClauseType>getClause()Gets the value of the clause property.DocumentReferenceTypegetContractDocumentReference()Gets the value of the contractDocumentReference property.List<DocumentReferenceType>getDocumentReference()Gets the value of the documentReference property.FinancialAccountTypegetFinancingFinancialAccount()Gets the value of the financingFinancialAccount property.FinancingInstrumentCodeTypegetFinancingInstrumentCode()Gets the value of the financingInstrumentCode property.PartyTypegetFinancingParty()Gets the value of the financingParty property.IDTypegetID()Gets the value of the id property.voidsetContractDocumentReference(DocumentReferenceType value)Sets the value of the contractDocumentReference property.voidsetFinancingFinancialAccount(FinancialAccountType value)Sets the value of the financingFinancialAccount property.voidsetFinancingInstrumentCode(FinancingInstrumentCodeType value)Sets the value of the financingInstrumentCode property.voidsetFinancingParty(PartyType value)Sets the value of the financingParty property.voidsetID(IDType value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected IDType id
-
financingInstrumentCode
protected FinancingInstrumentCodeType financingInstrumentCode
-
contractDocumentReference
protected DocumentReferenceType contractDocumentReference
-
documentReference
protected List<DocumentReferenceType> documentReference
-
financingParty
protected PartyType financingParty
-
financingFinancialAccount
protected FinancialAccountType financingFinancialAccount
-
clause
protected List<ClauseType> clause
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getFinancingInstrumentCode
public FinancingInstrumentCodeType getFinancingInstrumentCode()
Gets the value of the financingInstrumentCode property.- Returns:
- possible object is
FinancingInstrumentCodeType
-
setFinancingInstrumentCode
public void setFinancingInstrumentCode(FinancingInstrumentCodeType value)
Sets the value of the financingInstrumentCode property.- Parameters:
value- allowed object isFinancingInstrumentCodeType
-
getContractDocumentReference
public DocumentReferenceType getContractDocumentReference()
Gets the value of the contractDocumentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setContractDocumentReference
public void setContractDocumentReference(DocumentReferenceType value)
Sets the value of the contractDocumentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
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
setmethod 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
-
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 isPartyType
-
getFinancingFinancialAccount
public FinancialAccountType getFinancingFinancialAccount()
Gets the value of the financingFinancialAccount property.- Returns:
- possible object is
FinancialAccountType
-
setFinancingFinancialAccount
public void setFinancingFinancialAccount(FinancialAccountType value)
Sets the value of the financingFinancialAccount property.- Parameters:
value- allowed object isFinancialAccountType
-
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
setmethod 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
-
-