public class

WebAddressInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.WebAddressInformationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CommunicationMethodUsageInformationDataType> usageData
protected String webAddress
protected String webAddressComment
Public Constructors
WebAddressInformationDataType()
Public Methods
List<CommunicationMethodUsageInformationDataType> getUsageData()
Gets the value of the usageData property.
String getWebAddress()
Gets the value of the webAddress property.
String getWebAddressComment()
Gets the value of the webAddressComment property.
void setUsageData(List<CommunicationMethodUsageInformationDataType> usageData)
Sets the value of the usageData property.
void setWebAddress(String value)
Sets the value of the webAddress property.
void setWebAddressComment(String value)
Sets the value of the webAddressComment property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String webAddress

protected String webAddressComment

Public Constructors

public WebAddressInformationDataType ()

Public Methods

public List<CommunicationMethodUsageInformationDataType> getUsageData ()

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

public String getWebAddress ()

Gets the value of the webAddress property.

Returns
  • possible object is String

public String getWebAddressComment ()

Gets the value of the webAddressComment property.

Returns
  • possible object is String

public void setUsageData (List<CommunicationMethodUsageInformationDataType> usageData)

Sets the value of the usageData property.

Parameters
usageData Allowed object is CommunicationMethodUsageInformationDataType

public void setWebAddress (String value)

Sets the value of the webAddress property.

Parameters
value Allowed object is String

public void setWebAddressComment (String value)

Sets the value of the webAddressComment property.

Parameters
value Allowed object is String