public class

FundsAvailabilityDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.FundsAvailabilityDataType

Class Overview

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>
 

Summary

Fields
protected BigDecimal amount
protected XMLGregorianCalendar availabilityDateTime
protected BigDecimal numberOfDaysUntilAvailable
protected Boolean unknownNumberOfDays
Public Constructors
FundsAvailabilityDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
XMLGregorianCalendar getAvailabilityDateTime()
Gets the value of the availabilityDateTime property.
BigDecimal getNumberOfDaysUntilAvailable()
Gets the value of the numberOfDaysUntilAvailable property.
Boolean isUnknownNumberOfDays()
Gets the value of the unknownNumberOfDays property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setAvailabilityDateTime(XMLGregorianCalendar value)
Sets the value of the availabilityDateTime property.
void setNumberOfDaysUntilAvailable(BigDecimal value)
Sets the value of the numberOfDaysUntilAvailable property.
void setUnknownNumberOfDays(Boolean value)
Sets the value of the unknownNumberOfDays property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal amount

protected XMLGregorianCalendar availabilityDateTime

protected BigDecimal numberOfDaysUntilAvailable

protected Boolean unknownNumberOfDays

Public Constructors

public FundsAvailabilityDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getAvailabilityDateTime ()

Gets the value of the availabilityDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getNumberOfDaysUntilAvailable ()

Gets the value of the numberOfDaysUntilAvailable property.

Returns
  • possible object is BigDecimal

public Boolean isUnknownNumberOfDays ()

Gets the value of the unknownNumberOfDays property.

Returns
  • possible object is Boolean

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setAvailabilityDateTime (XMLGregorianCalendar value)

Sets the value of the availabilityDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setNumberOfDaysUntilAvailable (BigDecimal value)

Sets the value of the numberOfDaysUntilAvailable property.

Parameters
value Allowed object is BigDecimal

public void setUnknownNumberOfDays (Boolean value)

Sets the value of the unknownNumberOfDays property.

Parameters
value Allowed object is Boolean