public class

WebAddressDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CommunicationMethodUsageDataType usageData
protected String webAddress
protected String webAddressComment
Public Constructors
WebAddressDataType()
Public Methods
CommunicationMethodUsageDataType 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(CommunicationMethodUsageDataType value)
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 CommunicationMethodUsageDataType usageData

protected String webAddress

protected String webAddressComment

Public Constructors

public WebAddressDataType ()

Public Methods

public CommunicationMethodUsageDataType getUsageData ()

Gets the value of the usageData property.

Returns

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 (CommunicationMethodUsageDataType value)

Sets the value of the usageData property.

Parameters
value Allowed object is CommunicationMethodUsageDataType

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