| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationAbstractValueDataType |
Container element for an Abstract Value.
Java class for Integration_Abstract_Value_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Abstract_Value_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Numeric" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Instance_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _boolean | |||||||||||
| date | |||||||||||
| dateTime | |||||||||||
| instanceReference | |||||||||||
| numeric | |||||||||||
| text | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boolean property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the dateTime property.
| |||||||||||
Gets the value of the instanceReference property.
| |||||||||||
Gets the value of the numeric property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Sets the value of the boolean property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the dateTime property.
| |||||||||||
Sets the value of the instanceReference property.
| |||||||||||
Sets the value of the numeric property.
| |||||||||||
Sets the value of the text property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the boolean property. This getter has been renamed from isBoolean() to getBoolean() by cxf-xjc-boolean plugin.
Gets the value of the date property.
Gets the value of the dateTime property.
Gets the value of the instanceReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the instanceReference property.
For example, to add a new item, do as follows:
getInstanceReference().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceObjectType
Gets the value of the numeric property.
Gets the value of the text property.
Sets the value of the boolean property.
| value | Allowed object is Boolean |
|---|
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the instanceReference property.
| instanceReference | Allowed object is
InstanceObjectType
|
|---|
Sets the value of the numeric property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the text property.
| value | Allowed object is String |
|---|