NASA World Wind WMS

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

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

public class LogoURL
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="height" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String format
           
protected  BigInteger height
           
protected  OnlineResource onlineResource
           
protected  BigInteger width
           
 
Constructor Summary
LogoURL()
           
 
Method Summary
 String getFormat()
          Gets the value of the format property.
 BigInteger getHeight()
          Gets the value of the height property.
 OnlineResource getOnlineResource()
          Gets the value of the onlineResource property.
 BigInteger getWidth()
          Gets the value of the width property.
 void setFormat(String value)
          Sets the value of the format property.
 void setHeight(BigInteger value)
          Sets the value of the height property.
 void setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 void setWidth(BigInteger value)
          Sets the value of the width 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

height

protected BigInteger height

onlineResource

protected OnlineResource onlineResource

width

protected BigInteger width
Constructor Detail

LogoURL

public LogoURL()
Method Detail

getFormat

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

Returns:
possible object is String

getHeight

public BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

getOnlineResource

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

Returns:
possible object is OnlineResource

getWidth

public BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setFormat

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

Parameters:
value - allowed object is String

setHeight

public void setHeight(BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

setOnlineResource

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

Parameters:
value - allowed object is OnlineResource

setWidth

public void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

NASA World Wind WMS