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.bidib.org/schema/manufacturers/1.0}ManufacturerType" maxOccurs="unbounded"/>
</sequence>
<attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
decoderDBLink |
protected List<ManufacturerType> |
manufacturer |
| Constructor and Description |
|---|
ManufacturersType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDecoderDBLink()
Gets the value of the decoderDBLink property.
|
List<ManufacturerType> |
getManufacturer()
Gets the value of the manufacturer property.
|
int |
hashCode() |
void |
setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.
|
String |
toString() |
ManufacturersType |
withDecoderDBLink(String value) |
ManufacturersType |
withManufacturer(Collection<ManufacturerType> values) |
ManufacturersType |
withManufacturer(ManufacturerType... values) |
protected List<ManufacturerType> manufacturer
protected String decoderDBLink
public List<ManufacturerType> getManufacturer()
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
public String getDecoderDBLink()
Stringpublic void setDecoderDBLink(String value)
value - allowed object is
Stringpublic ManufacturersType withManufacturer(ManufacturerType... values)
public ManufacturersType withManufacturer(Collection<ManufacturerType> values)
public ManufacturersType withDecoderDBLink(String value)
Copyright © 2018. All rights reserved.