Class ManufacturerType


  • public class ManufacturerType
    extends Object
    <p>Java class for ManufacturerType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ManufacturerType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="detection" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DetectionType" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;attribute name="extendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="shortName" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ManufacturerType

        public ManufacturerType()
    • Method Detail

      • getDetection

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

        public int hashCode()
        Overrides:
        hashCode in class Object