Class FirmwareType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.decoderfirmware.FirmwareType
-
public class FirmwareType extends Object
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"/> </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
Fields Modifier and Type Field Description protected StringdecoderDBLinkprotected DecodersTypedecodersprotected ImagesTypeimagesprotected ManualsTypemanualsprotected IntegermanufacturerExtendedIdprotected shortmanufacturerIdprotected StringmanufacturerNameprotected StringmanufacturerShortNameprotected StringmanufacturerUrlprotected Stringoptionsprotected ProtocolsTypeprotocolsprotected XMLGregorianCalendarreleaseDateprotected Stringversionprotected StringversionExtension
-
Constructor Summary
Constructors Constructor Description FirmwareType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetDecoderDBLink()Gets the value of the decoderDBLink property.DecodersTypegetDecoders()Gets the value of the decoders property.ImagesTypegetImages()Gets the value of the images property.ManualsTypegetManuals()Gets the value of the manuals property.IntegergetManufacturerExtendedId()Gets the value of the manufacturerExtendedId property.shortgetManufacturerId()Gets the value of the manufacturerId property.StringgetManufacturerName()Gets the value of the manufacturerName property.StringgetManufacturerShortName()Gets the value of the manufacturerShortName property.StringgetManufacturerUrl()Gets the value of the manufacturerUrl property.StringgetOptions()Gets the value of the options property.ProtocolsTypegetProtocols()Gets the value of the protocols property.XMLGregorianCalendargetReleaseDate()Gets the value of the releaseDate property.StringgetVersion()Gets the value of the version property.StringgetVersionExtension()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.voidsetProtocols(ProtocolsType value)Sets the value of the protocols property.voidsetReleaseDate(XMLGregorianCalendar value)Sets 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.StringtoString()FirmwareTypewithDecoderDBLink(String value)FirmwareTypewithDecoders(DecodersType value)FirmwareTypewithImages(ImagesType value)FirmwareTypewithManuals(ManualsType value)FirmwareTypewithManufacturerExtendedId(Integer value)FirmwareTypewithManufacturerId(short value)FirmwareTypewithManufacturerName(String value)FirmwareTypewithManufacturerShortName(String value)FirmwareTypewithManufacturerUrl(String value)FirmwareTypewithOptions(String value)FirmwareTypewithProtocols(ProtocolsType value)FirmwareTypewithReleaseDate(XMLGregorianCalendar value)FirmwareTypewithVersion(String value)FirmwareTypewithVersionExtension(String value)
-
-
-
Field Detail
-
decoders
protected DecodersType decoders
-
manuals
protected ManualsType manuals
-
images
protected ImagesType images
-
protocols
protected ProtocolsType protocols
-
version
protected String version
-
versionExtension
protected String versionExtension
-
releaseDate
protected XMLGregorianCalendar releaseDate
-
manufacturerId
protected short manufacturerId
-
manufacturerExtendedId
protected Integer manufacturerExtendedId
-
manufacturerName
protected String manufacturerName
-
manufacturerShortName
protected String manufacturerShortName
-
manufacturerUrl
protected String manufacturerUrl
-
decoderDBLink
protected String decoderDBLink
-
options
protected String options
-
-
Method Detail
-
getDecoders
public DecodersType getDecoders()
Gets the value of the decoders property.- Returns:
- possible object is
DecodersType
-
setDecoders
public void setDecoders(DecodersType value)
Sets the value of the decoders property.- Parameters:
value- allowed object isDecodersType
-
getManuals
public ManualsType getManuals()
Gets the value of the manuals property.- Returns:
- possible object is
ManualsType
-
setManuals
public void setManuals(ManualsType value)
Sets the value of the manuals property.- Parameters:
value- allowed object isManualsType
-
getImages
public ImagesType getImages()
Gets the value of the images property.- Returns:
- possible object is
ImagesType
-
setImages
public void setImages(ImagesType value)
Sets the value of the images property.- Parameters:
value- allowed object isImagesType
-
getProtocols
public ProtocolsType getProtocols()
Gets the value of the protocols property.- Returns:
- possible object is
ProtocolsType
-
setProtocols
public void setProtocols(ProtocolsType value)
Sets the value of the protocols property.- Parameters:
value- allowed object isProtocolsType
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getVersionExtension
public String getVersionExtension()
Gets the value of the versionExtension property.- Returns:
- possible object is
String
-
setVersionExtension
public void setVersionExtension(String value)
Sets the value of the versionExtension property.- Parameters:
value- allowed object isString
-
getReleaseDate
public XMLGregorianCalendar getReleaseDate()
Gets the value of the releaseDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReleaseDate
public void setReleaseDate(XMLGregorianCalendar value)
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
public Integer getManufacturerExtendedId()
Gets the value of the manufacturerExtendedId property.- Returns:
- possible object is
Integer
-
setManufacturerExtendedId
public void setManufacturerExtendedId(Integer value)
Sets the value of the manufacturerExtendedId property.- Parameters:
value- allowed object isInteger
-
getManufacturerName
public String getManufacturerName()
Gets the value of the manufacturerName property.- Returns:
- possible object is
String
-
setManufacturerName
public void setManufacturerName(String value)
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isString
-
getManufacturerShortName
public String getManufacturerShortName()
Gets the value of the manufacturerShortName property.- Returns:
- possible object is
String
-
setManufacturerShortName
public void setManufacturerShortName(String value)
Sets the value of the manufacturerShortName property.- Parameters:
value- allowed object isString
-
getManufacturerUrl
public String getManufacturerUrl()
Gets the value of the manufacturerUrl property.- Returns:
- possible object is
String
-
setManufacturerUrl
public void setManufacturerUrl(String value)
Sets the value of the manufacturerUrl property.- Parameters:
value- allowed object isString
-
getDecoderDBLink
public String getDecoderDBLink()
Gets the value of the decoderDBLink property.- Returns:
- possible object is
String
-
setDecoderDBLink
public void setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.- Parameters:
value- allowed object isString
-
getOptions
public String getOptions()
Gets the value of the options property.- Returns:
- possible object is
String
-
setOptions
public void setOptions(String value)
Sets the value of the options property.- Parameters:
value- allowed object isString
-
withDecoders
public FirmwareType withDecoders(DecodersType value)
-
withManuals
public FirmwareType withManuals(ManualsType value)
-
withImages
public FirmwareType withImages(ImagesType value)
-
withProtocols
public FirmwareType withProtocols(ProtocolsType value)
-
withVersion
public FirmwareType withVersion(String value)
-
withVersionExtension
public FirmwareType withVersionExtension(String value)
-
withReleaseDate
public FirmwareType withReleaseDate(XMLGregorianCalendar value)
-
withManufacturerId
public FirmwareType withManufacturerId(short value)
-
withManufacturerExtendedId
public FirmwareType withManufacturerExtendedId(Integer value)
-
withManufacturerName
public FirmwareType withManufacturerName(String value)
-
withManufacturerShortName
public FirmwareType withManufacturerShortName(String value)
-
withManufacturerUrl
public FirmwareType withManufacturerUrl(String value)
-
withDecoderDBLink
public FirmwareType withDecoderDBLink(String value)
-
withOptions
public FirmwareType withOptions(String value)
-
-