Class ManufacturersType


  • public class ManufacturersType
    extends Object
    <p>Java class for ManufacturersType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ManufacturersType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="manufacturer" type="{http://www.decoderdb.de/schema/manufacturers/1.1}ManufacturerType" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ManufacturersType

        public ManufacturersType()
    • Method Detail

      • getManufacturer

        public List<ManufacturerType> getManufacturer()
        Gets the value of the manufacturer 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 manufacturer property. <p> For example, to add a new item, do as follows: <pre> getManufacturer().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ManufacturerType
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object