net.sf.mpxj.primavera.schema
Class CurrencyType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.CurrencyType

public class CurrencyType
extends Object

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

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

decimalPlaces

protected Integer decimalPlaces

decimalSymbol

protected String decimalSymbol

digitGroupingSymbol

protected String digitGroupingSymbol

exchangeRate

protected Double exchangeRate

id

protected String id

isBaseCurrency

protected JAXBElement<Boolean> isBaseCurrency

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

name

protected String name

negativeSymbol

protected String negativeSymbol

objectId

protected Integer objectId

positiveSymbol

protected String positiveSymbol

symbol

protected String symbol
Constructor Detail

CurrencyType

public CurrencyType()
Method Detail

getCreateDate

public JAXBElement<Date> getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is JAXBElement<Date>

setCreateDate

public void setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getCreateUser

public String getCreateUser()
Gets the value of the createUser property.

Returns:
possible object is String

setCreateUser

public void setCreateUser(String value)
Sets the value of the createUser property.

Parameters:
value - allowed object is String

getDecimalPlaces

public Integer getDecimalPlaces()
Gets the value of the decimalPlaces property.

Returns:
possible object is Integer

setDecimalPlaces

public void setDecimalPlaces(Integer value)
Sets the value of the decimalPlaces property.

Parameters:
value - allowed object is Integer

getDecimalSymbol

public String getDecimalSymbol()
Gets the value of the decimalSymbol property.

Returns:
possible object is String

setDecimalSymbol

public void setDecimalSymbol(String value)
Sets the value of the decimalSymbol property.

Parameters:
value - allowed object is String

getDigitGroupingSymbol

public String getDigitGroupingSymbol()
Gets the value of the digitGroupingSymbol property.

Returns:
possible object is String

setDigitGroupingSymbol

public void setDigitGroupingSymbol(String value)
Sets the value of the digitGroupingSymbol property.

Parameters:
value - allowed object is String

getExchangeRate

public Double getExchangeRate()
Gets the value of the exchangeRate property.

Returns:
possible object is Double

setExchangeRate

public void setExchangeRate(Double value)
Sets the value of the exchangeRate property.

Parameters:
value - allowed object is Double

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIsBaseCurrency

public JAXBElement<Boolean> getIsBaseCurrency()
Gets the value of the isBaseCurrency property.

Returns:
possible object is JAXBElement<Boolean>

setIsBaseCurrency

public void setIsBaseCurrency(JAXBElement<Boolean> value)
Sets the value of the isBaseCurrency property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getLastUpdateDate

public JAXBElement<Date> getLastUpdateDate()
Gets the value of the lastUpdateDate property.

Returns:
possible object is JAXBElement<Date>

setLastUpdateDate

public void setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getLastUpdateUser

public String getLastUpdateUser()
Gets the value of the lastUpdateUser property.

Returns:
possible object is String

setLastUpdateUser

public void setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNegativeSymbol

public String getNegativeSymbol()
Gets the value of the negativeSymbol property.

Returns:
possible object is String

setNegativeSymbol

public void setNegativeSymbol(String value)
Sets the value of the negativeSymbol property.

Parameters:
value - allowed object is String

getObjectId

public Integer getObjectId()
Gets the value of the objectId property.

Returns:
possible object is Integer

setObjectId

public void setObjectId(Integer value)
Sets the value of the objectId property.

Parameters:
value - allowed object is Integer

getPositiveSymbol

public String getPositiveSymbol()
Gets the value of the positiveSymbol property.

Returns:
possible object is String

setPositiveSymbol

public void setPositiveSymbol(String value)
Sets the value of the positiveSymbol property.

Parameters:
value - allowed object is String

getSymbol

public String getSymbol()
Gets the value of the symbol property.

Returns:
possible object is String

setSymbol

public void setSymbol(String value)
Sets the value of the symbol property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.