public class PublicStep extends EntityBaseBean
Java class for publicStep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="publicStep"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
field |
protected String |
origin |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
PublicStep() |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Gets the value of the field property.
|
String |
getOrigin()
Gets the value of the origin property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public String getOrigin()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.