Package org.icatproject
Class Update
- java.lang.Object
-
- org.icatproject.Update
-
public class Update extends Object
Java class for update complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="update"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bean" type="{http://icatproject.org}entityBaseBean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityBaseBeanbeanprotected StringsessionId
-
Constructor Summary
Constructors Constructor Description Update()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityBaseBeangetBean()Gets the value of the bean property.StringgetSessionId()Gets the value of the sessionId property.voidsetBean(EntityBaseBean value)Sets the value of the bean property.voidsetSessionId(String value)Sets the value of the sessionId property.
-
-
-
Field Detail
-
sessionId
protected String sessionId
-
bean
protected EntityBaseBean bean
-
-
Method Detail
-
getSessionId
public String getSessionId()
Gets the value of the sessionId property.- Returns:
- possible object is
String
-
setSessionId
public void setSessionId(String value)
Sets the value of the sessionId property.- Parameters:
value- allowed object isString
-
getBean
public EntityBaseBean getBean()
Gets the value of the bean property.- Returns:
- possible object is
EntityBaseBean
-
setBean
public void setBean(EntityBaseBean value)
Sets the value of the bean property.- Parameters:
value- allowed object isEntityBaseBean
-
-