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 SummaryNested Classes Modifier and Type Class Description static classSharedElementCT.AbstractInterfacePortsJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected SharedElementCT.AbstractInterfacePortsabstractInterfacePortsprotected DataTypesCTdatatypesprotected InterfaceStdsinterfaceStdsprotected VariableSetAndRefCTpropertiesprotected VariableSetAndRefCTselectivePropertiesprotected StdBodiesstdBodiesprotected VariableSetAndRefCTvariables
 - 
Constructor SummaryConstructors Constructor Description SharedElementCT()
 - 
Method SummaryAll 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- 
datatypesprotected DataTypesCT datatypes 
 - 
selectivePropertiesprotected VariableSetAndRefCT selectiveProperties 
 - 
propertiesprotected VariableSetAndRefCT properties 
 - 
variablesprotected VariableSetAndRefCT variables 
 - 
abstractInterfacePortsprotected SharedElementCT.AbstractInterfacePorts abstractInterfacePorts 
 - 
stdBodiesprotected StdBodies stdBodies 
 - 
interfaceStdsprotected InterfaceStds interfaceStds 
 
- 
 - 
Method Detail- 
getDatatypespublic DataTypesCT getDatatypes() Gets the value of the datatypes property.- Returns:
- possible object is
     DataTypesCT
 
 - 
setDatatypespublic void setDatatypes(DataTypesCT value) Sets the value of the datatypes property.- Parameters:
- value- allowed object is- DataTypesCT
 
 - 
getSelectivePropertiespublic VariableSetAndRefCT getSelectiveProperties() Gets the value of the selectiveProperties property.- Returns:
- possible object is
     VariableSetAndRefCT
 
 - 
setSelectivePropertiespublic void setSelectiveProperties(VariableSetAndRefCT value) Sets the value of the selectiveProperties property.- Parameters:
- value- allowed object is- VariableSetAndRefCT
 
 - 
getPropertiespublic VariableSetAndRefCT getProperties() Gets the value of the properties property.- Returns:
- possible object is
     VariableSetAndRefCT
 
 - 
setPropertiespublic void setProperties(VariableSetAndRefCT value) Sets the value of the properties property.- Parameters:
- value- allowed object is- VariableSetAndRefCT
 
 - 
getVariablespublic VariableSetAndRefCT getVariables() Gets the value of the variables property.- Returns:
- possible object is
     VariableSetAndRefCT
 
 - 
setVariablespublic void setVariables(VariableSetAndRefCT value) Sets the value of the variables property.- Parameters:
- value- allowed object is- VariableSetAndRefCT
 
 - 
getAbstractInterfacePortspublic SharedElementCT.AbstractInterfacePorts getAbstractInterfacePorts() Gets the value of the abstractInterfacePorts property.- Returns:
- possible object is
     SharedElementCT.AbstractInterfacePorts
 
 - 
setAbstractInterfacePortspublic void setAbstractInterfacePorts(SharedElementCT.AbstractInterfacePorts value) Sets the value of the abstractInterfacePorts property.- Parameters:
- value- allowed object is- SharedElementCT.AbstractInterfacePorts
 
 - 
getStdBodiespublic StdBodies getStdBodies() Gets the value of the stdBodies property.- Returns:
- possible object is
     StdBodies
 
 - 
setStdBodiespublic void setStdBodies(StdBodies value) Sets the value of the stdBodies property.- Parameters:
- value- allowed object is- StdBodies
 
 - 
getInterfaceStdspublic InterfaceStds getInterfaceStds() Gets the value of the interfaceStds property.- Returns:
- possible object is
     InterfaceStds
 
 - 
setInterfaceStdspublic void setInterfaceStds(InterfaceStds value) Sets the value of the interfaceStds property.- Parameters:
- value- allowed object is- InterfaceStds
 
 
- 
 
-