public class ResourceDetails extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resourceCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="symbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numberOfDecimalPlaces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="currencyResource" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
currencyResource |
protected Integer |
numberOfDecimalPlaces |
protected String |
resourceCode |
protected Integer |
resourceId |
protected String |
resourceName |
protected String |
symbol |
Constructor and Description |
---|
ResourceDetails() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumberOfDecimalPlaces()
Gets the value of the numberOfDecimalPlaces property.
|
String |
getResourceCode()
Gets the value of the resourceCode property.
|
Integer |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
boolean |
isCurrencyResource()
Gets the value of the currencyResource property.
|
void |
setCurrencyResource(boolean value)
Sets the value of the currencyResource property.
|
void |
setNumberOfDecimalPlaces(Integer value)
Sets the value of the numberOfDecimalPlaces property.
|
void |
setResourceCode(String value)
Sets the value of the resourceCode property.
|
void |
setResourceId(Integer value)
Sets the value of the resourceId property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
getExtension, setExtension
protected Integer resourceId
protected String resourceName
protected String resourceCode
protected String symbol
protected Integer numberOfDecimalPlaces
protected boolean currencyResource
public Integer getResourceId()
Integer
public void setResourceId(Integer value)
value
- allowed object is
Integer
public String getResourceName()
String
public void setResourceName(String value)
value
- allowed object is
String
public String getResourceCode()
String
public void setResourceCode(String value)
value
- allowed object is
String
public String getSymbol()
String
public void setSymbol(String value)
value
- allowed object is
String
public Integer getNumberOfDecimalPlaces()
Integer
public void setNumberOfDecimalPlaces(Integer value)
value
- allowed object is
Integer
public boolean isCurrencyResource()
public void setCurrencyResource(boolean value)