net.opengis.wms
Class LogoURL

java.lang.Object
  extended by net.opengis.wms.LogoURL

public class LogoURL
extends Object

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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="width" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="height" 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()
          Obtient la valeur de la propriété format.
 BigInteger getHeight()
          Obtient la valeur de la propriété height.
 OnlineResource getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 BigInteger getWidth()
          Obtient la valeur de la propriété width.
 boolean isSetFormat()
           
 boolean isSetHeight()
           
 boolean isSetOnlineResource()
           
 boolean isSetWidth()
           
 void setFormat(String value)
          Définit la valeur de la propriété format.
 void setHeight(BigInteger value)
          Définit la valeur de la propriété height.
 void setOnlineResource(OnlineResource value)
          Définit la valeur de la propriété onlineResource.
 void setWidth(BigInteger value)
          Définit la valeur de la propriété width.
 
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

width

protected BigInteger width

height

protected BigInteger height
Constructor Detail

LogoURL

public LogoURL()
Method Detail

getFormat

public String getFormat()
Obtient la valeur de la propriété format.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Définit la valeur de la propriété format.

Parameters:
value - allowed object is String

isSetFormat

public boolean isSetFormat()

getOnlineResource

public OnlineResource getOnlineResource()
Obtient la valeur de la propriété onlineResource.

Returns:
possible object is OnlineResource

setOnlineResource

public void setOnlineResource(OnlineResource value)
Définit la valeur de la propriété onlineResource.

Parameters:
value - allowed object is OnlineResource

isSetOnlineResource

public boolean isSetOnlineResource()

getWidth

public BigInteger getWidth()
Obtient la valeur de la propriété width.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Définit la valeur de la propriété width.

Parameters:
value - allowed object is BigInteger

isSetWidth

public boolean isSetWidth()

getHeight

public BigInteger getHeight()
Obtient la valeur de la propriété height.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Définit la valeur de la propriété height.

Parameters:
value - allowed object is BigInteger

isSetHeight

public boolean isSetHeight()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.