|
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.ContactInformation
public class ContactInformation
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}ContactPersonPrimary" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}ContactPosition" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}ContactAddress" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}ContactVoiceTelephone" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}ContactFacsimileTelephone" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}ContactElectronicMailAddress" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ContactAddress |
contactAddress
|
protected String |
contactElectronicMailAddress
|
protected String |
contactFacsimileTelephone
|
protected ContactPersonPrimary |
contactPersonPrimary
|
protected String |
contactPosition
|
protected String |
contactVoiceTelephone
|
Constructor Summary | |
---|---|
ContactInformation()
|
Method Summary | |
---|---|
ContactAddress |
getContactAddress()
Gets the value of the contactAddress property. |
String |
getContactElectronicMailAddress()
Gets the value of the contactElectronicMailAddress property. |
String |
getContactFacsimileTelephone()
Gets the value of the contactFacsimileTelephone property. |
ContactPersonPrimary |
getContactPersonPrimary()
Gets the value of the contactPersonPrimary property. |
String |
getContactPosition()
Gets the value of the contactPosition property. |
String |
getContactVoiceTelephone()
Gets the value of the contactVoiceTelephone property. |
void |
setContactAddress(ContactAddress value)
Sets the value of the contactAddress property. |
void |
setContactElectronicMailAddress(String value)
Sets the value of the contactElectronicMailAddress property. |
void |
setContactFacsimileTelephone(String value)
Sets the value of the contactFacsimileTelephone property. |
void |
setContactPersonPrimary(ContactPersonPrimary value)
Sets the value of the contactPersonPrimary property. |
void |
setContactPosition(String value)
Sets the value of the contactPosition property. |
void |
setContactVoiceTelephone(String value)
Sets the value of the contactVoiceTelephone property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ContactAddress contactAddress
protected String contactElectronicMailAddress
protected String contactFacsimileTelephone
protected ContactPersonPrimary contactPersonPrimary
protected String contactPosition
protected String contactVoiceTelephone
Constructor Detail |
---|
public ContactInformation()
Method Detail |
---|
public ContactAddress getContactAddress()
ContactAddress
public String getContactElectronicMailAddress()
String
public String getContactFacsimileTelephone()
String
public ContactPersonPrimary getContactPersonPrimary()
ContactPersonPrimary
public String getContactPosition()
String
public String getContactVoiceTelephone()
String
public void setContactAddress(ContactAddress value)
value
- allowed object is
ContactAddress
public void setContactElectronicMailAddress(String value)
value
- allowed object is
String
public void setContactFacsimileTelephone(String value)
value
- allowed object is
String
public void setContactPersonPrimary(ContactPersonPrimary value)
value
- allowed object is
ContactPersonPrimary
public void setContactPosition(String value)
value
- allowed object is
String
public void setContactVoiceTelephone(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 |