| java.lang.Object | |
| ↳ | com.workday.payrollinterface.LicenseIdentifierReferenceObjectType |
Java class for License_Identifier_ReferenceObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="License_Identifier_ReferenceObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:com.workday/bsvc}License_Identifier_ReferenceObjectIDType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| descriptor | |||||||||||
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the descriptor property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Sets the value of the descriptor property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the descriptor property.
Gets the value of the id property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the id property.
For example, to add a new item, do as follows:
getID().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseIdentifierReferenceObjectIDType
Sets the value of the descriptor property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| id | Allowed object is
LicenseIdentifierReferenceObjectIDType
|
|---|