public class DecoderType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
articleNumbers |
protected String |
decoderDBLink |
protected List<DescriptionType> |
description |
protected ImagesType |
images |
protected Integer |
manufacturerExtendedId |
protected short |
manufacturerId |
protected String |
manufacturerName |
protected String |
manufacturerShortName |
protected String |
manufacturerUrl |
protected String |
name |
protected XMLGregorianCalendar |
producedFrom |
protected XMLGregorianCalendar |
producedTill |
protected SpecificationsType |
specifications |
protected DecoderTypeType |
type |
protected String |
typeIds |
| Constructor and Description |
|---|
DecoderType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getArticleNumbers()
Gets the value of the articleNumbers property.
|
String |
getDecoderDBLink()
Gets the value of the decoderDBLink property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
ImagesType |
getImages()
Gets the value of the images property.
|
Integer |
getManufacturerExtendedId()
Gets the value of the manufacturerExtendedId property.
|
short |
getManufacturerId()
Gets the value of the manufacturerId property.
|
String |
getManufacturerName()
Gets the value of the manufacturerName property.
|
String |
getManufacturerShortName()
Gets the value of the manufacturerShortName property.
|
String |
getManufacturerUrl()
Gets the value of the manufacturerUrl property.
|
String |
getName()
Gets the value of the name property.
|
XMLGregorianCalendar |
getProducedFrom()
Gets the value of the producedFrom property.
|
XMLGregorianCalendar |
getProducedTill()
Gets the value of the producedTill property.
|
SpecificationsType |
getSpecifications()
Gets the value of the specifications property.
|
DecoderTypeType |
getType()
Gets the value of the type property.
|
String |
getTypeIds()
Gets the value of the typeIds property.
|
int |
hashCode() |
void |
setArticleNumbers(String value)
Sets the value of the articleNumbers property.
|
void |
setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.
|
void |
setImages(ImagesType value)
Sets the value of the images property.
|
void |
setManufacturerExtendedId(Integer value)
Sets the value of the manufacturerExtendedId property.
|
void |
setManufacturerId(short value)
Sets the value of the manufacturerId property.
|
void |
setManufacturerName(String value)
Sets the value of the manufacturerName property.
|
void |
setManufacturerShortName(String value)
Sets the value of the manufacturerShortName property.
|
void |
setManufacturerUrl(String value)
Sets the value of the manufacturerUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProducedFrom(XMLGregorianCalendar value)
Sets the value of the producedFrom property.
|
void |
setProducedTill(XMLGregorianCalendar value)
Sets the value of the producedTill property.
|
void |
setSpecifications(SpecificationsType value)
Sets the value of the specifications property.
|
void |
setType(DecoderTypeType value)
Sets the value of the type property.
|
void |
setTypeIds(String value)
Sets the value of the typeIds property.
|
String |
toString() |
DecoderType |
withArticleNumbers(String value) |
DecoderType |
withDecoderDBLink(String value) |
DecoderType |
withDescription(Collection<DescriptionType> values) |
DecoderType |
withDescription(DescriptionType... values) |
DecoderType |
withImages(ImagesType value) |
DecoderType |
withManufacturerExtendedId(Integer value) |
DecoderType |
withManufacturerId(short value) |
DecoderType |
withManufacturerName(String value) |
DecoderType |
withManufacturerShortName(String value) |
DecoderType |
withManufacturerUrl(String value) |
DecoderType |
withName(String value) |
DecoderType |
withProducedFrom(XMLGregorianCalendar value) |
DecoderType |
withProducedTill(XMLGregorianCalendar value) |
DecoderType |
withSpecifications(SpecificationsType value) |
DecoderType |
withType(DecoderTypeType value) |
DecoderType |
withTypeIds(String value) |
protected List<DescriptionType> description
protected SpecificationsType specifications
protected ImagesType images
protected String name
protected DecoderTypeType type
protected short manufacturerId
protected Integer manufacturerExtendedId
protected String typeIds
protected String articleNumbers
protected XMLGregorianCalendar producedFrom
protected XMLGregorianCalendar producedTill
protected String decoderDBLink
protected String manufacturerName
protected String manufacturerShortName
protected String manufacturerUrl
public List<DescriptionType> getDescription()
DescriptionTypepublic SpecificationsType getSpecifications()
SpecificationsTypepublic void setSpecifications(SpecificationsType value)
value - allowed object is
SpecificationsTypepublic ImagesType getImages()
ImagesTypepublic void setImages(ImagesType value)
value - allowed object is
ImagesTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic DecoderTypeType getType()
DecoderTypeTypepublic void setType(DecoderTypeType value)
value - allowed object is
DecoderTypeTypepublic short getManufacturerId()
public void setManufacturerId(short value)
public Integer getManufacturerExtendedId()
Integerpublic void setManufacturerExtendedId(Integer value)
value - allowed object is
Integerpublic String getTypeIds()
Stringpublic void setTypeIds(String value)
value - allowed object is
Stringpublic String getArticleNumbers()
Stringpublic void setArticleNumbers(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getProducedFrom()
XMLGregorianCalendarpublic void setProducedFrom(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getProducedTill()
XMLGregorianCalendarpublic void setProducedTill(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDecoderDBLink()
Stringpublic void setDecoderDBLink(String value)
value - allowed object is
Stringpublic String getManufacturerName()
Stringpublic void setManufacturerName(String value)
value - allowed object is
Stringpublic String getManufacturerShortName()
Stringpublic void setManufacturerShortName(String value)
value - allowed object is
Stringpublic String getManufacturerUrl()
Stringpublic void setManufacturerUrl(String value)
value - allowed object is
Stringpublic DecoderType withDescription(DescriptionType... values)
public DecoderType withDescription(Collection<DescriptionType> values)
public DecoderType withSpecifications(SpecificationsType value)
public DecoderType withImages(ImagesType value)
public DecoderType withName(String value)
public DecoderType withType(DecoderTypeType value)
public DecoderType withManufacturerId(short value)
public DecoderType withManufacturerExtendedId(Integer value)
public DecoderType withTypeIds(String value)
public DecoderType withArticleNumbers(String value)
public DecoderType withProducedFrom(XMLGregorianCalendar value)
public DecoderType withProducedTill(XMLGregorianCalendar value)
public DecoderType withDecoderDBLink(String value)
public DecoderType withManufacturerName(String value)
public DecoderType withManufacturerShortName(String value)
public DecoderType withManufacturerUrl(String value)
Copyright © 2022. All rights reserved.