net.opengis.ows_context
Class URLType

java.lang.Object
  extended by net.opengis.ows_context.URLType

public class URLType
extends Object

Classe Java pour URLType complex type.

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

 <complexType name="URLType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OnlineResource" type="{http://www.opengis.net/ows-context}OnlineResourceType"/>
       </sequence>
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String charset
           
protected  String format
           
protected  BigInteger height
           
protected  OnlineResourceType onlineResource
           
protected  BigInteger width
           
 
Constructor Summary
URLType()
           
 
Method Summary
 String getCharset()
          Obtient la valeur de la propriété charset.
 String getFormat()
          Obtient la valeur de la propriété format.
 BigInteger getHeight()
          Obtient la valeur de la propriété height.
 OnlineResourceType getOnlineResource()
          Obtient la valeur de la propriété onlineResource.
 BigInteger getWidth()
          Obtient la valeur de la propriété width.
 boolean isSetCharset()
           
 boolean isSetFormat()
           
 boolean isSetHeight()
           
 boolean isSetOnlineResource()
           
 boolean isSetWidth()
           
 void setCharset(String value)
          Définit la valeur de la propriété charset.
 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(OnlineResourceType 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

onlineResource

protected OnlineResourceType onlineResource

width

protected BigInteger width

height

protected BigInteger height

format

protected String format

charset

protected String charset
Constructor Detail

URLType

public URLType()
Method Detail

getOnlineResource

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

Returns:
possible object is OnlineResourceType

setOnlineResource

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

Parameters:
value - allowed object is OnlineResourceType

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()

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()

getCharset

public String getCharset()
Obtient la valeur de la propriété charset.

Returns:
possible object is String

setCharset

public void setCharset(String value)
Définit la valeur de la propriété charset.

Parameters:
value - allowed object is String

isSetCharset

public boolean isSetCharset()


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