public class ManufacturersList extends Object
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.bidib.org/schema/manufacturers/1.0}ManufacturersListVersionType"/>
<element name="manufacturers" type="{http://www.bidib.org/schema/manufacturers/1.0}ManufacturersType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManufacturersType |
manufacturers |
protected ManufacturersListVersionType |
version |
| Constructor and Description |
|---|
ManufacturersList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ManufacturersType |
getManufacturers()
Gets the value of the manufacturers property.
|
ManufacturersListVersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setManufacturers(ManufacturersType value)
Sets the value of the manufacturers property.
|
void |
setVersion(ManufacturersListVersionType value)
Sets the value of the version property.
|
String |
toString() |
ManufacturersList |
withManufacturers(ManufacturersType value) |
ManufacturersList |
withVersion(ManufacturersListVersionType value) |
protected ManufacturersListVersionType version
protected ManufacturersType manufacturers
public ManufacturersListVersionType getVersion()
ManufacturersListVersionTypepublic void setVersion(ManufacturersListVersionType value)
value - allowed object is
ManufacturersListVersionTypepublic ManufacturersType getManufacturers()
ManufacturersTypepublic void setManufacturers(ManufacturersType value)
value - allowed object is
ManufacturersTypepublic ManufacturersList withVersion(ManufacturersListVersionType value)
public ManufacturersList withManufacturers(ManufacturersType value)
Copyright © 2018. All rights reserved.