| java.lang.Object | |
| ↳ | com.workday.integrations.WebDAVTransportProtocolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| webDAVAddress | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the webDAVAddress property.
| |||||||||||
Sets the value of the webDAVAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the webDAVAddress property.
Sets the value of the webDAVAddress property.
| value | Allowed object is String |
|---|