| java.lang.Object | |
| ↳ | workday.com.bsvc.FundsAvailabilityDataType |
Funds Availability Data.
Java class for Funds_Availability_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Funds_Availability_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Availability_Date_Time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Number_of_Days_until_Available" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Unknown_Number_of_Days" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| availabilityDateTime | |||||||||||
| numberOfDaysUntilAvailable | |||||||||||
| unknownNumberOfDays | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the availabilityDateTime property.
| |||||||||||
Gets the value of the numberOfDaysUntilAvailable property.
| |||||||||||
Gets the value of the unknownNumberOfDays property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the availabilityDateTime property.
| |||||||||||
Sets the value of the numberOfDaysUntilAvailable property.
| |||||||||||
Sets the value of the unknownNumberOfDays property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the amount property.
Gets the value of the availabilityDateTime property.
Gets the value of the numberOfDaysUntilAvailable property.
Gets the value of the unknownNumberOfDays property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the availabilityDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the numberOfDaysUntilAvailable property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the unknownNumberOfDays property.
| value | Allowed object is Boolean |
|---|

