NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class ContactInformation

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.ContactInformation

public class ContactInformation
extends Object

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

contactAddress

protected ContactAddress contactAddress

contactElectronicMailAddress

protected String contactElectronicMailAddress

contactFacsimileTelephone

protected String contactFacsimileTelephone

contactPersonPrimary

protected ContactPersonPrimary contactPersonPrimary

contactPosition

protected String contactPosition

contactVoiceTelephone

protected String contactVoiceTelephone
Constructor Detail

ContactInformation

public ContactInformation()
Method Detail

getContactAddress

public ContactAddress getContactAddress()
Gets the value of the contactAddress property.

Returns:
possible object is ContactAddress

getContactElectronicMailAddress

public String getContactElectronicMailAddress()
Gets the value of the contactElectronicMailAddress property.

Returns:
possible object is String

getContactFacsimileTelephone

public String getContactFacsimileTelephone()
Gets the value of the contactFacsimileTelephone property.

Returns:
possible object is String

getContactPersonPrimary

public ContactPersonPrimary getContactPersonPrimary()
Gets the value of the contactPersonPrimary property.

Returns:
possible object is ContactPersonPrimary

getContactPosition

public String getContactPosition()
Gets the value of the contactPosition property.

Returns:
possible object is String

getContactVoiceTelephone

public String getContactVoiceTelephone()
Gets the value of the contactVoiceTelephone property.

Returns:
possible object is String

setContactAddress

public void setContactAddress(ContactAddress value)
Sets the value of the contactAddress property.

Parameters:
value - allowed object is ContactAddress

setContactElectronicMailAddress

public void setContactElectronicMailAddress(String value)
Sets the value of the contactElectronicMailAddress property.

Parameters:
value - allowed object is String

setContactFacsimileTelephone

public void setContactFacsimileTelephone(String value)
Sets the value of the contactFacsimileTelephone property.

Parameters:
value - allowed object is String

setContactPersonPrimary

public void setContactPersonPrimary(ContactPersonPrimary value)
Sets the value of the contactPersonPrimary property.

Parameters:
value - allowed object is ContactPersonPrimary

setContactPosition

public void setContactPosition(String value)
Sets the value of the contactPosition property.

Parameters:
value - allowed object is String

setContactVoiceTelephone

public void setContactVoiceTelephone(String value)
Sets the value of the contactVoiceTelephone property.

Parameters:
value - allowed object is String

NASA World Wind WMS