Class PropertiesForRDCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.PropertiesForRDCT
-
public class PropertiesForRDCT extends Object
Properties collection for RDJava class for PropertiesForRD_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertiesForRD_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SelectiveProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT"/> <element name="PhysicalProperties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mass"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="kg" /> </restriction> </complexContent> </complexType> </element> <element name="InstallationPositions"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AccelerationLimits" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF6_dataLimits_CT" minOccurs="0"/> <element name="DescriptionLimitations" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT" minOccurs="0"/> </sequence> <attribute name="limited" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType> </element> <element name="LocalOrigin"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/> </sequence> <attribute name="iFInstanceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType> </element> <element name="BoundingBox" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_dataLimits_CT"/> <element name="CentreOfGravity" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Vector_CT" minOccurs="0"/> <element name="PowerSupplyElectrical" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="voltageRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="voltageNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="voltageRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="frequency" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="numberOfPhases" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> <attribute name="currentNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="currentMax" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="currentMaxPassThrough" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="AC_or_DC" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AC"/> <enumeration value="DC"/> </restriction> </simpleType> </attribute> <attribute name="requiresUPS" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType> </element> <element name="PowerSupplyPneumatic" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="pressureRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="pressureNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="pressureRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="Pa" /> <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="TechnicalProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableSetAndRef_CT"/> <element name="BusinessAndLifeCycleProperties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BusinessProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}BusinessProperty_CT" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef" maxOccurs="unbounded" minOccurs="0"/> <element name="FailureType" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}FailureType_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="EnvironmentalProperties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EnvironmentalProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}EnvironmentalProperty_CT" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertiesForRDCT.BusinessAndLifeCycleProperties
Java class for anonymous complex type.static class
PropertiesForRDCT.EnvironmentalProperties
Java class for anonymous complex type.static class
PropertiesForRDCT.PhysicalProperties
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PropertiesForRDCT.BusinessAndLifeCycleProperties
businessAndLifeCycleProperties
protected PropertiesForRDCT.EnvironmentalProperties
environmentalProperties
protected PropertiesForRDCT.PhysicalProperties
physicalProperties
protected VariableSetAndRefCT
selectiveProperties
protected VariableSetAndRefCT
technicalProperties
-
Constructor Summary
Constructors Constructor Description PropertiesForRDCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesForRDCT.BusinessAndLifeCycleProperties
getBusinessAndLifeCycleProperties()
Gets the value of the businessAndLifeCycleProperties property.PropertiesForRDCT.EnvironmentalProperties
getEnvironmentalProperties()
Gets the value of the environmentalProperties property.PropertiesForRDCT.PhysicalProperties
getPhysicalProperties()
Gets the value of the physicalProperties property.VariableSetAndRefCT
getSelectiveProperties()
Gets the value of the selectiveProperties property.VariableSetAndRefCT
getTechnicalProperties()
Gets the value of the technicalProperties property.void
setBusinessAndLifeCycleProperties(PropertiesForRDCT.BusinessAndLifeCycleProperties value)
Sets the value of the businessAndLifeCycleProperties property.void
setEnvironmentalProperties(PropertiesForRDCT.EnvironmentalProperties value)
Sets the value of the environmentalProperties property.void
setPhysicalProperties(PropertiesForRDCT.PhysicalProperties value)
Sets the value of the physicalProperties property.void
setSelectiveProperties(VariableSetAndRefCT value)
Sets the value of the selectiveProperties property.void
setTechnicalProperties(VariableSetAndRefCT value)
Sets the value of the technicalProperties property.
-
-
-
Field Detail
-
selectiveProperties
protected VariableSetAndRefCT selectiveProperties
-
physicalProperties
protected PropertiesForRDCT.PhysicalProperties physicalProperties
-
technicalProperties
protected VariableSetAndRefCT technicalProperties
-
businessAndLifeCycleProperties
protected PropertiesForRDCT.BusinessAndLifeCycleProperties businessAndLifeCycleProperties
-
environmentalProperties
protected PropertiesForRDCT.EnvironmentalProperties environmentalProperties
-
-
Method Detail
-
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
-
getPhysicalProperties
public PropertiesForRDCT.PhysicalProperties getPhysicalProperties()
Gets the value of the physicalProperties property.- Returns:
- possible object is
PropertiesForRDCT.PhysicalProperties
-
setPhysicalProperties
public void setPhysicalProperties(PropertiesForRDCT.PhysicalProperties value)
Sets the value of the physicalProperties property.- Parameters:
value
- allowed object isPropertiesForRDCT.PhysicalProperties
-
getTechnicalProperties
public VariableSetAndRefCT getTechnicalProperties()
Gets the value of the technicalProperties property.- Returns:
- possible object is
VariableSetAndRefCT
-
setTechnicalProperties
public void setTechnicalProperties(VariableSetAndRefCT value)
Sets the value of the technicalProperties property.- Parameters:
value
- allowed object isVariableSetAndRefCT
-
getBusinessAndLifeCycleProperties
public PropertiesForRDCT.BusinessAndLifeCycleProperties getBusinessAndLifeCycleProperties()
Gets the value of the businessAndLifeCycleProperties property.- Returns:
- possible object is
PropertiesForRDCT.BusinessAndLifeCycleProperties
-
setBusinessAndLifeCycleProperties
public void setBusinessAndLifeCycleProperties(PropertiesForRDCT.BusinessAndLifeCycleProperties value)
Sets the value of the businessAndLifeCycleProperties property.- Parameters:
value
- allowed object isPropertiesForRDCT.BusinessAndLifeCycleProperties
-
getEnvironmentalProperties
public PropertiesForRDCT.EnvironmentalProperties getEnvironmentalProperties()
Gets the value of the environmentalProperties property.- Returns:
- possible object is
PropertiesForRDCT.EnvironmentalProperties
-
setEnvironmentalProperties
public void setEnvironmentalProperties(PropertiesForRDCT.EnvironmentalProperties value)
Sets the value of the environmentalProperties property.- Parameters:
value
- allowed object isPropertiesForRDCT.EnvironmentalProperties
-
-