|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.cxf.configuration.foo.Foo.Address
public static class Foo.Address
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="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nr" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
city
|
protected int |
nr
|
protected java.lang.String |
street
|
protected int |
zip
|
| Constructor Summary | |
|---|---|
Foo.Address()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCity()
Gets the value of the city property. |
int |
getNr()
Gets the value of the nr property. |
java.lang.String |
getStreet()
Gets the value of the street property. |
int |
getZip()
Gets the value of the zip property. |
void |
setCity(java.lang.String value)
Sets the value of the city property. |
void |
setNr(int value)
Sets the value of the nr property. |
void |
setStreet(java.lang.String value)
Sets the value of the street property. |
void |
setZip(int value)
Sets the value of the zip property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String city
protected int zip
protected java.lang.String street
protected int nr
| Constructor Detail |
|---|
public Foo.Address()
| Method Detail |
|---|
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic int getZip()
public void setZip(int value)
public java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
Stringpublic int getNr()
public void setNr(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||