| java.lang.Object | |
| ↳ | com.workday.payrollinterface.VisaIDType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| visaIDData | |||||||||||
| visaIDReference | |||||||||||
| visaIDSharedReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the visaIDData property.
| |||||||||||
Gets the value of the visaIDReference property.
| |||||||||||
Gets the value of the visaIDSharedReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the visaIDData property.
| |||||||||||
Sets the value of the visaIDReference property.
| |||||||||||
Sets the value of the visaIDSharedReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the visaIDData property.
VisaIDDataType
Gets the value of the visaIDReference property.
UniqueIdentifierObjectType
Gets the value of the visaIDSharedReference property.
VisaIdentifierReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the visaIDData property.
| value | Allowed object is
VisaIDDataType
|
|---|
Sets the value of the visaIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the visaIDSharedReference property.
| value | Allowed object is
VisaIdentifierReferenceObjectType
|
|---|