public class

IntegrationRuntimeParameterDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationRuntimeParameterDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _boolean
protected XMLGregorianCalendar date
protected List<InstanceObjectType> instanceSetReference
protected String launchConfigurableName
protected List<SimpleWorkDataRuntimeParameterNameType> parameterName
protected String text
Public Constructors
IntegrationRuntimeParameterDataType()
Public Methods
Boolean getBoolean()
Gets the value of the boolean property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
List<InstanceObjectType> getInstanceSetReference()
Gets the value of the instanceSetReference property.
String getLaunchConfigurableName()
Gets the value of the launchConfigurableName property.
List<SimpleWorkDataRuntimeParameterNameType> getParameterName()
Gets the value of the parameterName property.
String getText()
Gets the value of the text property.
void setBoolean(Boolean value)
Sets the value of the boolean property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setInstanceSetReference(List<InstanceObjectType> instanceSetReference)
Sets the value of the instanceSetReference property.
void setLaunchConfigurableName(String value)
Sets the value of the launchConfigurableName property.
void setParameterName(List<SimpleWorkDataRuntimeParameterNameType> parameterName)
Sets the value of the parameterName property.
void setText(String value)
Sets the value of the text property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean _boolean

protected XMLGregorianCalendar date

protected List<InstanceObjectType> instanceSetReference

protected String launchConfigurableName

protected List<SimpleWorkDataRuntimeParameterNameType> parameterName

protected String text

Public Constructors

public IntegrationRuntimeParameterDataType ()

Public Methods

public Boolean getBoolean ()

Gets the value of the boolean property. This getter has been renamed from isBoolean() to getBoolean() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getDate ()

Gets the value of the date property.

Returns
  • possible object is XMLGregorianCalendar

public List<InstanceObjectType> getInstanceSetReference ()

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

public String getLaunchConfigurableName ()

Gets the value of the launchConfigurableName property.

Returns
  • possible object is String

public List<SimpleWorkDataRuntimeParameterNameType> getParameterName ()

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

public String getText ()

Gets the value of the text property.

Returns
  • possible object is String

public void setBoolean (Boolean value)

Sets the value of the boolean property.

Parameters
value Allowed object is Boolean

public void setDate (XMLGregorianCalendar value)

Sets the value of the date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInstanceSetReference (List<InstanceObjectType> instanceSetReference)

Sets the value of the instanceSetReference property.

Parameters
instanceSetReference Allowed object is InstanceObjectType

public void setLaunchConfigurableName (String value)

Sets the value of the launchConfigurableName property.

Parameters
value Allowed object is String

public void setParameterName (List<SimpleWorkDataRuntimeParameterNameType> parameterName)

Sets the value of the parameterName property.

Parameters
parameterName Allowed object is SimpleWorkDataRuntimeParameterNameType

public void setText (String value)

Sets the value of the text property.

Parameters
value Allowed object is String