Class MultistatusPropElementType

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

public class MultistatusPropElementType extends Object
prop element type in propstat

Java class for MultistatusPropElementType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MultistatusPropElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="calendar-data" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}CalendarDataResponseType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>