| java.lang.Object | |
| ↳ | com.workday.recruiting.CommunicationUsageTypeReferenceType |
Reference element representing a unique instance of Communication Usage Type.
Java class for Communication_Usage_Type_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Communication_Usage_Type_ReferenceType">
<simpleContent>
<extension base="<urn:com.workday/bsvc>Communication_Usage_TypeEnumeration">
<attribute name="Primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| primary | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the primary property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the primary property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the primary property. This getter has been renamed from isPrimary() to getPrimary() by cxf-xjc-boolean plugin.
Gets the value of the value property.
Sets the value of the primary property.
| value | Allowed object is Boolean |
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|