Class DecoderType


  • public class DecoderType
    extends Object
    <p>Java class for DecoderType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DecoderType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="description" type="{http://www.decoderdb.de/schema/decoder/1.3}DescriptionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="specifications" type="{http://www.decoderdb.de/schema/decoder/1.3}SpecificationsType" minOccurs="0"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}images" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DecoderTypeType" /&gt; &lt;attribute name="manufacturerId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;attribute name="manufacturerExtendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="typeIds" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" /&gt; &lt;attribute name="articleNumbers" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="producedFrom" type="{http://www.w3.org/2001/XMLSchema}gYear" /&gt; &lt;attribute name="producedTill" type="{http://www.w3.org/2001/XMLSchema}gYear" /&gt; &lt;attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" /&gt; &lt;attribute name="manufacturerName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="manufacturerShortName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="manufacturerUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • DecoderType

        public DecoderType()
    • Method Detail

      • getDescription

        public List<DescriptionType> getDescription()
        Gets the value of the description property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the description property. <p> For example, to add a new item, do as follows: <pre> getDescription().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list DescriptionType
      • setSpecifications

        public void setSpecifications​(SpecificationsType value)
        Sets the value of the specifications property.
        Parameters:
        value - allowed object is SpecificationsType
      • 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 is ImagesType
      • 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 is String
      • 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 is Integer
      • getTypeIds

        public String getTypeIds()
        Gets the value of the typeIds property.
        Returns:
        possible object is String
      • setTypeIds

        public void setTypeIds​(String value)
        Sets the value of the typeIds property.
        Parameters:
        value - allowed object is String
      • getArticleNumbers

        public String getArticleNumbers()
        Gets the value of the articleNumbers property.
        Returns:
        possible object is String
      • setArticleNumbers

        public void setArticleNumbers​(String value)
        Sets the value of the articleNumbers property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • withManufacturerId

        public DecoderType withManufacturerId​(short value)
      • withManufacturerExtendedId

        public DecoderType withManufacturerExtendedId​(Integer value)
      • withManufacturerShortName

        public DecoderType withManufacturerShortName​(String value)