|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.CurrencyType
public class CurrencyType
Java class for CurrencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DecimalPlaces" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="2"/>
</restriction>
</simpleType>
</element>
<element name="DecimalSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="DigitGroupingSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="ExchangeRate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="1.0E-6"/>
<maxInclusive value="9.99999999999999E8"/>
</restriction>
</simpleType>
</element>
<element name="Id" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="NegativeSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="(#1.1)"/>
<enumeration value="-#1.1"/>
<enumeration value="#-1.1"/>
<enumeration value="#1.1-"/>
<enumeration value="(1.1#)"/>
<enumeration value="-1.1#"/>
<enumeration value="1.1-#"/>
<enumeration value="1.1#-"/>
<enumeration value="-1.1 #"/>
<enumeration value="-# 1.1"/>
<enumeration value="1.1 #-"/>
<enumeration value="# 1.1-"/>
<enumeration value="# -1.1"/>
<enumeration value="1.1- #"/>
<enumeration value="(# 1.1)"/>
<enumeration value="(1.1 #)"/>
</restriction>
</simpleType>
</element>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PositiveSymbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="#1.1"/>
<enumeration value="1.1#"/>
<enumeration value="# 1.1"/>
<enumeration value="1.1 #"/>
</restriction>
</simpleType>
</element>
<element name="Symbol" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected Integer |
decimalPlaces
|
protected String |
decimalSymbol
|
protected String |
digitGroupingSymbol
|
protected Double |
exchangeRate
|
protected String |
id
|
protected JAXBElement<Boolean> |
isBaseCurrency
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected String |
name
|
protected String |
negativeSymbol
|
protected Integer |
objectId
|
protected String |
positiveSymbol
|
protected String |
symbol
|
| Constructor Summary | |
|---|---|
CurrencyType()
|
|
| Method Summary | |
|---|---|
JAXBElement<Date> |
getCreateDate()
Gets the value of the createDate property. |
String |
getCreateUser()
Gets the value of the createUser property. |
Integer |
getDecimalPlaces()
Gets the value of the decimalPlaces property. |
String |
getDecimalSymbol()
Gets the value of the decimalSymbol property. |
String |
getDigitGroupingSymbol()
Gets the value of the digitGroupingSymbol property. |
Double |
getExchangeRate()
Gets the value of the exchangeRate property. |
String |
getId()
Gets the value of the id property. |
JAXBElement<Boolean> |
getIsBaseCurrency()
Gets the value of the isBaseCurrency property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
String |
getName()
Gets the value of the name property. |
String |
getNegativeSymbol()
Gets the value of the negativeSymbol property. |
Integer |
getObjectId()
Gets the value of the objectId property. |
String |
getPositiveSymbol()
Gets the value of the positiveSymbol property. |
String |
getSymbol()
Gets the value of the symbol property. |
void |
setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property. |
void |
setCreateUser(String value)
Sets the value of the createUser property. |
void |
setDecimalPlaces(Integer value)
Sets the value of the decimalPlaces property. |
void |
setDecimalSymbol(String value)
Sets the value of the decimalSymbol property. |
void |
setDigitGroupingSymbol(String value)
Sets the value of the digitGroupingSymbol property. |
void |
setExchangeRate(Double value)
Sets the value of the exchangeRate property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIsBaseCurrency(JAXBElement<Boolean> value)
Sets the value of the isBaseCurrency property. |
void |
setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property. |
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNegativeSymbol(String value)
Sets the value of the negativeSymbol property. |
void |
setObjectId(Integer value)
Sets the value of the objectId property. |
void |
setPositiveSymbol(String value)
Sets the value of the positiveSymbol property. |
void |
setSymbol(String value)
Sets the value of the symbol property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<Date> createDate
protected String createUser
protected Integer decimalPlaces
protected String decimalSymbol
protected String digitGroupingSymbol
protected Double exchangeRate
protected String id
protected JAXBElement<Boolean> isBaseCurrency
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected String name
protected String negativeSymbol
protected Integer objectId
protected String positiveSymbol
protected String symbol
| Constructor Detail |
|---|
public CurrencyType()
| Method Detail |
|---|
public JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Integer getDecimalPlaces()
Integerpublic void setDecimalPlaces(Integer value)
value - allowed object is
Integerpublic String getDecimalSymbol()
Stringpublic void setDecimalSymbol(String value)
value - allowed object is
Stringpublic String getDigitGroupingSymbol()
Stringpublic void setDigitGroupingSymbol(String value)
value - allowed object is
Stringpublic Double getExchangeRate()
Doublepublic void setExchangeRate(Double value)
value - allowed object is
Doublepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getIsBaseCurrency()
JAXBElement<Boolean>public void setIsBaseCurrency(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNegativeSymbol()
Stringpublic void setNegativeSymbol(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getPositiveSymbol()
Stringpublic void setPositiveSymbol(String value)
value - allowed object is
Stringpublic String getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||