| java.lang.Object | |
| ↳ | com.workday.hr.ExternalPayGroupObjectIDType |
Contains a unique identifier for an instance of an object.
Java class for External_Pay_GroupObjectIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Pay_GroupObjectIDType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{urn:com.workday/bsvc}External_Pay_GroupReferenceEnumeration" />
<attribute name="parent_id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent_type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| parentId | |||||||||||
| parentType | |||||||||||
| type | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the parentId property.
| |||||||||||
Gets the value of the parentType property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the parentId property.
| |||||||||||
Sets the value of the parentType property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the parentId property.
Gets the value of the parentType property.
Gets the value of the type property.
Gets the value of the value property.
Sets the value of the parentId property.
| value | Allowed object is String |
|---|
Sets the value of the parentType property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|

