public class

WebDAVTransportProtocolDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.WebDAVTransportProtocolDataType

Class Overview

WebDAV Transport Protocol Data element

Java class for WebDAV_Transport_Protocol_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WebDAV_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="WebDAV_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String webDAVAddress
Public Constructors
WebDAVTransportProtocolDataType()
Public Methods
String getWebDAVAddress()
Gets the value of the webDAVAddress property.
void setWebDAVAddress(String value)
Sets the value of the webDAVAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String webDAVAddress

Public Constructors

public WebDAVTransportProtocolDataType ()

Public Methods

public String getWebDAVAddress ()

Gets the value of the webDAVAddress property.

Returns
  • possible object is String

public void setWebDAVAddress (String value)

Sets the value of the webDAVAddress property.

Parameters
value Allowed object is String