| java.lang.Object | |
| ↳ | com.workday.hr.WebAddressDataType |
Encapsulating element for all Web Address data.
Java class for Web_Address_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Web_Address_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Web_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Web_Address_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| usageData | |||||||||||
| webAddress | |||||||||||
| webAddressComment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the usageData property.
| |||||||||||
Gets the value of the webAddress property.
| |||||||||||
Gets the value of the webAddressComment property.
| |||||||||||
Sets the value of the usageData property.
| |||||||||||
Sets the value of the webAddress property.
| |||||||||||
Sets the value of the webAddressComment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the usageData property.
CommunicationMethodUsageDataType
Gets the value of the webAddress property.
Gets the value of the webAddressComment property.
Sets the value of the usageData property.
| value | Allowed object is
CommunicationMethodUsageDataType
|
|---|
Sets the value of the webAddress property.
| value | Allowed object is String |
|---|
Sets the value of the webAddressComment property.
| value | Allowed object is String |
|---|

