| java.lang.Object | |
| ↳ | workday.com.bsvc.WebAddressInformationDataType |
Web Address Information
Java class for Web_address_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Web_address_Information_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_Information_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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 webAddress property.
| |||||||||||
Sets the value of the webAddressComment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the usageData 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 usageData property.
For example, to add a new item, do as follows:
getUsageData().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationMethodUsageInformationDataType
Gets the value of the webAddress property.
Gets the value of the webAddressComment property.
Sets the value of the webAddress property.
| value | Allowed object is String |
|---|
Sets the value of the webAddressComment property.
| value | Allowed object is String |
|---|

