| java.lang.Object | |
| ↳ | com.workday.recruiting.CustomIDDataType |
Wrapper for Custom Identifier Data.
Java class for Custom_ID_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Custom_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="ID_Type_Reference" type="{urn:com.workday/bsvc}Custom_ID_TypeObjectType" minOccurs="0"/>
<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_ID_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" 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 | |||||||||||
| expirationDate | |||||||||||
| id | |||||||||||
| idTypeReference | |||||||||||
| issuedDate | |||||||||||
| organizationIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customDescription property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the idTypeReference property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the organizationIDReference property.
| |||||||||||
Sets the value of the customDescription property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the idTypeReference property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the organizationIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customDescription property.
Gets the value of the expirationDate property.
Gets the value of the id property.
Gets the value of the idTypeReference property.
CustomIDTypeObjectType
Gets the value of the issuedDate property.
Gets the value of the organizationIDReference property.
OrganizationObjectType
Sets the value of the customDescription property.
| value | Allowed object is String |
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the idTypeReference property.
| value | Allowed object is
CustomIDTypeObjectType
|
|---|
Sets the value of the issuedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the organizationIDReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|