@CodingStyleguideUnaware public class TradeCurrencyExchangeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TradeCurrencyExchangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeCurrencyExchangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SourceCurrencyCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CurrencyCodeType"/>
<element name="SourceUnitBasisNumeric" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}NumericType" minOccurs="0"/>
<element name="TargetCurrencyCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CurrencyCodeType"/>
<element name="TargetUnitBaseNumeric" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}NumericType" minOccurs="0"/>
<element name="MarketID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ConversionRate" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}RateType"/>
<element name="ConversionRateDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="AssociatedReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TradeCurrencyExchangeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociatedReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradeCurrencyExchangeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradeCurrencyExchangeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ReferencedDocumentType> |
getAssociatedReferencedDocument()
Gets the value of the associatedReferencedDocument property.
|
ReferencedDocumentType |
getAssociatedReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAssociatedReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
RateType |
getConversionRate()
Gets the value of the conversionRate property.
|
DateTimeType |
getConversionRateDateTime()
Gets the value of the conversionRateDateTime property.
|
BigDecimal |
getConversionRateValue()
Get the value of the contained RateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getMarketID()
Gets the value of the marketID property.
|
String |
getMarketIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CurrencyCodeType |
getSourceCurrencyCode()
Gets the value of the sourceCurrencyCode property.
|
String |
getSourceCurrencyCodeValue()
Get the value of the contained CurrencyCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
getSourceUnitBasisNumeric()
Gets the value of the sourceUnitBasisNumeric property.
|
BigDecimal |
getSourceUnitBasisNumericValue()
Get the value of the contained NumericType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CurrencyCodeType |
getTargetCurrencyCode()
Gets the value of the targetCurrencyCode property.
|
String |
getTargetCurrencyCodeValue()
Get the value of the contained CurrencyCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
getTargetUnitBaseNumeric()
Gets the value of the targetUnitBaseNumeric property.
|
BigDecimal |
getTargetUnitBaseNumericValue()
Get the value of the contained NumericType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasAssociatedReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAssociatedReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAssociatedReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RateType |
setConversionRate(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setConversionRate(RateType value)
Sets the value of the conversionRate property.
|
void |
setConversionRateDateTime(DateTimeType value)
Sets the value of the conversionRateDateTime property.
|
void |
setMarketID(IDType value)
Sets the value of the marketID property.
|
IDType |
setMarketID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSourceCurrencyCode(CurrencyCodeType value)
Sets the value of the sourceCurrencyCode property.
|
CurrencyCodeType |
setSourceCurrencyCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
setSourceUnitBasisNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSourceUnitBasisNumeric(NumericType value)
Sets the value of the sourceUnitBasisNumeric property.
|
void |
setTargetCurrencyCode(CurrencyCodeType value)
Sets the value of the targetCurrencyCode property.
|
CurrencyCodeType |
setTargetCurrencyCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
setTargetUnitBaseNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTargetUnitBaseNumeric(NumericType value)
Sets the value of the targetUnitBaseNumeric property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TradeCurrencyExchangeType()
@Nullable public CurrencyCodeType getSourceCurrencyCode()
CurrencyCodeTypepublic void setSourceCurrencyCode(@Nullable CurrencyCodeType value)
value - allowed object is
CurrencyCodeType@Nullable public NumericType getSourceUnitBasisNumeric()
NumericTypepublic void setSourceUnitBasisNumeric(@Nullable NumericType value)
value - allowed object is
NumericType@Nullable public CurrencyCodeType getTargetCurrencyCode()
CurrencyCodeTypepublic void setTargetCurrencyCode(@Nullable CurrencyCodeType value)
value - allowed object is
CurrencyCodeType@Nullable public NumericType getTargetUnitBaseNumeric()
NumericTypepublic void setTargetUnitBaseNumeric(@Nullable NumericType value)
value - allowed object is
NumericType@Nullable public IDType getMarketID()
IDTypepublic void setMarketID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public RateType getConversionRate()
RateTypepublic void setConversionRate(@Nullable RateType value)
value - allowed object is
RateType@Nullable public DateTimeType getConversionRateDateTime()
DateTimeTypepublic void setConversionRateDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getAssociatedReferencedDocument()
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 associatedReferencedDocument property.
For example, to add a new item, do as follows:
getAssociatedReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setAssociatedReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public boolean hasAssociatedReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAssociatedReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAssociatedReferencedDocumentCount()
@Nullable public ReferencedDocumentType getAssociatedReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAssociatedReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TradeCurrencyExchangeType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TradeCurrencyExchangeType clone()
@Nonnull public CurrencyCodeType setSourceCurrencyCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CurrencyCodeType setTargetCurrencyCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setMarketID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NumericType setSourceUnitBasisNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NumericType setTargetUnitBaseNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RateType setConversionRate(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getSourceCurrencyCodeValue()
null@Nullable public BigDecimal getSourceUnitBasisNumericValue()
null@Nullable public String getTargetCurrencyCodeValue()
null@Nullable public BigDecimal getTargetUnitBaseNumericValue()
null@Nullable public String getMarketIDValue()
null@Nullable public BigDecimal getConversionRateValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.