Package pt.cienciavitae.ns.funding
Class TotalAmountCtype
- java.lang.Object
-
- pt.cienciavitae.ns.funding.TotalAmountCtype
-
public class TotalAmountCtype extends Object
Java class for total-amount-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="total-amount-ctype"> <simpleContent> <extension base="<http://www.cienciavitae.pt/ns/common>string-100-stype"> <attribute name="currency" type="{http://www.cienciavitae.pt/ns/common-enum}iso-4217-currency-enum" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Iso4217CurrencyEnumcurrencyprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description TotalAmountCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iso4217CurrencyEnumgetCurrency()Gets the value of the currency property.StringgetValue()Gets the value of the value property.voidsetCurrency(Iso4217CurrencyEnum value)Sets the value of the currency property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
currency
protected Iso4217CurrencyEnum currency
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getCurrency
public Iso4217CurrencyEnum getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
Iso4217CurrencyEnum
-
setCurrency
public void setCurrency(Iso4217CurrencyEnum value)
Sets the value of the currency property.- Parameters:
value- allowed object isIso4217CurrencyEnum
-
-