Class AddItemResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
org.oasis_open.docs.ws_calendar.ns.soap.AddItemResponseType
Response to message to add an item.
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>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changeToken property.getHref()
Gets the value of the href property.void
setChangeToken
(String value) Sets the value of the changeToken property.void
Sets the value of the href property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
Field Details
-
href
-
changeToken
-
-
Constructor Details
-
AddItemResponseType
public AddItemResponseType()
-
-
Method Details
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value
- allowed object isString
-
getChangeToken
Gets the value of the changeToken property.- Returns:
- possible object is
String
-
setChangeToken
Sets the value of the changeToken property.- Parameters:
value
- allowed object isString
-