public class

LicenseIDType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected LicenseIDDataType licenseIDData
protected LicenseIdentifierObjectType licenseIDReference
Public Constructors
LicenseIDType()
Public Methods
LicenseIDDataType getLicenseIDData()
Gets the value of the licenseIDData property.
LicenseIdentifierObjectType getLicenseIDReference()
Gets the value of the licenseIDReference property.
void setLicenseIDData(LicenseIDDataType value)
Sets the value of the licenseIDData property.
void setLicenseIDReference(LicenseIdentifierObjectType value)
Sets the value of the licenseIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LicenseIDDataType licenseIDData

protected LicenseIdentifierObjectType licenseIDReference

Public Constructors

public LicenseIDType ()

Public Methods

public LicenseIDDataType getLicenseIDData ()

Gets the value of the licenseIDData property.

Returns

public LicenseIdentifierObjectType getLicenseIDReference ()

Gets the value of the licenseIDReference property.

Returns

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