org.apache.cxf.configuration.foo
Class Foo.Address

java.lang.Object
  extended by org.apache.cxf.configuration.foo.Foo.Address
Enclosing class:
Foo

public static class Foo.Address
extends java.lang.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="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

city

protected java.lang.String city

zip

protected int zip

street

protected java.lang.String street

nr

protected int nr
Constructor Detail

Foo.Address

public Foo.Address()
Method Detail

getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getZip

public int getZip()
Gets the value of the zip property.


setZip

public void setZip(int value)
Sets the value of the zip property.


getStreet

public java.lang.String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(java.lang.String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getNr

public int getNr()
Gets the value of the nr property.


setNr

public void setNr(int value)
Sets the value of the nr property.



Apache CXF