public class ShareType extends Object
Java class for ShareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShareType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://calendarserver.org/ns/}dtstamp"/>
<choice>
<element ref="{http://calendarserver.org/ns/}set"/>
<element ref="{http://calendarserver.org/ns/}remove"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dtstamp |
protected RemoveType |
remove |
protected SetType |
set |
| Constructor and Description |
|---|
ShareType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDtstamp()
Gets the value of the dtstamp property.
|
RemoveType |
getRemove()
Gets the value of the remove property.
|
SetType |
getSet()
Gets the value of the set property.
|
void |
setDtstamp(String value)
Sets the value of the dtstamp property.
|
void |
setRemove(RemoveType value)
Sets the value of the remove property.
|
void |
setSet(SetType value)
Sets the value of the set property.
|
protected String dtstamp
protected SetType set
protected RemoveType remove
public String getDtstamp()
Stringpublic void setDtstamp(String value)
value - allowed object is
Stringpublic SetType getSet()
SetTypepublic void setSet(SetType value)
value - allowed object is
SetTypepublic RemoveType getRemove()
RemoveTypepublic void setRemove(RemoveType value)
value - allowed object is
RemoveTypeCopyright © 2017 Bedework. All rights reserved.