public class OrganizerType extends Object
Java class for OrganizerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV}href"/>
<element ref="{http://calendarserver.org/ns/}common-name" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
commonName |
protected String |
href |
| Constructor and Description |
|---|
OrganizerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonName()
Gets the value of the commonName property.
|
String |
getHref()
Gets the value of the href property.
|
void |
setCommonName(String value)
Sets the value of the commonName property.
|
void |
setHref(String value)
Sets the value of the href property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getCommonName()
StringCopyright © 2017 Bedework. All rights reserved.