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>
| Modifier and Type | Field and Description |
|---|---|
protected ParameterType |
type |
protected String |
value |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
PermissibleStringValue() |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(ParameterType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected ParameterType type
protected String value
public ParameterType getType()
ParameterTypepublic void setType(ParameterType value)
value - allowed object is
ParameterTypepublic String getValue()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.