Class VariableBaseCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.VariableBaseCT
-
- Direct Known Subclasses:
VariableCT
public class VariableBaseCT extends Object
Definition of Variable baseJava class for VariableBase_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableBase_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="increment" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="NA" /> <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="eClassIRDI_Ref" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description VariableBaseCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDecade()
Gets the value of the decade property.String
getDescription()
Gets the value of the description property.String
getEClassIRDIRef()
Gets the value of the eClassIRDIRef property.String
getGid()
Gets the value of the gid property.Float
getIncrement()
Gets the value of the increment property.String
getName()
Gets the value of the name property.String
getUnit()
Gets the value of the unit property.void
setDecade(Float value)
Sets the value of the decade property.void
setDescription(String value)
Sets the value of the description property.void
setEClassIRDIRef(String value)
Sets the value of the eClassIRDIRef property.void
setGid(String value)
Sets the value of the gid property.void
setIncrement(Float value)
Sets the value of the increment property.void
setName(String value)
Sets the value of the name property.void
setUnit(String value)
Sets the value of the unit property.
-
-
-
Method Detail
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getIncrement
public Float getIncrement()
Gets the value of the increment property.- Returns:
- possible object is
Float
-
setIncrement
public void setIncrement(Float value)
Sets the value of the increment property.- Parameters:
value
- allowed object isFloat
-
getUnit
public String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String value)
Sets the value of the unit 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
-
getEClassIRDIRef
public String getEClassIRDIRef()
Gets the value of the eClassIRDIRef property.- Returns:
- possible object is
String
-
-