@CodingStyleguideUnaware public class TradeFinancingType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TradeFinancingType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClause(ClauseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradeFinancingType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradeFinancingType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ClauseType> |
getClause()
<pre>
<?
|
ClauseType |
getClauseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getClauseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentReferenceType |
getContractDocumentReference()
<pre>
<?
|
List<DocumentReferenceType> |
getDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FinancialAccountType |
getFinancingFinancialAccount()
<pre>
<?
|
FinancingInstrumentCodeType |
getFinancingInstrumentCode()
<pre>
<?
|
String |
getFinancingInstrumentCodeValue()
Get the value of the contained FinancingInstrumentCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getFinancingParty()
<pre>
<?
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasClauseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoClauseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setClause(List<ClauseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContractDocumentReference(DocumentReferenceType value)
Sets the value of the contractDocumentReference property.
|
void |
setDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFinancingFinancialAccount(FinancialAccountType value)
Sets the value of the financingFinancialAccount property.
|
void |
setFinancingInstrumentCode(FinancingInstrumentCodeType value)
Sets the value of the financingInstrumentCode property.
|
FinancingInstrumentCodeType |
setFinancingInstrumentCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFinancingParty(PartyType value)
Sets the value of the financingParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TradeFinancingType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public FinancingInstrumentCodeType getFinancingInstrumentCode()
FinancingInstrumentCodeTypepublic void setFinancingInstrumentCode(@Nullable FinancingInstrumentCodeType value)
value - allowed object is
FinancingInstrumentCodeType@Nullable public DocumentReferenceType getContractDocumentReference()
DocumentReferenceTypepublic void setContractDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getDocumentReference()
DocumentReferenceType@Nullable public PartyType getFinancingParty()
PartyTypepublic void setFinancingParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public FinancialAccountType getFinancingFinancialAccount()
FinancialAccountTypepublic void setFinancingFinancialAccount(@Nullable FinancialAccountType value)
value - allowed object is
FinancialAccountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ClauseType> getClause()
ClauseTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public void setClause(@Nullable List<ClauseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDocumentReferenceEntries()
public boolean hasNoDocumentReferenceEntries()
@Nonnegative public int getDocumentReferenceCount()
@Nullable public DocumentReferenceType getDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasClauseEntries()
public boolean hasNoClauseEntries()
@Nonnegative public int getClauseCount()
@Nullable public ClauseType getClauseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addClause(@Nonnull ClauseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TradeFinancingType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TradeFinancingType clone()
@Nonnull public FinancingInstrumentCodeType setFinancingInstrumentCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getFinancingInstrumentCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.