Class ManufacturersList
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersList
-
public class ManufacturersList extends Object
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected ManufacturersTypemanufacturersprotected ManufacturersListVersionTypeversion
-
Constructor Summary
Constructors Constructor Description ManufacturersList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)ManufacturersTypegetManufacturers()Gets the value of the manufacturers property.ManufacturersListVersionTypegetVersion()Gets the value of the version property.inthashCode()voidsetManufacturers(ManufacturersType value)Sets the value of the manufacturers property.voidsetVersion(ManufacturersListVersionType value)Sets the value of the version property.StringtoString()ManufacturersListwithManufacturers(ManufacturersType value)ManufacturersListwithVersion(ManufacturersListVersionType value)
-
-
-
Field Detail
-
version
protected ManufacturersListVersionType version
-
manufacturers
protected ManufacturersType manufacturers
-
-
Method Detail
-
getVersion
public ManufacturersListVersionType getVersion()
Gets the value of the version property.- Returns:
- possible object is
ManufacturersListVersionType
-
setVersion
public void setVersion(ManufacturersListVersionType value)
Sets the value of the version property.- Parameters:
value- allowed object isManufacturersListVersionType
-
getManufacturers
public ManufacturersType getManufacturers()
Gets the value of the manufacturers property.- Returns:
- possible object is
ManufacturersType
-
setManufacturers
public void setManufacturers(ManufacturersType value)
Sets the value of the manufacturers property.- Parameters:
value- allowed object isManufacturersType
-
withVersion
public ManufacturersList withVersion(ManufacturersListVersionType value)
-
withManufacturers
public ManufacturersList withManufacturers(ManufacturersType value)
-
-