Class SpecificationsType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoder.SpecificationsType
-
public class SpecificationsType extends Object
Java class for SpecificationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dimensions" type="{http://www.decoderdb.de/schema/decoder/1.3}DimensionsType" minOccurs="0"/> <element name="electrical" type="{http://www.decoderdb.de/schema/decoder/1.3}ElectricalType" minOccurs="0"/> <element name="connectors" type="{http://www.decoderdb.de/schema/decoder/1.3}ConnectorsType" minOccurs="0"/> <element name="functionConnectors" type="{http://www.decoderdb.de/schema/decoder/1.3}FunctionConnectorsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectorsTypeconnectorsprotected DimensionsTypedimensionsprotected ElectricalTypeelectricalprotected FunctionConnectorsTypefunctionConnectors
-
Constructor Summary
Constructors Constructor Description SpecificationsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)ConnectorsTypegetConnectors()Gets the value of the connectors property.DimensionsTypegetDimensions()Gets the value of the dimensions property.ElectricalTypegetElectrical()Gets the value of the electrical property.FunctionConnectorsTypegetFunctionConnectors()Gets the value of the functionConnectors property.inthashCode()voidsetConnectors(ConnectorsType value)Sets the value of the connectors property.voidsetDimensions(DimensionsType value)Sets the value of the dimensions property.voidsetElectrical(ElectricalType value)Sets the value of the electrical property.voidsetFunctionConnectors(FunctionConnectorsType value)Sets the value of the functionConnectors property.StringtoString()SpecificationsTypewithConnectors(ConnectorsType value)SpecificationsTypewithDimensions(DimensionsType value)SpecificationsTypewithElectrical(ElectricalType value)SpecificationsTypewithFunctionConnectors(FunctionConnectorsType value)
-
-
-
Field Detail
-
dimensions
protected DimensionsType dimensions
-
electrical
protected ElectricalType electrical
-
connectors
protected ConnectorsType connectors
-
functionConnectors
protected FunctionConnectorsType functionConnectors
-
-
Method Detail
-
getDimensions
public DimensionsType getDimensions()
Gets the value of the dimensions property.- Returns:
- possible object is
DimensionsType
-
setDimensions
public void setDimensions(DimensionsType value)
Sets the value of the dimensions property.- Parameters:
value- allowed object isDimensionsType
-
getElectrical
public ElectricalType getElectrical()
Gets the value of the electrical property.- Returns:
- possible object is
ElectricalType
-
setElectrical
public void setElectrical(ElectricalType value)
Sets the value of the electrical property.- Parameters:
value- allowed object isElectricalType
-
getConnectors
public ConnectorsType getConnectors()
Gets the value of the connectors property.- Returns:
- possible object is
ConnectorsType
-
setConnectors
public void setConnectors(ConnectorsType value)
Sets the value of the connectors property.- Parameters:
value- allowed object isConnectorsType
-
getFunctionConnectors
public FunctionConnectorsType getFunctionConnectors()
Gets the value of the functionConnectors property.- Returns:
- possible object is
FunctionConnectorsType
-
setFunctionConnectors
public void setFunctionConnectors(FunctionConnectorsType value)
Sets the value of the functionConnectors property.- Parameters:
value- allowed object isFunctionConnectorsType
-
withDimensions
public SpecificationsType withDimensions(DimensionsType value)
-
withElectrical
public SpecificationsType withElectrical(ElectricalType value)
-
withConnectors
public SpecificationsType withConnectors(ConnectorsType value)
-
withFunctionConnectors
public SpecificationsType withFunctionConnectors(FunctionConnectorsType value)
-
-