|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.ContactAddress
public class ContactAddress
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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()
Obtient la valeur de la propriété address. |
String |
getAddressType()
Obtient la valeur de la propriété addressType. |
String |
getCity()
Obtient la valeur de la propriété city. |
String |
getCountry()
Obtient la valeur de la propriété country. |
String |
getPostCode()
Obtient la valeur de la propriété postCode. |
String |
getStateOrProvince()
Obtient la valeur de la propriété stateOrProvince. |
boolean |
isSetAddress()
|
boolean |
isSetAddressType()
|
boolean |
isSetCity()
|
boolean |
isSetCountry()
|
boolean |
isSetPostCode()
|
boolean |
isSetStateOrProvince()
|
void |
setAddress(String value)
Définit la valeur de la propriété address. |
void |
setAddressType(String value)
Définit la valeur de la propriété addressType. |
void |
setCity(String value)
Définit la valeur de la propriété city. |
void |
setCountry(String value)
Définit la valeur de la propriété country. |
void |
setPostCode(String value)
Définit la valeur de la propriété postCode. |
void |
setStateOrProvince(String value)
Définit la valeur de la propriété stateOrProvince. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String addressType
protected String address
protected String city
protected String stateOrProvince
protected String postCode
protected String country
| Constructor Detail |
|---|
public ContactAddress()
| Method Detail |
|---|
public String getAddressType()
Stringpublic void setAddressType(String value)
value - allowed object is
Stringpublic boolean isSetAddressType()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic boolean isSetCity()
public String getStateOrProvince()
Stringpublic void setStateOrProvince(String value)
value - allowed object is
Stringpublic boolean isSetStateOrProvince()
public String getPostCode()
Stringpublic void setPostCode(String value)
value - allowed object is
Stringpublic boolean isSetPostCode()
public String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic boolean isSetCountry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||