Class SpecificationsType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.SpecificationsType
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
FieldsModifier and TypeFieldDescriptionprotected ConnectorsTypeprotected DimensionsTypeprotected ElectricalTypeprotected FunctionConnectorsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the connectors property.Gets the value of the dimensions property.Gets the value of the electrical property.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.voidSets the value of the functionConnectors property.toString()withConnectors(ConnectorsType value) withDimensions(DimensionsType value) withElectrical(ElectricalType value)
-
Field Details
-
dimensions
-
electrical
-
connectors
-
functionConnectors
-
-
Constructor Details
-
SpecificationsType
public SpecificationsType()
-
-
Method Details
-
getDimensions
Gets the value of the dimensions property.- Returns:
- possible object is
DimensionsType
-
setDimensions
Sets the value of the dimensions property.- Parameters:
value- allowed object isDimensionsType
-
getElectrical
Gets the value of the electrical property.- Returns:
- possible object is
ElectricalType
-
setElectrical
Sets the value of the electrical property.- Parameters:
value- allowed object isElectricalType
-
getConnectors
Gets the value of the connectors property.- Returns:
- possible object is
ConnectorsType
-
setConnectors
Sets the value of the connectors property.- Parameters:
value- allowed object isConnectorsType
-
getFunctionConnectors
Gets the value of the functionConnectors property.- Returns:
- possible object is
FunctionConnectorsType
-
setFunctionConnectors
Sets the value of the functionConnectors property.- Parameters:
value- allowed object isFunctionConnectorsType
-
toString
-
equals
-
hashCode
public int hashCode() -
withDimensions
-
withElectrical
-
withConnectors
-
withFunctionConnectors
-