Class AddItemResponseType


  • public class AddItemResponseType
    extends BaseResponseType
    Response to message to add an item.

    Java class for AddItemResponseType complex type.

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

     <complexType name="AddItemResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ns/wscal/calws-soap}BaseResponseType">
           <sequence>
             <element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="etoken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AddItemResponseType

        public AddItemResponseType()
    • Method Detail

      • 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
      • getEtoken

        public String getEtoken()
        Gets the value of the etoken property.
        Returns:
        possible object is String
      • setEtoken

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