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>
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorsType |
connectors |
protected DimensionsType |
dimensions |
protected ElectricalType |
electrical |
protected FunctionConnectorsType |
functionConnectors |
| Constructor and Description |
|---|
SpecificationsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ConnectorsType |
getConnectors()
Gets the value of the connectors property.
|
DimensionsType |
getDimensions()
Gets the value of the dimensions property.
|
ElectricalType |
getElectrical()
Gets the value of the electrical property.
|
FunctionConnectorsType |
getFunctionConnectors()
Gets the value of the functionConnectors property.
|
int |
hashCode() |
void |
setConnectors(ConnectorsType value)
Sets the value of the connectors property.
|
void |
setDimensions(DimensionsType value)
Sets the value of the dimensions property.
|
void |
setElectrical(ElectricalType value)
Sets the value of the electrical property.
|
void |
setFunctionConnectors(FunctionConnectorsType value)
Sets the value of the functionConnectors property.
|
String |
toString() |
SpecificationsType |
withConnectors(ConnectorsType value) |
SpecificationsType |
withDimensions(DimensionsType value) |
SpecificationsType |
withElectrical(ElectricalType value) |
SpecificationsType |
withFunctionConnectors(FunctionConnectorsType value) |
protected DimensionsType dimensions
protected ElectricalType electrical
protected ConnectorsType connectors
protected FunctionConnectorsType functionConnectors
public DimensionsType getDimensions()
DimensionsTypepublic void setDimensions(DimensionsType value)
value - allowed object is
DimensionsTypepublic ElectricalType getElectrical()
ElectricalTypepublic void setElectrical(ElectricalType value)
value - allowed object is
ElectricalTypepublic ConnectorsType getConnectors()
ConnectorsTypepublic void setConnectors(ConnectorsType value)
value - allowed object is
ConnectorsTypepublic FunctionConnectorsType getFunctionConnectors()
FunctionConnectorsTypepublic void setFunctionConnectors(FunctionConnectorsType value)
value - allowed object is
FunctionConnectorsTypepublic SpecificationsType withDimensions(DimensionsType value)
public SpecificationsType withElectrical(ElectricalType value)
public SpecificationsType withConnectors(ConnectorsType value)
public SpecificationsType withFunctionConnectors(FunctionConnectorsType value)
Copyright © 2021. All rights reserved.