public class HosturlType extends Object
Java class for HosturlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HosturlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV}href"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HosturlType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String href
Copyright © 2015 Bedework. All rights reserved.