|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
public static final class Capabilities.ContactInformation
Encapsulates the contact information sent as part of a
Capabilities
response.
Nested Class Summary | |
---|---|
static class |
Capabilities.ContactInformation.Address
Encapsulates the contact address. |
Method Summary | |
---|---|
Capabilities.ContactInformation.Address |
getAddress()
Returns the address of the contact. |
String |
getEmail()
Returns the electronic mail address of the contact. |
String |
getFax()
Returns the facsimile telephone number of the contact. |
String |
getOrganization()
Returns the contact organization. |
String |
getPerson()
Returns the contact person. |
String |
getPhone()
Returns the voice telephone number of the contact. |
String |
getPosition()
Returns the position title of the contact person. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getPerson()
null
.
public String getOrganization()
null
.
public String getPosition()
null
.
public Capabilities.ContactInformation.Address getAddress()
null
.
public String getPhone()
null
.
public String getFax()
null
.
public String getEmail()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |