public class

VisaIDType

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

Summary

Fields
protected List<VisaIDDataType> visaIDData
protected UniqueIdentifierObjectType visaIDReference
Public Constructors
VisaIDType()
Public Methods
List<VisaIDDataType> getVisaIDData()
Gets the value of the visaIDData property.
UniqueIdentifierObjectType getVisaIDReference()
Gets the value of the visaIDReference property.
void setVisaIDReference(UniqueIdentifierObjectType value)
Sets the value of the visaIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<VisaIDDataType> visaIDData

protected UniqueIdentifierObjectType visaIDReference

Public Constructors

public VisaIDType ()

Public Methods

public List<VisaIDDataType> getVisaIDData ()

Gets the value of the visaIDData 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 visaIDData property.

For example, to add a new item, do as follows:

    getVisaIDData().add(newItem);
 

Objects of the following type(s) are allowed in the list VisaIDDataType

public UniqueIdentifierObjectType getVisaIDReference ()

Gets the value of the visaIDReference property.

Returns

public void setVisaIDReference (UniqueIdentifierObjectType value)

Sets the value of the visaIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType