public class Delete extends Object
Java class for delete complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="delete">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected EntityBaseBean |
bean |
protected String |
sessionId |
| Constructor and Description |
|---|
Delete() |
| Modifier and Type | Method and Description |
|---|---|
EntityBaseBean |
getBean()
Gets the value of the bean property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setBean(EntityBaseBean value)
Sets the value of the bean property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected EntityBaseBean bean
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic EntityBaseBean getBean()
EntityBaseBeanpublic void setBean(EntityBaseBean value)
value - allowed object is
EntityBaseBeanCopyright © 2022 The ICAT Collaboration. All rights reserved.