org.jboss.resteasy.test.providers.jaxb.generated.po
Class USAddress

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.generated.po.USAddress

public class USAddress
extends java.lang.Object

Java class for USAddress complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="USAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="zip" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
       <attribute name="country" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="US" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String city
           
protected  java.lang.String country
           
protected  java.lang.String name
           
protected  java.lang.String state
           
protected  java.lang.String street
           
protected  java.math.BigDecimal zip
           
 
Constructor Summary
USAddress()
           
 
Method Summary
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getCountry()
          Gets the value of the country property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getStreet()
          Gets the value of the street property.
 java.math.BigDecimal getZip()
          Gets the value of the zip property.
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setCountry(java.lang.String value)
          Sets the value of the country property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setStreet(java.lang.String value)
          Sets the value of the street property.
 void setZip(java.math.BigDecimal 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

name

protected java.lang.String name

street

protected java.lang.String street

city

protected java.lang.String city

state

protected java.lang.String state

zip

protected java.math.BigDecimal zip

country

protected java.lang.String country
Constructor Detail

USAddress

public USAddress()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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

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

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getZip

public java.math.BigDecimal getZip()
Gets the value of the zip property.

Returns:
possible object is BigDecimal

setZip

public void setZip(java.math.BigDecimal value)
Sets the value of the zip property.

Parameters:
value - allowed object is BigDecimal

getCountry

public java.lang.String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(java.lang.String value)
Sets the value of the country property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.