| java.lang.Object | |
| ↳ | com.workday.hr.VisaIdentifierDataType |
Encapsulating element for all Visa Identifier data.
Java class for Visa_Identifier_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Visa_Identifier_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Visa_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Visa_Type_Reference" type="{urn:com.workday/bsvc}Visa_Type_ReferenceType"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
<element name="Issued_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Verification_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| expirationDate | |||||||||||
| issuedDate | |||||||||||
| verificationDate | |||||||||||
| visaID | |||||||||||
| visaTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the verificationDate property.
| |||||||||||
Gets the value of the visaID property.
| |||||||||||
Gets the value of the visaTypeReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the verificationDate property.
| |||||||||||
Sets the value of the visaID property.
| |||||||||||
Sets the value of the visaTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the expirationDate property.
Gets the value of the issuedDate property.
Gets the value of the verificationDate property.
Gets the value of the visaID property.
Gets the value of the visaTypeReference property.
VisaTypeReferenceType
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the issuedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the verificationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the visaID property.
| value | Allowed object is String |
|---|
Sets the value of the visaTypeReference property.
| value | Allowed object is
VisaTypeReferenceType
|
|---|