| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationRuntimeParameterDataType |
Integration Runtime Parameter Data
Java class for Integration_Runtime_Parameter_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Runtime_Parameter_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Launch_Configurable_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Parameter_Name" type="{urn:com.workday/bsvc}Simple_Work_Data_Runtime_Parameter_NameType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Instance_Set_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _boolean | |||||||||||
| date | |||||||||||
| instanceSetReference | |||||||||||
| launchConfigurableName | |||||||||||
| parameterName | |||||||||||
| text | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boolean property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the instanceSetReference property.
| |||||||||||
Gets the value of the launchConfigurableName property.
| |||||||||||
Gets the value of the parameterName 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 instanceSetReference property.
| |||||||||||
Sets the value of the launchConfigurableName property.
| |||||||||||
Sets the value of the parameterName 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 instanceSetReference 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 instanceSetReference property.
For example, to add a new item, do as follows:
getInstanceSetReference().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceObjectType
Gets the value of the launchConfigurableName property.
Gets the value of the parameterName 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 parameterName property.
For example, to add a new item, do as follows:
getParameterName().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleWorkDataRuntimeParameterNameType
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 instanceSetReference property.
| instanceSetReference | Allowed object is
InstanceObjectType
|
|---|
Sets the value of the launchConfigurableName property.
| value | Allowed object is String |
|---|
Sets the value of the parameterName property.
| parameterName | Allowed object is
SimpleWorkDataRuntimeParameterNameType
|
|---|
Sets the value of the text property.
| value | Allowed object is String |
|---|