public class

VisaIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.VisaIDType

Class Overview

Encapsulating element for all Visa Identifier data.

Java class for Visa_IDType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Visa_IDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Visa_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Visa_ID_Data" type="{urn:com.workday/bsvc}Visa_ID_DataType" minOccurs="0"/>
         <element name="Visa_ID_Shared_Reference" type="{urn:com.workday/bsvc}Visa_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 VisaIDDataType visaIDData
protected UniqueIdentifierObjectType visaIDReference
protected VisaIdentifierReferenceObjectType visaIDSharedReference
Public Constructors
VisaIDType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
VisaIDDataType getVisaIDData()
Gets the value of the visaIDData property.
UniqueIdentifierObjectType getVisaIDReference()
Gets the value of the visaIDReference property.
VisaIdentifierReferenceObjectType getVisaIDSharedReference()
Gets the value of the visaIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setVisaIDData(VisaIDDataType value)
Sets the value of the visaIDData property.
void setVisaIDReference(UniqueIdentifierObjectType value)
Sets the value of the visaIDReference property.
void setVisaIDSharedReference(VisaIdentifierReferenceObjectType value)
Sets the value of the visaIDSharedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected VisaIDDataType visaIDData

protected UniqueIdentifierObjectType visaIDReference

protected VisaIdentifierReferenceObjectType visaIDSharedReference

Public Constructors

public VisaIDType ()

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 VisaIDDataType getVisaIDData ()

Gets the value of the visaIDData property.

Returns

public UniqueIdentifierObjectType getVisaIDReference ()

Gets the value of the visaIDReference property.

Returns

public VisaIdentifierReferenceObjectType getVisaIDSharedReference ()

Gets the value of the visaIDSharedReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setVisaIDData (VisaIDDataType value)

Sets the value of the visaIDData property.

Parameters
value Allowed object is VisaIDDataType

public void setVisaIDReference (UniqueIdentifierObjectType value)

Sets the value of the visaIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVisaIDSharedReference (VisaIdentifierReferenceObjectType value)

Sets the value of the visaIDSharedReference property.

Parameters
value Allowed object is VisaIdentifierReferenceObjectType