| java.lang.Object | |
| ↳ | workday.com.bsvc.CommunicationMethodUsageDataType |
Encapsulating element for all Communication Method Usage data.
Java class for Communication_Method_Usage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Communication_Method_Usage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type_Reference" type="{urn:com.workday/bsvc}Communication_Usage_Type_ReferenceType" maxOccurs="unbounded"/>
<element name="Use_For_Reference" type="{urn:com.workday/bsvc}Communication_Usage_BehaviorEnumeration" maxOccurs="unbounded" minOccurs="0"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Public" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _public | |||||||||||
| comments | |||||||||||
| typeReference | |||||||||||
| useForReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comments property.
| |||||||||||
Gets the value of the typeReference property.
| |||||||||||
Gets the value of the useForReference property.
| |||||||||||
Gets the value of the public property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the public property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the comments property.
Gets the value of the typeReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the typeReference property.
For example, to add a new item, do as follows:
getTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationUsageTypeReferenceType
Gets the value of the useForReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the useForReference property.
For example, to add a new item, do as follows:
getUseForReference().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the public property.
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the public property.
| value | Allowed object is Boolean |
|---|

