| java.lang.Object | |
| ↳ | com.workday.staffing.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"/>
<element name="Custom_ID_Shared_Reference" type="{urn:com.workday/bsvc}Custom_Identifier_ReferenceObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customIDData | |||||||||||
| customIDReference | |||||||||||
| customIDSharedReference | |||||||||||
| delete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customIDData property.
| |||||||||||
Gets the value of the customIDReference property.
| |||||||||||
Gets the value of the customIDSharedReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the customIDData property.
| |||||||||||
Sets the value of the customIDReference property.
| |||||||||||
Sets the value of the customIDSharedReference property.
| |||||||||||
Sets the value of the delete 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
Gets the value of the customIDSharedReference property.
CustomIdentifierReferenceObjectType
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Sets the value of the customIDData property.
| value | Allowed object is
CustomIDDataType
|
|---|
Sets the value of the customIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the customIDSharedReference property.
| value | Allowed object is
CustomIdentifierReferenceObjectType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|