Class VariableStringCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableStringCT
-
public class VariableStringCT extends VariableCTWComplex
String variable typeJava class for VariableString_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableString_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT_wComplex"> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}string" default="0" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
defaultValue
protected String
max
protected String
min
protected String
value
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
complexValue
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
datatype, id, reqOpt
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
decade, description, eClassIRDIRef, gid, increment, name, unit
-
-
Constructor Summary
Constructors Constructor Description VariableStringCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultValue()
Gets the value of the defaultValue property.String
getMax()
Gets the value of the max property.String
getMin()
Gets the value of the min property.String
getValue()
Gets the value of the value property.void
setDefaultValue(String value)
Sets the value of the defaultValue property.void
setMax(String value)
Sets the value of the max property.void
setMin(String value)
Sets the value of the min property.void
setValue(String value)
Sets the value of the value property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
getComplexValue, setComplexValue
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableCT
getDatatype, getId, getReqOpt, setDatatype, setId, setReqOpt
-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableBaseCT
getDecade, getDescription, getEClassIRDIRef, getGid, getIncrement, getName, getUnit, setDecade, setDescription, setEClassIRDIRef, setGid, setIncrement, setName, setUnit
-
-
-
-
Method Detail
-
getMin
public String getMin()
Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
public void setMin(String value)
Sets the value of the min property.- Parameters:
value
- allowed object isString
-
getMax
public String getMax()
Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
public void setMax(String value)
Sets the value of the max property.- Parameters:
value
- allowed object isString
-
getDefaultValue
public String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(String value)
Sets the value of the defaultValue property.- Parameters:
value
- allowed object isString
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-