|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.test.providers.jaxb.generated.po.USAddress
public class USAddress
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 |
|---|
protected java.lang.String name
protected java.lang.String street
protected java.lang.String city
protected java.lang.String state
protected java.math.BigDecimal zip
protected java.lang.String country
| Constructor Detail |
|---|
public USAddress()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getZip()
BigDecimalpublic void setZip(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||