org.jboss.resteasy.test.providers.jaxb.generated.order
Class Shiptotype

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.generated.order.Shiptotype

public class Shiptotype
extends java.lang.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>
 


Field Summary
protected  java.lang.String address
           
protected  java.lang.String city
           
protected  java.lang.String country
           
protected  java.lang.String name
           
 
Constructor Summary
Shiptotype()
           
 
Method Summary
 java.lang.String getAddress()
          Gets the value of the address property.
 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.
 void setAddress(java.lang.String value)
          Sets the value of the address 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.
 
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

address

protected java.lang.String address

city

protected java.lang.String city

country

protected java.lang.String country
Constructor Detail

Shiptotype

public Shiptotype()
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

getAddress

public java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address 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

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.