Class ExchangeRateType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ExchangeRateType
-
public class ExchangeRateType extends Object
Java class for ExchangeRateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeRateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SourceCurrencyCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SourceCurrencyBaseRate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TargetCurrencyCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TargetCurrencyBaseRate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExchangeMarketID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationRate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MathematicOperatorCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Date" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ForeignExchangeContract" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CalculationRateTypecalculationRateprotected DateTypedateprotected ExchangeMarketIDTypeexchangeMarketIDprotected ContractTypeforeignExchangeContractprotected MathematicOperatorCodeTypemathematicOperatorCodeprotected SourceCurrencyBaseRateTypesourceCurrencyBaseRateprotected SourceCurrencyCodeTypesourceCurrencyCodeprotected TargetCurrencyBaseRateTypetargetCurrencyBaseRateprotected TargetCurrencyCodeTypetargetCurrencyCode
-
Constructor Summary
Constructors Constructor Description ExchangeRateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalculationRateTypegetCalculationRate()Gets the value of the calculationRate property.DateTypegetDate()Gets the value of the date property.ExchangeMarketIDTypegetExchangeMarketID()Gets the value of the exchangeMarketID property.ContractTypegetForeignExchangeContract()Gets the value of the foreignExchangeContract property.MathematicOperatorCodeTypegetMathematicOperatorCode()Gets the value of the mathematicOperatorCode property.SourceCurrencyBaseRateTypegetSourceCurrencyBaseRate()Gets the value of the sourceCurrencyBaseRate property.SourceCurrencyCodeTypegetSourceCurrencyCode()Gets the value of the sourceCurrencyCode property.TargetCurrencyBaseRateTypegetTargetCurrencyBaseRate()Gets the value of the targetCurrencyBaseRate property.TargetCurrencyCodeTypegetTargetCurrencyCode()Gets the value of the targetCurrencyCode property.voidsetCalculationRate(CalculationRateType value)Sets the value of the calculationRate property.voidsetDate(DateType value)Sets the value of the date property.voidsetExchangeMarketID(ExchangeMarketIDType value)Sets the value of the exchangeMarketID property.voidsetForeignExchangeContract(ContractType value)Sets the value of the foreignExchangeContract property.voidsetMathematicOperatorCode(MathematicOperatorCodeType value)Sets the value of the mathematicOperatorCode property.voidsetSourceCurrencyBaseRate(SourceCurrencyBaseRateType value)Sets the value of the sourceCurrencyBaseRate property.voidsetSourceCurrencyCode(SourceCurrencyCodeType value)Sets the value of the sourceCurrencyCode property.voidsetTargetCurrencyBaseRate(TargetCurrencyBaseRateType value)Sets the value of the targetCurrencyBaseRate property.voidsetTargetCurrencyCode(TargetCurrencyCodeType value)Sets the value of the targetCurrencyCode property.
-
-
-
Field Detail
-
sourceCurrencyCode
protected SourceCurrencyCodeType sourceCurrencyCode
-
sourceCurrencyBaseRate
protected SourceCurrencyBaseRateType sourceCurrencyBaseRate
-
targetCurrencyCode
protected TargetCurrencyCodeType targetCurrencyCode
-
targetCurrencyBaseRate
protected TargetCurrencyBaseRateType targetCurrencyBaseRate
-
exchangeMarketID
protected ExchangeMarketIDType exchangeMarketID
-
calculationRate
protected CalculationRateType calculationRate
-
mathematicOperatorCode
protected MathematicOperatorCodeType mathematicOperatorCode
-
date
protected DateType date
-
foreignExchangeContract
protected ContractType foreignExchangeContract
-
-
Method Detail
-
getSourceCurrencyCode
public SourceCurrencyCodeType getSourceCurrencyCode()
Gets the value of the sourceCurrencyCode property.- Returns:
- possible object is
SourceCurrencyCodeType
-
setSourceCurrencyCode
public void setSourceCurrencyCode(SourceCurrencyCodeType value)
Sets the value of the sourceCurrencyCode property.- Parameters:
value- allowed object isSourceCurrencyCodeType
-
getSourceCurrencyBaseRate
public SourceCurrencyBaseRateType getSourceCurrencyBaseRate()
Gets the value of the sourceCurrencyBaseRate property.- Returns:
- possible object is
SourceCurrencyBaseRateType
-
setSourceCurrencyBaseRate
public void setSourceCurrencyBaseRate(SourceCurrencyBaseRateType value)
Sets the value of the sourceCurrencyBaseRate property.- Parameters:
value- allowed object isSourceCurrencyBaseRateType
-
getTargetCurrencyCode
public TargetCurrencyCodeType getTargetCurrencyCode()
Gets the value of the targetCurrencyCode property.- Returns:
- possible object is
TargetCurrencyCodeType
-
setTargetCurrencyCode
public void setTargetCurrencyCode(TargetCurrencyCodeType value)
Sets the value of the targetCurrencyCode property.- Parameters:
value- allowed object isTargetCurrencyCodeType
-
getTargetCurrencyBaseRate
public TargetCurrencyBaseRateType getTargetCurrencyBaseRate()
Gets the value of the targetCurrencyBaseRate property.- Returns:
- possible object is
TargetCurrencyBaseRateType
-
setTargetCurrencyBaseRate
public void setTargetCurrencyBaseRate(TargetCurrencyBaseRateType value)
Sets the value of the targetCurrencyBaseRate property.- Parameters:
value- allowed object isTargetCurrencyBaseRateType
-
getExchangeMarketID
public ExchangeMarketIDType getExchangeMarketID()
Gets the value of the exchangeMarketID property.- Returns:
- possible object is
ExchangeMarketIDType
-
setExchangeMarketID
public void setExchangeMarketID(ExchangeMarketIDType value)
Sets the value of the exchangeMarketID property.- Parameters:
value- allowed object isExchangeMarketIDType
-
getCalculationRate
public CalculationRateType getCalculationRate()
Gets the value of the calculationRate property.- Returns:
- possible object is
CalculationRateType
-
setCalculationRate
public void setCalculationRate(CalculationRateType value)
Sets the value of the calculationRate property.- Parameters:
value- allowed object isCalculationRateType
-
getMathematicOperatorCode
public MathematicOperatorCodeType getMathematicOperatorCode()
Gets the value of the mathematicOperatorCode property.- Returns:
- possible object is
MathematicOperatorCodeType
-
setMathematicOperatorCode
public void setMathematicOperatorCode(MathematicOperatorCodeType value)
Sets the value of the mathematicOperatorCode property.- Parameters:
value- allowed object isMathematicOperatorCodeType
-
getDate
public DateType getDate()
Gets the value of the date property.- Returns:
- possible object is
DateType
-
setDate
public void setDate(DateType value)
Sets the value of the date property.- Parameters:
value- allowed object isDateType
-
getForeignExchangeContract
public ContractType getForeignExchangeContract()
Gets the value of the foreignExchangeContract property.- Returns:
- possible object is
ContractType
-
setForeignExchangeContract
public void setForeignExchangeContract(ContractType value)
Sets the value of the foreignExchangeContract property.- Parameters:
value- allowed object isContractType
-
-