| java.lang.Object | |
| ↳ | com.workday.recruiting.CustomIdentifierDataType |
Encapsulating element for all Custom Identifier data.
Java class for Custom_Identifier_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Custom_Identifier_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Custom_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Custom_ID_Type_Reference" type="{urn:com.workday/bsvc}Custom_ID_Type_ReferenceType"/>
<element name="Issued_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" minOccurs="0"/>
<element name="Custom_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customDescription | |||||||||||
| customID | |||||||||||
| customIDTypeReference | |||||||||||
| expirationDate | |||||||||||
| issuedDate | |||||||||||
| organizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customDescription property.
| |||||||||||
Gets the value of the customID property.
| |||||||||||
Gets the value of the customIDTypeReference property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the organizationReference property.
| |||||||||||
Sets the value of the customDescription property.
| |||||||||||
Sets the value of the customID property.
| |||||||||||
Sets the value of the customIDTypeReference property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customDescription property.
Gets the value of the customID property.
Gets the value of the customIDTypeReference property.
CustomIDTypeReferenceType
Gets the value of the expirationDate property.
Gets the value of the issuedDate property.
Gets the value of the organizationReference property.
OrganizationReferenceType
Sets the value of the customDescription property.
| value | Allowed object is String |
|---|
Sets the value of the customID property.
| value | Allowed object is String |
|---|
Sets the value of the customIDTypeReference property.
| value | Allowed object is
CustomIDTypeReferenceType
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the issuedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the organizationReference property.
| value | Allowed object is
OrganizationReferenceType
|
|---|