Class GetPropertiesResponseType


  • public class GetPropertiesResponseType
    extends BaseResponseType
    Respond to the getProperties request. The response contains the href of the targeted resource and a set of properties for that resource.

    Java class for GetPropertiesResponseType complex type.

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

     <complexType name="GetPropertiesResponseType">
       <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"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}childCollection"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}creationDateTime"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}displayName"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}lastModifiedDateTime"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxAttendeesPerInstance"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxDateTime"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxInstances"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxResourceSize"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}minDateTime"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}principalHome"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceDescription"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceOwner"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceType"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceTimezoneId"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}supportedCalendarComponentSet"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}supportedFeatures"/>
               <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}timezoneServer"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>