NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class ContactAddress

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.ContactAddress

public class ContactAddress
extends 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 ref="{http://www.opengis.net/wms}AddressType"/>
         <element ref="{http://www.opengis.net/wms}Address"/>
         <element ref="{http://www.opengis.net/wms}City"/>
         <element ref="{http://www.opengis.net/wms}StateOrProvince"/>
         <element ref="{http://www.opengis.net/wms}PostCode"/>
         <element ref="{http://www.opengis.net/wms}Country"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String address
           
protected  String addressType
           
protected  String city
           
protected  String country
           
protected  String postCode
           
protected  String stateOrProvince
           
 
Constructor Summary
ContactAddress()
           
 
Method Summary
 String getAddress()
          Gets the value of the address property.
 String getAddressType()
          Gets the value of the addressType property.
 String getCity()
          Gets the value of the city property.
 String getCountry()
          Gets the value of the country property.
 String getPostCode()
          Gets the value of the postCode property.
 String getStateOrProvince()
          Gets the value of the stateOrProvince property.
 void setAddress(String value)
          Sets the value of the address property.
 void setAddressType(String value)
          Sets the value of the addressType property.
 void setCity(String value)
          Sets the value of the city property.
 void setCountry(String value)
          Sets the value of the country property.
 void setPostCode(String value)
          Sets the value of the postCode property.
 void setStateOrProvince(String value)
          Sets the value of the stateOrProvince property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected String address

addressType

protected String addressType

city

protected String city

country

protected String country

postCode

protected String postCode

stateOrProvince

protected String stateOrProvince
Constructor Detail

ContactAddress

public ContactAddress()
Method Detail

getAddress

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

Returns:
possible object is String

getAddressType

public String getAddressType()
Gets the value of the addressType property.

Returns:
possible object is String

getCity

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

Returns:
possible object is String

getCountry

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

Returns:
possible object is String

getPostCode

public String getPostCode()
Gets the value of the postCode property.

Returns:
possible object is String

getStateOrProvince

public String getStateOrProvince()
Gets the value of the stateOrProvince property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

setAddressType

public void setAddressType(String value)
Sets the value of the addressType property.

Parameters:
value - allowed object is String

setCity

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

Parameters:
value - allowed object is String

setCountry

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

Parameters:
value - allowed object is String

setPostCode

public void setPostCode(String value)
Sets the value of the postCode property.

Parameters:
value - allowed object is String

setStateOrProvince

public void setStateOrProvince(String value)
Sets the value of the stateOrProvince property.

Parameters:
value - allowed object is String

NASA World Wind WMS