Class IFPropertyCT
- 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.VariableNumCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableNumCTNoComplex
-
- fi.tut.mei.resdescapi.rdapi.model.rd.IFPropertyCT
-
public class IFPropertyCT extends VariableNumCTNoComplex
Interface Property CTJava class for IFProperty_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IFProperty_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableNum_CT_noComplex"> <attribute name="ifCategory" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceCategory_ST" /> <attribute name="compatibilityCheckOperator" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}compatibilityCheckOperator_ST" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompatibilityCheckOperatorST
compatibilityCheckOperator
protected InterfaceCategoryST
ifCategory
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableNumCT
defaultValue, max, min, 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 IFPropertyCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompatibilityCheckOperatorST
getCompatibilityCheckOperator()
Gets the value of the compatibilityCheckOperator property.InterfaceCategoryST
getIfCategory()
Gets the value of the ifCategory property.void
setCompatibilityCheckOperator(CompatibilityCheckOperatorST value)
Sets the value of the compatibilityCheckOperator property.void
setIfCategory(InterfaceCategoryST value)
Sets the value of the ifCategory property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableNumCT
getDefaultValue, getMax, getMin, getValue, setDefaultValue, setMax, setMin, setValue
-
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
-
-
-
-
Field Detail
-
ifCategory
protected InterfaceCategoryST ifCategory
-
compatibilityCheckOperator
protected CompatibilityCheckOperatorST compatibilityCheckOperator
-
-
Method Detail
-
getIfCategory
public InterfaceCategoryST getIfCategory()
Gets the value of the ifCategory property.- Returns:
- possible object is
InterfaceCategoryST
-
setIfCategory
public void setIfCategory(InterfaceCategoryST value)
Sets the value of the ifCategory property.- Parameters:
value
- allowed object isInterfaceCategoryST
-
getCompatibilityCheckOperator
public CompatibilityCheckOperatorST getCompatibilityCheckOperator()
Gets the value of the compatibilityCheckOperator property.- Returns:
- possible object is
CompatibilityCheckOperatorST
-
setCompatibilityCheckOperator
public void setCompatibilityCheckOperator(CompatibilityCheckOperatorST value)
Sets the value of the compatibilityCheckOperator property.- Parameters:
value
- allowed object isCompatibilityCheckOperatorST
-
-