public class AdjustmentAccount extends ARActionRequestType 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}aRActionRequestType"> <sequence> <element name="validityPeriod" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AdjustmentAccount.ValidityPeriod
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected AdjustmentAccount.ValidityPeriod |
validityPeriod |
amount, amountIsCredit, includeTax, resourceId
actionAffectsRef, effective, notes
Constructor and Description |
---|
AdjustmentAccount() |
Modifier and Type | Method and Description |
---|---|
AdjustmentAccount.ValidityPeriod |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
void |
setValidityPeriod(AdjustmentAccount.ValidityPeriod value)
Sets the value of the validityPeriod property.
|
getAmount, getResourceId, isAmountIsCredit, isIncludeTax, setAmount, setAmountIsCredit, setIncludeTax, setResourceId
getActionAffectsRef, getEffective, getNotes, setActionAffectsRef, setEffective, setNotes
getExtension, setExtension
protected AdjustmentAccount.ValidityPeriod validityPeriod
public AdjustmentAccount.ValidityPeriod getValidityPeriod()
AdjustmentAccount.ValidityPeriod
public void setValidityPeriod(AdjustmentAccount.ValidityPeriod value)
value
- allowed object is
AdjustmentAccount.ValidityPeriod