Package org.icatproject
Class PermissibleStringValue
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.PermissibleStringValue
-
public class PermissibleStringValue extends EntityBaseBean
Java class for permissibleStringValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="permissibleStringValue"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="type" type="{http://icatproject.org}parameterType" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ParameterTypetypeprotected Stringvalue-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description PermissibleStringValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterTypegetType()Gets the value of the type property.StringgetValue()Gets the value of the value property.voidsetType(ParameterType value)Sets the value of the type property.voidsetValue(String value)Sets the value of the value property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
type
protected ParameterType type
-
value
protected String value
-
-
Method Detail
-
getType
public ParameterType getType()
Gets the value of the type property.- Returns:
- possible object is
ParameterType
-
setType
public void setType(ParameterType value)
Sets the value of the type property.- Parameters:
value- allowed object isParameterType
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-