|
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.Attribution
public class Attribution
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 |
---|
protected LogoURL logoURL
protected OnlineResource onlineResource
protected String title
Constructor Detail |
---|
public Attribution()
Method Detail |
---|
public LogoURL getLogoURL()
LogoURL
public OnlineResource getOnlineResource()
OnlineResource
public String getTitle()
String
public void setLogoURL(LogoURL value)
value
- allowed object is
LogoURL
public void setOnlineResource(OnlineResource value)
value
- allowed object is
OnlineResource
public void setTitle(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 |