| java.lang.Object | |
| ↳ | workday.com.bsvc.CommunicationUsageTypeDataType |
Encapsulation element for the Communication Usage Type.
Java class for Communication_Usage_Type_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Communication_Usage_Type_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type_Reference" type="{urn:com.workday/bsvc}Communication_Usage_TypeObjectType"/>
</sequence>
<attribute name="Primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| primary | |||||||||||
| typeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the typeReference property.
| |||||||||||
Gets the value of the primary property.
| |||||||||||
Sets the value of the primary property.
| |||||||||||
Sets the value of the typeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the typeReference property.
CommunicationUsageTypeObjectType
Gets the value of the primary property.
Sets the value of the primary property.
| value | Allowed object is Boolean |
|---|
Sets the value of the typeReference property.
| value | Allowed object is
CommunicationUsageTypeObjectType
|
|---|

