| java.lang.Object | |
| ↳ | com.workday.payrollinterface.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"/>
<element name="License_ID_Shared_Reference" type="{urn:com.workday/bsvc}License_Identifier_ReferenceObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| licenseIDData | |||||||||||
| licenseIDReference | |||||||||||
| licenseIDSharedReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the licenseIDData property.
| |||||||||||
Gets the value of the licenseIDReference property.
| |||||||||||
Gets the value of the licenseIDSharedReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the licenseIDData property.
| |||||||||||
Sets the value of the licenseIDReference property.
| |||||||||||
Sets the value of the licenseIDSharedReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the licenseIDData property.
LicenseIDDataType
Gets the value of the licenseIDReference property.
LicenseIdentifierObjectType
Gets the value of the licenseIDSharedReference property.
LicenseIdentifierReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the licenseIDData property.
| value | Allowed object is
LicenseIDDataType
|
|---|
Sets the value of the licenseIDReference property.
| value | Allowed object is
LicenseIdentifierObjectType
|
|---|
Sets the value of the licenseIDSharedReference property.
| value | Allowed object is
LicenseIdentifierReferenceObjectType
|
|---|