Class IFPropertyRefCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.VariableRefCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.IFPropertyRefCT
-
public class IFPropertyRefCT extends VariableRefCT
Interface Property Reference CTJava class for IFPropertyRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IFPropertyRef_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef_CT"> <attribute name="ifCategory" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceCategory_ST" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected InterfaceCategorySTifCategory-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableRefCT
decade, defaultValue, idRef, increment, max, min, reqOpt, value
-
-
Constructor Summary
Constructors Constructor Description IFPropertyRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfaceCategorySTgetIfCategory()Gets the value of the ifCategory property.voidsetIfCategory(InterfaceCategoryST value)Sets the value of the ifCategory property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.VariableRefCT
getDecade, getDefaultValue, getIdRef, getIncrement, getMax, getMin, getReqOpt, getValue, setDecade, setDefaultValue, setIdRef, setIncrement, setMax, setMin, setReqOpt, setValue
-
-
-
-
Field Detail
-
ifCategory
protected InterfaceCategoryST ifCategory
-
-
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
-
-