|
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()
String
public String getAddressType()
String
public String getCity()
String
public String getCountry()
String
public String getPostCode()
String
public String getStateOrProvince()
String
public void setAddress(String value)
value
- allowed object is
String
public void setAddressType(String value)
value
- allowed object is
String
public void setCity(String value)
value
- allowed object is
String
public void setCountry(String value)
value
- allowed object is
String
public void setPostCode(String value)
value
- allowed object is
String
public 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 |