Class SubscribeResponseType


  • public class SubscribeResponseType
    extends BaseResponseType
    Response to message from service requesting new subscription.

    Java class for SubscribeResponseType complex type.

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

     <complexType name="SubscribeResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
           <sequence>
             <element name="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • subscriptionId

        protected String subscriptionId
    • Constructor Detail

      • SubscribeResponseType

        public SubscribeResponseType()
    • Method Detail

      • getSubscriptionId

        public String getSubscriptionId()
        Gets the value of the subscriptionId property.
        Returns:
        possible object is String
      • setSubscriptionId

        public void setSubscriptionId​(String value)
        Sets the value of the subscriptionId property.
        Parameters:
        value - allowed object is String