public class

IntegrationAttributeValueDataWWSType

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

Class Overview

Contains Integration Attributes Value and OMS Environment restriction for above Attribute and Integration System.

Java class for Integration_Attribute_Value_Data_WWSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Integration_Attribute_Value_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" 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="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Instance_Reference" type="{urn:com.workday/bsvc}InstanceObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Environment_Reference" type="{urn:com.workday/bsvc}OMS_EnvironmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _boolean
protected XMLGregorianCalendar date
protected XMLGregorianCalendar dateTime
protected List<OMSEnvironmentObjectType> environmentReference
protected List<InstanceObjectType> instanceReference
protected BigDecimal numeric
protected String text
Public Constructors
IntegrationAttributeValueDataWWSType()
Public Methods
Boolean getBoolean()
Gets the value of the boolean property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.
List<OMSEnvironmentObjectType> getEnvironmentReference()
Gets the value of the environmentReference 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.
void setBoolean(Boolean value)
Sets the value of the boolean property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
void setEnvironmentReference(List<OMSEnvironmentObjectType> environmentReference)
Sets the value of the environmentReference 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.
[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 XMLGregorianCalendar dateTime

protected List<OMSEnvironmentObjectType> environmentReference

protected List<InstanceObjectType> instanceReference

protected BigDecimal numeric

protected String text

Public Constructors

public IntegrationAttributeValueDataWWSType ()

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 XMLGregorianCalendar getDateTime ()

Gets the value of the dateTime property.

Returns
  • possible object is XMLGregorianCalendar

public List<OMSEnvironmentObjectType> getEnvironmentReference ()

Gets the value of the environmentReference 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 environmentReference property.

For example, to add a new item, do as follows:

    getEnvironmentReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OMSEnvironmentObjectType

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 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 setDateTime (XMLGregorianCalendar value)

Sets the value of the dateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEnvironmentReference (List<OMSEnvironmentObjectType> environmentReference)

Sets the value of the environmentReference property.

Parameters
environmentReference Allowed object is OMSEnvironmentObjectType

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