Class FirmwareType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.FirmwareType
Java class for FirmwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FirmwareType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="decoders" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}DecodersType"/>
<element name="manuals" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}ManualsType" minOccurs="0"/>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}images" minOccurs="0"/>
<element name="protocols" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}ProtocolsType"/>
<element name="protocol" type="{http://www.decoderdb.de/schema/decoderFirmware/1.2}FirmwareProtocolType" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="versionExtension" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="releaseDate" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="manufacturerId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="manufacturerExtendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="manufacturerName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="manufacturerShortName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="manufacturerUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="options" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DecodersTypeprotected ImagesTypeprotected ManualsTypeprotected Integerprotected shortprotected Stringprotected Stringprotected Stringprotected Stringprotected FirmwareProtocolTypeprotected ProtocolsTypeprotected XMLGregorianCalendarprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the decoderDBLink property.Gets the value of the decoders property.Gets the value of the images property.Gets the value of the manuals property.Gets the value of the manufacturerExtendedId property.shortGets the value of the manufacturerId property.Gets the value of the manufacturerName property.Gets the value of the manufacturerShortName property.Gets the value of the manufacturerUrl property.Gets the value of the options property.Gets the value of the protocol property.Gets the value of the protocols property.Gets the value of the releaseDate property.Gets the value of the version property.Gets the value of the versionExtension property.inthashCode()voidsetDecoderDBLink(String value) Sets the value of the decoderDBLink property.voidsetDecoders(DecodersType value) Sets the value of the decoders property.voidsetImages(ImagesType value) Sets the value of the images property.voidsetManuals(ManualsType value) Sets the value of the manuals property.voidsetManufacturerExtendedId(Integer value) Sets the value of the manufacturerExtendedId property.voidsetManufacturerId(short value) Sets the value of the manufacturerId property.voidsetManufacturerName(String value) Sets the value of the manufacturerName property.voidsetManufacturerShortName(String value) Sets the value of the manufacturerShortName property.voidsetManufacturerUrl(String value) Sets the value of the manufacturerUrl property.voidsetOptions(String value) Sets the value of the options property.voidsetProtocol(FirmwareProtocolType value) Sets the value of the protocol property.voidsetProtocols(ProtocolsType value) Sets the value of the protocols property.voidSets the value of the releaseDate property.voidsetVersion(String value) Sets the value of the version property.voidsetVersionExtension(String value) Sets the value of the versionExtension property.toString()withDecoderDBLink(String value) withDecoders(DecodersType value) withImages(ImagesType value) withManuals(ManualsType value) withManufacturerId(short value) withManufacturerName(String value) withManufacturerShortName(String value) withManufacturerUrl(String value) withOptions(String value) withProtocol(FirmwareProtocolType value) withProtocols(ProtocolsType value) withVersion(String value) withVersionExtension(String value)
-
Field Details
-
decoders
-
manuals
-
images
-
protocols
-
protocol
-
version
-
versionExtension
-
releaseDate
-
manufacturerId
protected short manufacturerId -
manufacturerExtendedId
-
manufacturerName
-
manufacturerShortName
-
manufacturerUrl
-
decoderDBLink
-
options
-
-
Constructor Details
-
FirmwareType
public FirmwareType()
-
-
Method Details
-
getDecoders
Gets the value of the decoders property.- Returns:
- possible object is
DecodersType
-
setDecoders
Sets the value of the decoders property.- Parameters:
value- allowed object isDecodersType
-
getManuals
Gets the value of the manuals property.- Returns:
- possible object is
ManualsType
-
setManuals
Sets the value of the manuals property.- Parameters:
value- allowed object isManualsType
-
getImages
Gets the value of the images property.- Returns:
- possible object is
ImagesType
-
setImages
Sets the value of the images property.- Parameters:
value- allowed object isImagesType
-
getProtocols
Gets the value of the protocols property.- Returns:
- possible object is
ProtocolsType
-
setProtocols
Sets the value of the protocols property.- Parameters:
value- allowed object isProtocolsType
-
getProtocol
Gets the value of the protocol property.- Returns:
- possible object is
FirmwareProtocolType
-
setProtocol
Sets the value of the protocol property.- Parameters:
value- allowed object isFirmwareProtocolType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getVersionExtension
Gets the value of the versionExtension property.- Returns:
- possible object is
String
-
setVersionExtension
Sets the value of the versionExtension property.- Parameters:
value- allowed object isString
-
getReleaseDate
Gets the value of the releaseDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReleaseDate
Sets the value of the releaseDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getManufacturerId
public short getManufacturerId()Gets the value of the manufacturerId property. -
setManufacturerId
public void setManufacturerId(short value) Sets the value of the manufacturerId property. -
getManufacturerExtendedId
Gets the value of the manufacturerExtendedId property.- Returns:
- possible object is
Integer
-
setManufacturerExtendedId
Sets the value of the manufacturerExtendedId property.- Parameters:
value- allowed object isInteger
-
getManufacturerName
Gets the value of the manufacturerName property.- Returns:
- possible object is
String
-
setManufacturerName
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isString
-
getManufacturerShortName
Gets the value of the manufacturerShortName property.- Returns:
- possible object is
String
-
setManufacturerShortName
Sets the value of the manufacturerShortName property.- Parameters:
value- allowed object isString
-
getManufacturerUrl
Gets the value of the manufacturerUrl property.- Returns:
- possible object is
String
-
setManufacturerUrl
Sets the value of the manufacturerUrl property.- Parameters:
value- allowed object isString
-
getDecoderDBLink
Gets the value of the decoderDBLink property.- Returns:
- possible object is
String
-
setDecoderDBLink
Sets the value of the decoderDBLink property.- Parameters:
value- allowed object isString
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withDecoders
-
withManuals
-
withImages
-
withProtocols
-
withProtocol
-
withVersion
-
withVersionExtension
-
withReleaseDate
-
withManufacturerId
-
withManufacturerExtendedId
-
withManufacturerName
-
withManufacturerShortName
-
withManufacturerUrl
-
withDecoderDBLink
-
withOptions
-