|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.URLType
public class URLType
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 |
|---|
protected OnlineResourceType onlineResource
protected BigInteger width
protected BigInteger height
protected String format
protected String charset
| Constructor Detail |
|---|
public URLType()
| Method Detail |
|---|
public OnlineResourceType getOnlineResource()
OnlineResourceTypepublic void setOnlineResource(OnlineResourceType value)
value - allowed object is
OnlineResourceTypepublic 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()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public String getCharset()
Stringpublic void setCharset(String value)
value - allowed object is
Stringpublic boolean isSetCharset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||