Package org.icatproject
Class CreateResponse
- java.lang.Object
-
- org.icatproject.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 Summary
Fields Modifier and Type Field Description protected long_return
-
Constructor Summary
Constructors Constructor Description CreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetReturn()Gets the value of the return property.voidsetReturn(long value)Sets the value of the return property.
-