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.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="shortName" use="required" type="{http://www.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="country" type="{http://www.bidib.org/schema/commonTypes/1.0}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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected String |
decoderDBLink |
protected Integer |
extendedId |
protected short |
id |
protected String |
name |
protected String |
shortName |
protected String |
url |
| Constructor and Description |
|---|
ManufacturerType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCountry()
Gets the value of the country property.
|
String |
getDecoderDBLink()
Gets the value of the decoderDBLink property.
|
Integer |
getExtendedId()
Gets the value of the extendedId property.
|
short |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getShortName()
Gets the value of the shortName property.
|
String |
getUrl()
Gets the value of the url property.
|
int |
hashCode() |
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.
|
void |
setExtendedId(Integer value)
Sets the value of the extendedId property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
String |
toString() |
ManufacturerType |
withCountry(String value) |
ManufacturerType |
withDecoderDBLink(String value) |
ManufacturerType |
withExtendedId(Integer value) |
ManufacturerType |
withId(short value) |
ManufacturerType |
withName(String value) |
ManufacturerType |
withShortName(String value) |
ManufacturerType |
withUrl(String value) |
protected short id
protected Integer extendedId
protected String name
protected String shortName
protected String country
protected String url
protected String decoderDBLink
public short getId()
public void setId(short value)
public Integer getExtendedId()
Integerpublic void setExtendedId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getDecoderDBLink()
Stringpublic void setDecoderDBLink(String value)
value - allowed object is
Stringpublic ManufacturerType withId(short value)
public ManufacturerType withExtendedId(Integer value)
public ManufacturerType withName(String value)
public ManufacturerType withShortName(String value)
public ManufacturerType withCountry(String value)
public ManufacturerType withUrl(String value)
public ManufacturerType withDecoderDBLink(String value)
Copyright © 2018. All rights reserved.