public class CreateMany extends Object
Java class for createMany complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createMany"> <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="beans" type="{http://icatproject.org}entityBaseBean" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<EntityBaseBean> |
beans |
protected String |
sessionId |
Constructor and Description |
---|
CreateMany() |
Modifier and Type | Method and Description |
---|---|
List<EntityBaseBean> |
getBeans()
Gets the value of the beans property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected List<EntityBaseBean> beans
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public List<EntityBaseBean> getBeans()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the beans property.
For example, to add a new item, do as follows:
getBeans().add(newItem);
Objects of the following type(s) are allowed in the list
EntityBaseBean
Copyright © 2022 The ICAT Collaboration. All rights reserved.