Class MultistatResponseElementType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.MultistatResponseElementType
One part of a Multistatus
Java class for MultistatResponseElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultistatResponseElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}propstat" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changeToken property.getHref()
Gets the value of the href property.Gets the value of the propstat property.void
setChangeToken
(String value) Sets the value of the changeToken property.void
Sets the value of the href property.
-
Field Details
-
href
-
changeToken
-
propstat
-
-
Constructor Details
-
MultistatResponseElementType
public MultistatResponseElementType()
-
-
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
-
getPropstat
Gets the value of the propstat property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the propstat property.For example, to add a new item, do as follows:
getPropstat().add(newItem);
Objects of the following type(s) are allowed in the list
PropstatType
-