public class

ReferenceIDDataType

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

Class Overview

Element containing reference ID and type data.

Java class for Reference_ID_DataType complex type.

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

 <complexType name="Reference_ID_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="New_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Reference_ID_Type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Referenced_Object_Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String id
protected String newID
protected String referenceIDType
protected String referencedObjectDescriptor
Public Constructors
ReferenceIDDataType()
Public Methods
String getID()
Gets the value of the id property.
String getNewID()
Gets the value of the newID property.
String getReferenceIDType()
Gets the value of the referenceIDType property.
String getReferencedObjectDescriptor()
Gets the value of the referencedObjectDescriptor property.
void setID(String value)
Sets the value of the id property.
void setNewID(String value)
Sets the value of the newID property.
void setReferenceIDType(String value)
Sets the value of the referenceIDType property.
void setReferencedObjectDescriptor(String value)
Sets the value of the referencedObjectDescriptor property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String id

protected String newID

protected String referenceIDType

protected String referencedObjectDescriptor

Public Constructors

public ReferenceIDDataType ()

Public Methods

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public String getNewID ()

Gets the value of the newID property.

Returns
  • possible object is String

public String getReferenceIDType ()

Gets the value of the referenceIDType property.

Returns
  • possible object is String

public String getReferencedObjectDescriptor ()

Gets the value of the referencedObjectDescriptor property.

Returns
  • possible object is String

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setNewID (String value)

Sets the value of the newID property.

Parameters
value Allowed object is String

public void setReferenceIDType (String value)

Sets the value of the referenceIDType property.

Parameters
value Allowed object is String

public void setReferencedObjectDescriptor (String value)

Sets the value of the referencedObjectDescriptor property.

Parameters
value Allowed object is String