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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClauseType> |
clause |
protected DocumentReferenceType |
contractDocumentReference |
protected List<DocumentReferenceType> |
documentReference |
protected FinancialAccountType |
financingFinancialAccount |
protected FinancingInstrumentCodeType |
financingInstrumentCode |
protected PartyType |
financingParty |
protected IDType |
id |
| Constructor and Description |
|---|
TradeFinancingType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClauseType> |
getClause()
Gets the value of the clause property.
|
DocumentReferenceType |
getContractDocumentReference()
Gets the value of the contractDocumentReference property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
FinancialAccountType |
getFinancingFinancialAccount()
Gets the value of the financingFinancialAccount property.
|
FinancingInstrumentCodeType |
getFinancingInstrumentCode()
Gets the value of the financingInstrumentCode property.
|
PartyType |
getFinancingParty()
Gets the value of the financingParty property.
|
IDType |
getID()
Gets the value of the id property.
|
void |
setContractDocumentReference(DocumentReferenceType value)
Sets the value of the contractDocumentReference property.
|
void |
setFinancingFinancialAccount(FinancialAccountType value)
Sets the value of the financingFinancialAccount property.
|
void |
setFinancingInstrumentCode(FinancingInstrumentCodeType value)
Sets the value of the financingInstrumentCode property.
|
void |
setFinancingParty(PartyType value)
Sets the value of the financingParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
protected IDType id
protected FinancingInstrumentCodeType financingInstrumentCode
protected DocumentReferenceType contractDocumentReference
protected List<DocumentReferenceType> documentReference
protected PartyType financingParty
protected FinancialAccountType financingFinancialAccount
protected List<ClauseType> clause
public void setID(IDType value)
value - allowed object is
IDTypepublic FinancingInstrumentCodeType getFinancingInstrumentCode()
FinancingInstrumentCodeTypepublic void setFinancingInstrumentCode(FinancingInstrumentCodeType value)
value - allowed object is
FinancingInstrumentCodeTypepublic DocumentReferenceType getContractDocumentReference()
DocumentReferenceTypepublic void setContractDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic List<DocumentReferenceType> getDocumentReference()
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
public PartyType getFinancingParty()
PartyTypepublic void setFinancingParty(PartyType value)
value - allowed object is
PartyTypepublic FinancialAccountType getFinancingFinancialAccount()
FinancialAccountTypepublic void setFinancingFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic List<ClauseType> getClause()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.