NASA World Wind WMS

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

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

public class ContactPersonPrimary
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}ContactPerson"/>
         <element ref="{http://www.opengis.net/wms}ContactOrganization"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String contactOrganization
           
protected  String contactPerson
           
 
Constructor Summary
ContactPersonPrimary()
           
 
Method Summary
 String getContactOrganization()
          Gets the value of the contactOrganization property.
 String getContactPerson()
          Gets the value of the contactPerson property.
 void setContactOrganization(String value)
          Sets the value of the contactOrganization property.
 void setContactPerson(String value)
          Sets the value of the contactPerson property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contactOrganization

protected String contactOrganization

contactPerson

protected String contactPerson
Constructor Detail

ContactPersonPrimary

public ContactPersonPrimary()
Method Detail

getContactOrganization

public String getContactOrganization()
Gets the value of the contactOrganization property.

Returns:
possible object is String

getContactPerson

public String getContactPerson()
Gets the value of the contactPerson property.

Returns:
possible object is String

setContactOrganization

public void setContactOrganization(String value)
Sets the value of the contactOrganization property.

Parameters:
value - allowed object is String

setContactPerson

public void setContactPerson(String value)
Sets the value of the contactPerson property.

Parameters:
value - allowed object is String

NASA World Wind WMS