Class VariableRefCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableRefCT
-
- Direct Known Subclasses:
IFPropertyRefCT
public class VariableRefCT extends Object
Reference to a variable specification. Target can be a Property, Variable, etc.Java class for VariableRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="reqOpt" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="increment" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description VariableRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getDecade()
Gets the value of the decade property.String
getDefaultValue()
Gets the value of the defaultValue property.Object
getIdRef()
Gets the value of the idRef property.Float
getIncrement()
Gets the value of the increment property.String
getMax()
Gets the value of the max property.String
getMin()
Gets the value of the min property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.String
getValue()
Gets the value of the value property.void
setDecade(Float value)
Sets the value of the decade property.void
setDefaultValue(String value)
Sets the value of the defaultValue property.void
setIdRef(Object value)
Sets the value of the idRef property.void
setIncrement(Float value)
Sets the value of the increment property.void
setMax(String value)
Sets the value of the max property.void
setMin(String value)
Sets the value of the min property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getIdRef
public Object getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
Object
-
setIdRef
public void setIdRef(Object value)
Sets the value of the idRef property.- Parameters:
value
- allowed object isObject
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
setReqOpt
public void setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.- Parameters:
value
- allowed object isReqOptST
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
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
-
getDecade
public Float getDecade()
Gets the value of the decade property.- Returns:
- possible object is
Float
-
setDecade
public void setDecade(Float value)
Sets the value of the decade property.- Parameters:
value
- allowed object isFloat
-
getIncrement
public Float getIncrement()
Gets the value of the increment property.- Returns:
- possible object is
Float
-
-