Class MultistatResponseElementType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.MultistatResponseElementType

public class MultistatResponseElementType extends Object
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 Details

  • Constructor Details

    • MultistatResponseElementType

      public MultistatResponseElementType()
  • Method Details

    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getChangeToken

      public String getChangeToken()
      Gets the value of the changeToken property.
      Returns:
      possible object is String
    • setChangeToken

      public void setChangeToken(String value)
      Sets the value of the changeToken property.
      Parameters:
      value - allowed object is String
    • getPropstat

      public List<PropstatType> 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