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.bidib.org/schema/decoder/1.1}DimensionsType" minOccurs="0"/>
<element name="electrical" type="{http://www.bidib.org/schema/decoder/1.1}ElectricalType" minOccurs="0"/>
<element name="functionsOutputs" type="{http://www.bidib.org/schema/decoder/1.1}FunctionsOutputsType" minOccurs="0"/>
<element name="connectors" type="{http://www.bidib.org/schema/decoder/1.1}ConnectorsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorsType |
connectors |
protected DimensionsType |
dimensions |
protected ElectricalType |
electrical |
protected FunctionsOutputsType |
functionsOutputs |
| 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.
|
FunctionsOutputsType |
getFunctionsOutputs()
Gets the value of the functionsOutputs 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 |
setFunctionsOutputs(FunctionsOutputsType value)
Sets the value of the functionsOutputs property.
|
String |
toString() |
SpecificationsType |
withConnectors(ConnectorsType value) |
SpecificationsType |
withDimensions(DimensionsType value) |
SpecificationsType |
withElectrical(ElectricalType value) |
SpecificationsType |
withFunctionsOutputs(FunctionsOutputsType value) |
protected DimensionsType dimensions
protected ElectricalType electrical
protected FunctionsOutputsType functionsOutputs
protected ConnectorsType connectors
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 FunctionsOutputsType getFunctionsOutputs()
FunctionsOutputsTypepublic void setFunctionsOutputs(FunctionsOutputsType value)
value - allowed object is
FunctionsOutputsTypepublic ConnectorsType getConnectors()
ConnectorsTypepublic void setConnectors(ConnectorsType value)
value - allowed object is
ConnectorsTypepublic SpecificationsType withDimensions(DimensionsType value)
public SpecificationsType withElectrical(ElectricalType value)
public SpecificationsType withFunctionsOutputs(FunctionsOutputsType value)
public SpecificationsType withConnectors(ConnectorsType value)
Copyright © 2018. All rights reserved.