NASA World Wind WMS

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

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

public class OnlineResource
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">
       <attGroup ref="{http://www.w3.org/1999/xlink}simpleLink"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String actuate
           
protected  String arcrole
           
protected  String href
           
protected  String role
           
protected  String show
           
protected  String title
           
protected  String type
           
 
Constructor Summary
OnlineResource()
           
 
Method Summary
 String getActuate()
          Gets the value of the actuate property.
 String getArcrole()
          Gets the value of the arcrole property.
 String getHref()
          Gets the value of the href property.
 String getRole()
          Gets the value of the role property.
 String getShow()
          Gets the value of the show property.
 String getTitle()
          Gets the value of the title property.
 String getType()
          Gets the value of the type property.
 void setActuate(String value)
          Sets the value of the actuate property.
 void setArcrole(String value)
          Sets the value of the arcrole property.
 void setHref(String value)
          Sets the value of the href property.
 void setRole(String value)
          Sets the value of the role property.
 void setShow(String value)
          Sets the value of the show property.
 void setTitle(String value)
          Sets the value of the title property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actuate

protected String actuate

arcrole

protected String arcrole

href

protected String href

role

protected String role

show

protected String show

title

protected String title

type

protected String type
Constructor Detail

OnlineResource

public OnlineResource()
Method Detail

getActuate

public String getActuate()
Gets the value of the actuate property.

Returns:
possible object is String

getArcrole

public String getArcrole()
Gets the value of the arcrole property.

Returns:
possible object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

getShow

public String getShow()
Gets the value of the show property.

Returns:
possible object is String

getTitle

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

Returns:
possible object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setActuate

public void setActuate(String value)
Sets the value of the actuate property.

Parameters:
value - allowed object is String

setArcrole

public void setArcrole(String value)
Sets the value of the arcrole property.

Parameters:
value - allowed object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

setShow

public void setShow(String value)
Sets the value of the show property.

Parameters:
value - allowed object is String

setTitle

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

Parameters:
value - allowed object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

NASA World Wind WMS