Package org.icatproject
Class GetProperties
- java.lang.Object
-
- org.icatproject.GetProperties
-
public class GetProperties extends Object
Java class for getProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getProperties"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSessionId()Gets the value of the sessionId property.voidsetSessionId(String value)Sets the value of the sessionId property.
-
-
-
Field Detail
-
sessionId
protected String sessionId
-
-