Class CreateResponse


  • public class CreateResponse
    extends Object

    Java class for createResponse complex type.

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

     <complexType name="createResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="return" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • _return

        protected long _return
    • Constructor Detail

      • CreateResponse

        public CreateResponse()
    • Method Detail

      • getReturn

        public long getReturn()
        Gets the value of the return property.
      • setReturn

        public void setReturn​(long value)
        Sets the value of the return property.