|
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.AuthorityURL
public class AuthorityURL
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}OnlineResource"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected OnlineResource |
onlineResource
|
| Constructor Summary | |
|---|---|
AuthorityURL()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected OnlineResource onlineResource
| Constructor Detail |
|---|
public AuthorityURL()
| Method Detail |
|---|
public String getName()
Stringpublic OnlineResource getOnlineResource()
OnlineResourcepublic void setName(String value)
value - allowed object is
Stringpublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResource
|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||