| java.lang.Object | |
| ↳ | com.workday.benefits.PersonNamePrefixDataType |
Contains the prefixes for a name.
Java class for Person_Name_Prefix_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_Name_Prefix_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Salutation_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| salutationReference | |||||||||||
| titleReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the salutationReference property.
| |||||||||||
Gets the value of the titleReference property.
| |||||||||||
Sets the value of the salutationReference property.
| |||||||||||
Sets the value of the titleReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the salutationReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the titleReference property.
CountryPredefinedPersonNameComponentValueObjectType
Sets the value of the salutationReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the titleReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|