|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.OutputType
public class OutputType
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 |
|---|
protected OutputType.Size size
protected String format
protected Boolean transparent
protected String bGcolor
| Constructor Detail |
|---|
public OutputType()
| Method Detail |
|---|
public OutputType.Size getSize()
OutputType.Sizepublic void setSize(OutputType.Size value)
value - allowed object is
OutputType.Sizepublic boolean isSetSize()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public Boolean isTransparent()
Booleanpublic void setTransparent(Boolean value)
value - allowed object is
Booleanpublic boolean isSetTransparent()
public String getBGcolor()
Stringpublic void setBGcolor(String value)
value - allowed object is
Stringpublic boolean isSetBGcolor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||