| java.lang.Object | |
| ↳ | com.workday.integrations.ReferenceIDDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| newID | |||||||||||
| referenceIDType | |||||||||||
| referencedObjectDescriptor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the newID property.
| |||||||||||
Gets the value of the referenceIDType property.
| |||||||||||
Gets the value of the referencedObjectDescriptor property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the newID property.
| |||||||||||
Sets the value of the referenceIDType property.
| |||||||||||
Sets the value of the referencedObjectDescriptor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the newID property.
Gets the value of the referenceIDType property.
Gets the value of the referencedObjectDescriptor property.
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the newID property.
| value | Allowed object is String |
|---|
Sets the value of the referenceIDType property.
| value | Allowed object is String |
|---|
Sets the value of the referencedObjectDescriptor property.
| value | Allowed object is String |
|---|