Class SharedElementCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.SharedElementCT
-
public class SharedElementCT extends Object
Common resources type used over entire (A)RD (in Profiles, Actions, etc.) includes e.g. Properties and variable specificationsJava class for SharedElement_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedElement_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Datatypes" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DataTypes_CT" minOccurs="0"/> <element name="SelectiveProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/> <element name="Properties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/> <element name="Variables" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT" minOccurs="0"/> <element name="AbstractInterfacePorts" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}AbstractInterfacePort" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}StdBodies" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceStds" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharedElementCT.AbstractInterfacePortsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SharedElementCT.AbstractInterfacePortsabstractInterfacePortsprotected DataTypesCTdatatypesprotected InterfaceStdsinterfaceStdsprotected VariableSetAndRefCTpropertiesprotected VariableSetAndRefCTselectivePropertiesprotected StdBodiesstdBodiesprotected VariableSetAndRefCTvariables
-
Constructor Summary
Constructors Constructor Description SharedElementCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedElementCT.AbstractInterfacePortsgetAbstractInterfacePorts()Gets the value of the abstractInterfacePorts property.DataTypesCTgetDatatypes()Gets the value of the datatypes property.InterfaceStdsgetInterfaceStds()Gets the value of the interfaceStds property.VariableSetAndRefCTgetProperties()Gets the value of the properties property.VariableSetAndRefCTgetSelectiveProperties()Gets the value of the selectiveProperties property.StdBodiesgetStdBodies()Gets the value of the stdBodies property.VariableSetAndRefCTgetVariables()Gets the value of the variables property.voidsetAbstractInterfacePorts(SharedElementCT.AbstractInterfacePorts value)Sets the value of the abstractInterfacePorts property.voidsetDatatypes(DataTypesCT value)Sets the value of the datatypes property.voidsetInterfaceStds(InterfaceStds value)Sets the value of the interfaceStds property.voidsetProperties(VariableSetAndRefCT value)Sets the value of the properties property.voidsetSelectiveProperties(VariableSetAndRefCT value)Sets the value of the selectiveProperties property.voidsetStdBodies(StdBodies value)Sets the value of the stdBodies property.voidsetVariables(VariableSetAndRefCT value)Sets the value of the variables property.
-
-
-
Field Detail
-
datatypes
protected DataTypesCT datatypes
-
selectiveProperties
protected VariableSetAndRefCT selectiveProperties
-
properties
protected VariableSetAndRefCT properties
-
variables
protected VariableSetAndRefCT variables
-
abstractInterfacePorts
protected SharedElementCT.AbstractInterfacePorts abstractInterfacePorts
-
stdBodies
protected StdBodies stdBodies
-
interfaceStds
protected InterfaceStds interfaceStds
-
-
Method Detail
-
getDatatypes
public DataTypesCT getDatatypes()
Gets the value of the datatypes property.- Returns:
- possible object is
DataTypesCT
-
setDatatypes
public void setDatatypes(DataTypesCT value)
Sets the value of the datatypes property.- Parameters:
value- allowed object isDataTypesCT
-
getSelectiveProperties
public VariableSetAndRefCT getSelectiveProperties()
Gets the value of the selectiveProperties property.- Returns:
- possible object is
VariableSetAndRefCT
-
setSelectiveProperties
public void setSelectiveProperties(VariableSetAndRefCT value)
Sets the value of the selectiveProperties property.- Parameters:
value- allowed object isVariableSetAndRefCT
-
getProperties
public VariableSetAndRefCT getProperties()
Gets the value of the properties property.- Returns:
- possible object is
VariableSetAndRefCT
-
setProperties
public void setProperties(VariableSetAndRefCT value)
Sets the value of the properties property.- Parameters:
value- allowed object isVariableSetAndRefCT
-
getVariables
public VariableSetAndRefCT getVariables()
Gets the value of the variables property.- Returns:
- possible object is
VariableSetAndRefCT
-
setVariables
public void setVariables(VariableSetAndRefCT value)
Sets the value of the variables property.- Parameters:
value- allowed object isVariableSetAndRefCT
-
getAbstractInterfacePorts
public SharedElementCT.AbstractInterfacePorts getAbstractInterfacePorts()
Gets the value of the abstractInterfacePorts property.- Returns:
- possible object is
SharedElementCT.AbstractInterfacePorts
-
setAbstractInterfacePorts
public void setAbstractInterfacePorts(SharedElementCT.AbstractInterfacePorts value)
Sets the value of the abstractInterfacePorts property.- Parameters:
value- allowed object isSharedElementCT.AbstractInterfacePorts
-
getStdBodies
public StdBodies getStdBodies()
Gets the value of the stdBodies property.- Returns:
- possible object is
StdBodies
-
setStdBodies
public void setStdBodies(StdBodies value)
Sets the value of the stdBodies property.- Parameters:
value- allowed object isStdBodies
-
getInterfaceStds
public InterfaceStds getInterfaceStds()
Gets the value of the interfaceStds property.- Returns:
- possible object is
InterfaceStds
-
setInterfaceStds
public void setInterfaceStds(InterfaceStds value)
Sets the value of the interfaceStds property.- Parameters:
value- allowed object isInterfaceStds
-
-