public class

LaunchParameterDefaultDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _boolean
protected BigDecimal currency
protected CurrencyObjectType currencyReference
protected XMLGregorianCalendar date
protected XMLGregorianCalendar dateTime
protected IntegrationEnumerationObjectType enumerationReference
protected ExternalFieldObjectType externalFieldReference
protected List<InstanceObjectType> instanceReference
protected BigDecimal numeric
protected String text
protected ParameterInitializationOperatorObjectType valueTypeReference
Public Constructors
LaunchParameterDefaultDataType()
Public Methods
Boolean getBoolean()
Gets the value of the boolean property.
BigDecimal getCurrency()
Gets the value of the currency property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.
IntegrationEnumerationObjectType getEnumerationReference()
Gets the value of the enumerationReference property.
ExternalFieldObjectType getExternalFieldReference()
Gets the value of the externalFieldReference property.
List<InstanceObjectType> getInstanceReference()
Gets the value of the instanceReference property.
BigDecimal getNumeric()
Gets the value of the numeric property.
String getText()
Gets the value of the text property.
ParameterInitializationOperatorObjectType getValueTypeReference()
Gets the value of the valueTypeReference property.
void setBoolean(Boolean value)
Sets the value of the boolean property.
void setCurrency(BigDecimal value)
Sets the value of the currency property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
void setEnumerationReference(IntegrationEnumerationObjectType value)
Sets the value of the enumerationReference property.
void setExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the externalFieldReference property.
void setInstanceReference(List<InstanceObjectType> instanceReference)
Sets the value of the instanceReference property.
void setNumeric(BigDecimal value)
Sets the value of the numeric property.
void setText(String value)
Sets the value of the text property.
void setValueTypeReference(ParameterInitializationOperatorObjectType value)
Sets the value of the valueTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean _boolean

protected BigDecimal currency

protected CurrencyObjectType currencyReference

protected XMLGregorianCalendar date

protected XMLGregorianCalendar dateTime

protected IntegrationEnumerationObjectType enumerationReference

protected ExternalFieldObjectType externalFieldReference

protected List<InstanceObjectType> instanceReference

protected BigDecimal numeric

protected String text

protected ParameterInitializationOperatorObjectType valueTypeReference

Public Constructors

public LaunchParameterDefaultDataType ()

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 BigDecimal getCurrency ()

Gets the value of the currency property.

Returns
  • possible object is BigDecimal

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public XMLGregorianCalendar getDate ()

Gets the value of the date property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDateTime ()

Gets the value of the dateTime property.

Returns
  • possible object is XMLGregorianCalendar

public IntegrationEnumerationObjectType getEnumerationReference ()

Gets the value of the enumerationReference property.

Returns

public ExternalFieldObjectType getExternalFieldReference ()

Gets the value of the externalFieldReference property.

Returns

public List<InstanceObjectType> getInstanceReference ()

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

public BigDecimal getNumeric ()

Gets the value of the numeric property.

Returns
  • possible object is BigDecimal

public String getText ()

Gets the value of the text property.

Returns
  • possible object is String

public ParameterInitializationOperatorObjectType getValueTypeReference ()

Gets the value of the valueTypeReference property.

Returns

public void setBoolean (Boolean value)

Sets the value of the boolean property.

Parameters
value Allowed object is Boolean

public void setCurrency (BigDecimal value)

Sets the value of the currency property.

Parameters
value Allowed object is BigDecimal

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setDate (XMLGregorianCalendar value)

Sets the value of the date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDateTime (XMLGregorianCalendar value)

Sets the value of the dateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEnumerationReference (IntegrationEnumerationObjectType value)

Sets the value of the enumerationReference property.

Parameters
value Allowed object is IntegrationEnumerationObjectType

public void setExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the externalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setInstanceReference (List<InstanceObjectType> instanceReference)

Sets the value of the instanceReference property.

Parameters
instanceReference Allowed object is InstanceObjectType

public void setNumeric (BigDecimal value)

Sets the value of the numeric property.

Parameters
value Allowed object is BigDecimal

public void setText (String value)

Sets the value of the text property.

Parameters
value Allowed object is String

public void setValueTypeReference (ParameterInitializationOperatorObjectType value)

Sets the value of the valueTypeReference property.

Parameters
value Allowed object is ParameterInitializationOperatorObjectType