| java.lang.Object | |
| ↳ | com.workday.hr.PersonNameSuffixDataType |
Contains the suffixes for a name.
Java class for Person_Name_Suffix_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_Name_Suffix_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Social_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Academic_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Hereditary_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Honorary_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Professional_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Religious_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
<element name="Royal_Suffix_Reference" type="{urn:com.workday/bsvc}Country_Predefined_Person_Name_Component_ValueObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the hereditarySuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the honorarySuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the professionalSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the religiousSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the royalSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Gets the value of the socialSuffixReference property.
CountryPredefinedPersonNameComponentValueObjectType
Sets the value of the academicSuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the hereditarySuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the honorarySuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the professionalSuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the religiousSuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the royalSuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|
Sets the value of the socialSuffixReference property.
| value | Allowed object is
CountryPredefinedPersonNameComponentValueObjectType
|
|---|