public class

LicenseIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.LicenseIDType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected LicenseIDDataType licenseIDData
protected LicenseIdentifierObjectType licenseIDReference
protected LicenseIdentifierReferenceObjectType licenseIDSharedReference
Public Constructors
LicenseIDType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
LicenseIDDataType getLicenseIDData()
Gets the value of the licenseIDData property.
LicenseIdentifierObjectType getLicenseIDReference()
Gets the value of the licenseIDReference property.
LicenseIdentifierReferenceObjectType getLicenseIDSharedReference()
Gets the value of the licenseIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setLicenseIDData(LicenseIDDataType value)
Sets the value of the licenseIDData property.
void setLicenseIDReference(LicenseIdentifierObjectType value)
Sets the value of the licenseIDReference property.
void setLicenseIDSharedReference(LicenseIdentifierReferenceObjectType value)
Sets the value of the licenseIDSharedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected LicenseIDDataType licenseIDData

protected LicenseIdentifierObjectType licenseIDReference

protected LicenseIdentifierReferenceObjectType licenseIDSharedReference

Public Constructors

public LicenseIDType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public LicenseIDDataType getLicenseIDData ()

Gets the value of the licenseIDData property.

Returns

public LicenseIdentifierObjectType getLicenseIDReference ()

Gets the value of the licenseIDReference property.

Returns

public LicenseIdentifierReferenceObjectType getLicenseIDSharedReference ()

Gets the value of the licenseIDSharedReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setLicenseIDData (LicenseIDDataType value)

Sets the value of the licenseIDData property.

Parameters
value Allowed object is LicenseIDDataType

public void setLicenseIDReference (LicenseIdentifierObjectType value)

Sets the value of the licenseIDReference property.

Parameters
value Allowed object is LicenseIdentifierObjectType

public void setLicenseIDSharedReference (LicenseIdentifierReferenceObjectType value)

Sets the value of the licenseIDSharedReference property.

Parameters
value Allowed object is LicenseIdentifierReferenceObjectType