Class ManufacturersType


  • public class ManufacturersType
    extends Object

    Java class for ManufacturersType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ManufacturersType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="manufacturer" type="{http://www.decoderdb.de/schema/manufacturers/1.1}ManufacturerType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ManufacturersType

        public ManufacturersType()
    • Method Detail

      • getManufacturer

        public List<ManufacturerType> getManufacturer()
        Gets the value of the manufacturer property.

        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 set method for the manufacturer property.

        For example, to add a new item, do as follows:

            getManufacturer().add(newItem);
         

        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