public class City 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="production">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effective">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ware" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="5"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ineffective">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ware" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="8"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="kontorType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
kontorType |
protected Location |
location |
protected String |
name |
protected Production |
production |
| Constructor and Description |
|---|
City() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKontorType()
Gets the value of the kontorType property.
|
Location |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
Production |
getProduction()
Gets the value of the production property.
|
void |
setKontorType(String value)
Sets the value of the kontorType property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProduction(Production value)
Sets the value of the production property.
|
protected Production production
protected String kontorType
protected Location location
protected String name
public Production getProduction()
Productionpublic void setProduction(Production value)
value - allowed object is
Productionpublic String getKontorType()
Stringpublic void setKontorType(String value)
value - allowed object is
Stringpublic Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic String getName()
StringCopyright © 2011-2015 Sahits GmbH. All Rights Reserved.