| java.lang.Object | |
| ↳ | workday.com.bsvc.IDType |
External ID that uniquely identifies the integratable object within the context of the integration system identified by the System ID attribute.
Java class for IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="System_ID" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| systemID | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the systemID property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the systemID property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the systemID property.
Gets the value of the value property.
Sets the value of the systemID property.
| value | Allowed object is String |
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|

