net.opengis.sld._1_2
Class OutputType

java.lang.Object
  extended by net.opengis.sld._1_2.OutputType

public class OutputType
extends Object

Classe Java pour OutputType complex type.

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

 <complexType name="OutputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Size">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Width" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                   <element name="Height" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
                   <element name="PixelSize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.opengis.net/wms}Format"/>
         <element name="Transparent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BGcolor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OutputType.Size
          Classe Java pour anonymous complex type.
 
Field Summary
protected  String bGcolor
           
protected  String format
           
protected  OutputType.Size size
           
protected  Boolean transparent
           
 
Constructor Summary
OutputType()
           
 
Method Summary
 String getBGcolor()
          Obtient la valeur de la propriété bGcolor.
 String getFormat()
          Obtient la valeur de la propriété format.
 OutputType.Size getSize()
          Obtient la valeur de la propriété size.
 boolean isSetBGcolor()
           
 boolean isSetFormat()
           
 boolean isSetSize()
           
 boolean isSetTransparent()
           
 Boolean isTransparent()
          Obtient la valeur de la propriété transparent.
 void setBGcolor(String value)
          Définit la valeur de la propriété bGcolor.
 void setFormat(String value)
          Définit la valeur de la propriété format.
 void setSize(OutputType.Size value)
          Définit la valeur de la propriété size.
 void setTransparent(Boolean value)
          Définit la valeur de la propriété transparent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

protected OutputType.Size size

format

protected String format

transparent

protected Boolean transparent

bGcolor

protected String bGcolor
Constructor Detail

OutputType

public OutputType()
Method Detail

getSize

public OutputType.Size getSize()
Obtient la valeur de la propriété size.

Returns:
possible object is OutputType.Size

setSize

public void setSize(OutputType.Size value)
Définit la valeur de la propriété size.

Parameters:
value - allowed object is OutputType.Size

isSetSize

public boolean isSetSize()

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

isTransparent

public Boolean isTransparent()
Obtient la valeur de la propriété transparent.

Returns:
possible object is Boolean

setTransparent

public void setTransparent(Boolean value)
Définit la valeur de la propriété transparent.

Parameters:
value - allowed object is Boolean

isSetTransparent

public boolean isSetTransparent()

getBGcolor

public String getBGcolor()
Obtient la valeur de la propriété bGcolor.

Returns:
possible object is String

setBGcolor

public void setBGcolor(String value)
Définit la valeur de la propriété bGcolor.

Parameters:
value - allowed object is String

isSetBGcolor

public boolean isSetBGcolor()


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