| java.lang.Object | |
| ↳ | com.workday.integrations.ParameterInitializationWWSDataType |
Defines the value to be used for parameter assignment.
Java class for Parameter_Initialization_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter_Initialization_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Currency" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<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="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Business_Object_Instance_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType" minOccurs="0"/>
</choice>
<element name="Parameter_Initialization_Operator_Reference" type="{urn:com.workday/bsvc}Parameter_Initialization_OperatorObjectType"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _boolean | |||||||||||
| businessObjectInstanceReference | |||||||||||
| currency | |||||||||||
| currencyReference | |||||||||||
| date | |||||||||||
| dateTime | |||||||||||
| externalFieldReference | |||||||||||
| numeric | |||||||||||
| parameterInitializationOperatorReference | |||||||||||
| text | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boolean property.
| |||||||||||
Gets the value of the businessObjectInstanceReference property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the dateTime property.
| |||||||||||
Gets the value of the externalFieldReference property.
| |||||||||||
Gets the value of the numeric property.
| |||||||||||
Gets the value of the parameterInitializationOperatorReference property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Sets the value of the boolean property.
| |||||||||||
Sets the value of the businessObjectInstanceReference property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the dateTime property.
| |||||||||||
Sets the value of the externalFieldReference property.
| |||||||||||
Sets the value of the numeric property.
| |||||||||||
Sets the value of the parameterInitializationOperatorReference 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 businessObjectInstanceReference 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 businessObjectInstanceReference property.
For example, to add a new item, do as follows:
getBusinessObjectInstanceReference().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceObjectType
Gets the value of the currency property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the date property.
Gets the value of the dateTime property.
Gets the value of the externalFieldReference property.
ExternalFieldObjectType
Gets the value of the numeric property.
Gets the value of the parameterInitializationOperatorReference property.
ParameterInitializationOperatorObjectType
Gets the value of the text property.
Sets the value of the boolean property.
| value | Allowed object is Boolean |
|---|
Sets the value of the businessObjectInstanceReference property.
| businessObjectInstanceReference | Allowed object is
InstanceObjectType
|
|---|
Sets the value of the currency property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
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 externalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the numeric property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the parameterInitializationOperatorReference property.
| value | Allowed object is
ParameterInitializationOperatorObjectType
|
|---|
Sets the value of the text property.
| value | Allowed object is String |
|---|