|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.ContactAddress
public class ContactAddress
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 |
|---|
protected String address
protected String addressType
protected String city
protected String country
protected String postCode
protected String stateOrProvince
| Constructor Detail |
|---|
public ContactAddress()
| Method Detail |
|---|
public String getAddress()
Stringpublic String getAddressType()
Stringpublic String getCity()
Stringpublic String getCountry()
Stringpublic String getPostCode()
Stringpublic String getStateOrProvince()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic void setAddressType(String value)
value - allowed object is
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic void setPostCode(String value)
value - allowed object is
Stringpublic void setStateOrProvince(String value)
value - allowed object is
String
|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||