| java.lang.Object | |
| ↳ | workday.com.bsvc.CustomIDType |
Encapsulating element for all Custom Identifier data.
Java class for Custom_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Custom_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Custom_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Custom_ID_Data" type="{urn:com.workday/bsvc}Custom_ID_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customIDData | |||||||||||
| customIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customIDData property.
| |||||||||||
Gets the value of the customIDReference property.
| |||||||||||
Sets the value of the customIDData property.
| |||||||||||
Sets the value of the customIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the customIDData property.
CustomIDDataType
Gets the value of the customIDReference property.
UniqueIdentifierObjectType
Sets the value of the customIDData property.
| value | Allowed object is
CustomIDDataType
|
|---|
Sets the value of the customIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|

