Class ManufacturerType
java.lang.Object
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturerType
Java class for ManufacturerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManufacturerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="extendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="shortName" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="country" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the country property.Gets the value of the decoderDBLink property.Gets the value of the extendedId property.shortgetId()Gets the value of the id property.getName()Gets the value of the name property.Gets the value of the shortName property.getUrl()Gets the value of the url property.inthashCode()voidsetCountry(String value) Sets the value of the country property.voidsetDecoderDBLink(String value) Sets the value of the decoderDBLink property.voidsetExtendedId(Integer value) Sets the value of the extendedId property.voidsetId(short value) Sets the value of the id property.voidSets the value of the name property.voidsetShortName(String value) Sets the value of the shortName property.voidSets the value of the url property.toString()withCountry(String value) withDecoderDBLink(String value) withExtendedId(Integer value) withId(short value) withShortName(String value)
-
Field Details
-
id
protected short id -
extendedId
-
name
-
shortName
-
country
-
url
-
decoderDBLink
-
-
Constructor Details
-
ManufacturerType
public ManufacturerType()
-
-
Method Details
-
getId
public short getId()Gets the value of the id property. -
setId
public void setId(short value) Sets the value of the id property. -
getExtendedId
Gets the value of the extendedId property.- Returns:
- possible object is
Integer
-
setExtendedId
Sets the value of the extendedId property.- Parameters:
value- allowed object isInteger
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getShortName
Gets the value of the shortName property.- Returns:
- possible object is
String
-
setShortName
Sets the value of the shortName property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url 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
-
toString
-
equals
-
hashCode
public int hashCode() -
withId
-
withExtendedId
-
withName
-
withShortName
-
withCountry
-
withUrl
-
withDecoderDBLink
-