public static class BillItem.TransferInto extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="itemNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="due" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="itemRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/> <element name="transfered" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Calendar |
creationDate |
protected BigDecimal |
due |
protected String |
itemNo |
protected ResourceRef |
itemRef |
protected String |
name |
protected BigDecimal |
transfered |
Constructor and Description |
---|
TransferInto() |
Modifier and Type | Method and Description |
---|---|
Calendar |
getCreationDate()
Gets the value of the creationDate property.
|
BigDecimal |
getDue()
Gets the value of the due property.
|
String |
getItemNo()
Gets the value of the itemNo property.
|
ResourceRef |
getItemRef()
Gets the value of the itemRef property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getTransfered()
Gets the value of the transfered property.
|
void |
setCreationDate(Calendar value)
Sets the value of the creationDate property.
|
void |
setDue(BigDecimal value)
Sets the value of the due property.
|
void |
setItemNo(String value)
Sets the value of the itemNo property.
|
void |
setItemRef(ResourceRef value)
Sets the value of the itemRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTransfered(BigDecimal value)
Sets the value of the transfered property.
|
protected String itemNo
protected String name
protected BigDecimal due
protected Calendar creationDate
protected ResourceRef itemRef
protected BigDecimal transfered
public String getItemNo()
String
public void setItemNo(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigDecimal getDue()
BigDecimal
public void setDue(BigDecimal value)
value
- allowed object is
BigDecimal
public Calendar getCreationDate()
String
public void setCreationDate(Calendar value)
value
- allowed object is
String
public ResourceRef getItemRef()
ResourceRef
public void setItemRef(ResourceRef value)
value
- allowed object is
ResourceRef
public BigDecimal getTransfered()
BigDecimal
public void setTransfered(BigDecimal value)
value
- allowed object is
BigDecimal