Class ManufacturerType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturerType
-
public class ManufacturerType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description ManufacturerType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetCountry()Gets the value of the country property.StringgetDecoderDBLink()Gets the value of the decoderDBLink property.IntegergetExtendedId()Gets the value of the extendedId property.shortgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetShortName()Gets the value of the shortName property.StringgetUrl()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.voidsetName(String value)Sets the value of the name property.voidsetShortName(String value)Sets the value of the shortName property.voidsetUrl(String value)Sets the value of the url property.StringtoString()ManufacturerTypewithCountry(String value)ManufacturerTypewithDecoderDBLink(String value)ManufacturerTypewithExtendedId(Integer value)ManufacturerTypewithId(short value)ManufacturerTypewithName(String value)ManufacturerTypewithShortName(String value)ManufacturerTypewithUrl(String value)
-
-
-
Method Detail
-
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
public Integer getExtendedId()
Gets the value of the extendedId property.- Returns:
- possible object is
Integer
-
setExtendedId
public void setExtendedId(Integer value)
Sets the value of the extendedId property.- Parameters:
value- allowed object isInteger
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getShortName
public String getShortName()
Gets the value of the shortName property.- Returns:
- possible object is
String
-
setShortName
public void setShortName(String value)
Sets the value of the shortName property.- Parameters:
value- allowed object isString
-
getCountry
public String getCountry()
Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
public void setCountry(String value)
Sets the value of the country property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url 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
-
withId
public ManufacturerType withId(short value)
-
withExtendedId
public ManufacturerType withExtendedId(Integer value)
-
withName
public ManufacturerType withName(String value)
-
withShortName
public ManufacturerType withShortName(String value)
-
withCountry
public ManufacturerType withCountry(String value)
-
withUrl
public ManufacturerType withUrl(String value)
-
withDecoderDBLink
public ManufacturerType withDecoderDBLink(String value)
-
-