|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.LegendURL
public class LegendURL
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 | |
|---|---|
LegendURL()
|
|
| 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 |
|---|
protected String format
protected OnlineResource onlineResource
protected BigInteger width
protected BigInteger height
| Constructor Detail |
|---|
public LegendURL()
| Method Detail |
|---|
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic boolean isSetOnlineResource()
public BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetWidth()
public BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||