| java.lang.Object | |
| ↳ | com.workday.integrations.LaunchParameterDefaultDataType |
Element to define Default processing for Launch Parameter
Java class for Launch_Parameter_Default_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Launch_Parameter_Default_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value_Type_Reference" type="{urn:com.workday/bsvc}Parameter_Initialization_OperatorObjectType"/>
<element name="External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType" minOccurs="0"/>
<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="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" 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="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Instance_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Enumeration_Reference" type="{urn:com.workday/bsvc}Integration_EnumerationObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _boolean | |||||||||||
| currency | |||||||||||
| currencyReference | |||||||||||
| date | |||||||||||
| dateTime | |||||||||||
| enumerationReference | |||||||||||
| externalFieldReference | |||||||||||
| instanceReference | |||||||||||
| numeric | |||||||||||
| text | |||||||||||
| valueTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boolean 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 enumerationReference property.
| |||||||||||
Gets the value of the externalFieldReference property.
| |||||||||||
Gets the value of the instanceReference property.
| |||||||||||
Gets the value of the numeric property.
| |||||||||||
Gets the value of the text property.
| |||||||||||
Gets the value of the valueTypeReference property.
| |||||||||||
Sets the value of the boolean 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 enumerationReference property.
| |||||||||||
Sets the value of the externalFieldReference property.
| |||||||||||
Sets the value of the instanceReference property.
| |||||||||||
Sets the value of the numeric property.
| |||||||||||
Sets the value of the text property.
| |||||||||||
Sets the value of the valueTypeReference 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 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 enumerationReference property.
IntegrationEnumerationObjectType
Gets the value of the externalFieldReference property.
ExternalFieldObjectType
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.
Gets the value of the valueTypeReference property.
ParameterInitializationOperatorObjectType
Sets the value of the boolean property.
| value | Allowed object is Boolean |
|---|
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 enumerationReference property.
| value | Allowed object is
IntegrationEnumerationObjectType
|
|---|
Sets the value of the externalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
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 |
|---|
Sets the value of the valueTypeReference property.
| value | Allowed object is
ParameterInitializationOperatorObjectType
|
|---|