public class

CopyOfIntegrationAbstractValueDataType

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

Class Overview

Container element for an Abstract Value.

Java class for Copy_of_Integration_Abstract_Value_DataType complex type.

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

 <complexType name="Copy_of_Integration_Abstract_Value_DataType">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _boolean
protected XMLGregorianCalendar date
protected XMLGregorianCalendar dateTime
protected List<InstanceObjectType> instanceReference
protected BigDecimal numeric
protected String text
Public Constructors
CopyOfIntegrationAbstractValueDataType()
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<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 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<InstanceObjectType> instanceReference

protected BigDecimal numeric

protected String text

Public Constructors

public CopyOfIntegrationAbstractValueDataType ()

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<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 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