Package org.icatproject
Class Refresh
- java.lang.Object
-
- org.icatproject.Refresh
-
public class Refresh extends Object
Java class for refresh complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="refresh"> <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 Refresh()
-
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
-
-