Class ManufacturersList
java.lang.Object
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersList
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{http://www.decoderdb.de/schema/manufacturers/1.1}ManufacturersListVersionType"/>
<element name="manufacturers" type="{http://www.decoderdb.de/schema/manufacturers/1.1}ManufacturersType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ManufacturersTypeprotected ManufacturersListVersionType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
version
-
manufacturers
-
-
Constructor Details
-
ManufacturersList
public ManufacturersList()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
ManufacturersListVersionType
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isManufacturersListVersionType
-
getManufacturers
Gets the value of the manufacturers property.- Returns:
- possible object is
ManufacturersType
-
setManufacturers
Sets the value of the manufacturers property.- Parameters:
value- allowed object isManufacturersType
-
toString
-
equals
-
hashCode
public int hashCode() -
withVersion
-
withManufacturers
-