Class ManufacturersType
java.lang.Object
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the decoderDBLink property.Gets the value of the manufacturer property.inthashCode()voidsetDecoderDBLink(String value) Sets the value of the decoderDBLink property.toString()withDecoderDBLink(String value) withManufacturer(Collection<ManufacturerType> values) withManufacturer(ManufacturerType... values)
-
Field Details
-
manufacturer
-
decoderDBLink
-
-
Constructor Details
-
ManufacturersType
public ManufacturersType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the decoderDBLink property.- Returns:
- possible object is
String
-
setDecoderDBLink
Sets the value of the decoderDBLink property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withManufacturer
-
withManufacturer
-
withDecoderDBLink
-