Class ManufacturersType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.manufacturers.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> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdecoderDBLinkprotected List<ManufacturerType>manufacturer
-
Constructor Summary
Constructors Constructor Description ManufacturersType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetDecoderDBLink()Gets the value of the decoderDBLink property.List<ManufacturerType>getManufacturer()Gets the value of the manufacturer property.inthashCode()voidsetDecoderDBLink(String value)Sets the value of the decoderDBLink property.StringtoString()ManufacturersTypewithDecoderDBLink(String value)ManufacturersTypewithManufacturer(Collection<ManufacturerType> values)ManufacturersTypewithManufacturer(ManufacturerType... values)
-
-
-
Field Detail
-
manufacturer
protected List<ManufacturerType> manufacturer
-
decoderDBLink
protected String decoderDBLink
-
-
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 listManufacturerType
-
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 isString
-
withManufacturer
public ManufacturersType withManufacturer(ManufacturerType... values)
-
withManufacturer
public ManufacturersType withManufacturer(Collection<ManufacturerType> values)
-
withDecoderDBLink
public ManufacturersType withDecoderDBLink(String value)
-
-