Class ManufacturersType

java.lang.Object
org.bidib.jbidibc.decoder.schema.manufacturers.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>
 
  • Field Details

  • Constructor Details

    • ManufacturersType

      public ManufacturersType()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public ManufacturersType withManufacturer(ManufacturerType... values)
    • withManufacturer

      public ManufacturersType withManufacturer(Collection<ManufacturerType> values)
    • withDecoderDBLink

      public ManufacturersType withDecoderDBLink(String value)