NASA World Wind WMS

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

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

public class Attribution
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}Title" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}OnlineResource" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}LogoURL" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  LogoURL logoURL
           
protected  OnlineResource onlineResource
           
protected  String title
           
 
Constructor Summary
Attribution()
           
 
Method Summary
 LogoURL getLogoURL()
          Gets the value of the logoURL property.
 OnlineResource getOnlineResource()
          Gets the value of the onlineResource property.
 String getTitle()
          Gets the value of the title property.
 void setLogoURL(LogoURL value)
          Sets the value of the logoURL property.
 void setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logoURL

protected LogoURL logoURL

onlineResource

protected OnlineResource onlineResource

title

protected String title
Constructor Detail

Attribution

public Attribution()
Method Detail

getLogoURL

public LogoURL getLogoURL()
Gets the value of the logoURL property.

Returns:
possible object is LogoURL

getOnlineResource

public OnlineResource getOnlineResource()
Gets the value of the onlineResource property.

Returns:
possible object is OnlineResource

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setLogoURL

public void setLogoURL(LogoURL value)
Sets the value of the logoURL property.

Parameters:
value - allowed object is LogoURL

setOnlineResource

public void setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.

Parameters:
value - allowed object is OnlineResource

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

NASA World Wind WMS