Package org.icatproject
Class PublicStep
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.PublicStep
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringfieldprotected Stringorigin-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description PublicStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()Gets the value of the field property.StringgetOrigin()Gets the value of the origin property.voidsetField(String value)Sets the value of the field property.voidsetOrigin(String value)Sets the value of the origin property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getField
public String getField()
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
public void setField(String value)
Sets the value of the field property.- Parameters:
value- allowed object isString
-
getOrigin
public String getOrigin()
Gets the value of the origin property.- Returns:
- possible object is
String
-
-