public class Shiptotype extends Object
Java class for shiptotype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="shiptotype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
<element name="address" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
<element name="city" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
<element name="country" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
city |
protected String |
country |
protected String |
name |
| Constructor and Description |
|---|
Shiptotype() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String address
protected String city
protected String country
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCountry()
StringCopyright © 2013. All Rights Reserved.