public class AddItemResponseType extends BaseResponseType
Java class for AddItemResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddItemResponseType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeToken |
protected String |
href |
errorResponse, id, message, status| Constructor and Description |
|---|
AddItemResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Gets the value of the changeToken property.
|
String |
getHref()
Gets the value of the href property.
|
void |
setChangeToken(String value)
Sets the value of the changeToken property.
|
void |
setHref(String value)
Sets the value of the href property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatuspublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getChangeToken()
StringCopyright © 2018 Bedework. All rights reserved.