| java.lang.Object | |
| ↳ | workday.com.bsvc.LicenseIDType |
Encapsulating element for all License Identifier data.
Java class for License_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="License_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="License_ID_Reference" type="{urn:com.workday/bsvc}License_IdentifierObjectType" minOccurs="0"/>
<element name="License_ID_Data" type="{urn:com.workday/bsvc}License_ID_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| licenseIDData | |||||||||||
| licenseIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the licenseIDData property.
| |||||||||||
Gets the value of the licenseIDReference property.
| |||||||||||
Sets the value of the licenseIDData property.
| |||||||||||
Sets the value of the licenseIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the licenseIDData property.
LicenseIDDataType
Gets the value of the licenseIDReference property.
LicenseIdentifierObjectType
Sets the value of the licenseIDData property.
| value | Allowed object is
LicenseIDDataType
|
|---|
Sets the value of the licenseIDReference property.
| value | Allowed object is
LicenseIdentifierObjectType
|
|---|

