NASA World Wind WMS

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

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

public class MetadataURL
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}Format"/>
         <element ref="{http://www.opengis.net/wms}OnlineResource"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String format
           
protected  OnlineResource onlineResource
           
protected  String type
           
 
Constructor Summary
MetadataURL()
           
 
Method Summary
 String getFormat()
          Gets the value of the format property.
 OnlineResource getOnlineResource()
          Gets the value of the onlineResource property.
 String getType()
          Gets the value of the type property.
 void setFormat(String value)
          Sets the value of the format property.
 void setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource 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

format

protected String format

onlineResource

protected OnlineResource onlineResource

type

protected String type
Constructor Detail

MetadataURL

public MetadataURL()
Method Detail

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

getOnlineResource

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

Returns:
possible object is OnlineResource

getType

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

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

setOnlineResource

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

Parameters:
value - allowed object is OnlineResource

setType

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

Parameters:
value - allowed object is String

NASA World Wind WMS