| java.lang.Object | |
| ↳ | com.workday.hr.PoliticalAffiliationType |
Contains the response elements for the Get Political Affiliation and Put Political Affiliation service requests.
Java class for Political_AffiliationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Political_AffiliationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Political_Affiliation_Reference" type="{urn:com.workday/bsvc}Political_AffiliationObjectType" minOccurs="0"/>
<element name="Political_Affiliation_Data" type="{urn:com.workday/bsvc}Political_Affiliation_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| politicalAffiliationData | |||||||||||
| politicalAffiliationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the politicalAffiliationData property.
| |||||||||||
Gets the value of the politicalAffiliationReference property.
| |||||||||||
Sets the value of the politicalAffiliationData property.
| |||||||||||
Sets the value of the politicalAffiliationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the politicalAffiliationData property.
PoliticalAffiliationDataType
Gets the value of the politicalAffiliationReference property.
PoliticalAffiliationObjectType
Sets the value of the politicalAffiliationData property.
| value | Allowed object is
PoliticalAffiliationDataType
|
|---|
Sets the value of the politicalAffiliationReference property.
| value | Allowed object is
PoliticalAffiliationObjectType
|
|---|

