|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.DescriptionType
net.opengis.ows._2.BasicIdentificationType
net.opengis.ows._2.IdentificationType
net.opengis.ows_context.AbstractResourceType
public abstract class AbstractResourceType
Classe Java pour AbstractResourceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractResourceType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}IdentificationType">
<sequence>
<element name="DataURL" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
<element name="MetadataURL" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}MinScaleDenominator" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}MaxScaleDenominator" minOccurs="0"/>
<element name="Extension" type="{http://www.opengis.net/ows-context}ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
<attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}decimal" default="1" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected URLType |
dataURL
|
protected ExtensionType |
extension
|
protected String |
group
|
protected Boolean |
hidden
|
protected String |
id
|
protected Double |
maxScaleDenominator
|
protected URLType |
metadataURL
|
protected Double |
minScaleDenominator
|
protected String |
name
|
protected BigDecimal |
opacity
|
| Fields inherited from class net.opengis.ows._2.IdentificationType |
|---|
availableCRS, boundingBox, outputFormat |
| Fields inherited from class net.opengis.ows._2.BasicIdentificationType |
|---|
identifier, metadata |
| Fields inherited from class net.opengis.ows._2.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
AbstractResourceType()
|
|
| Method Summary | |
|---|---|
URLType |
getDataURL()
Obtient la valeur de la propriété dataURL. |
ExtensionType |
getExtension()
Obtient la valeur de la propriété extension. |
String |
getGroup()
Obtient la valeur de la propriété group. |
String |
getId()
Obtient la valeur de la propriété id. |
Double |
getMaxScaleDenominator()
Obtient la valeur de la propriété maxScaleDenominator. |
URLType |
getMetadataURL()
Obtient la valeur de la propriété metadataURL. |
Double |
getMinScaleDenominator()
Obtient la valeur de la propriété minScaleDenominator. |
String |
getName()
Obtient la valeur de la propriété name. |
BigDecimal |
getOpacity()
Obtient la valeur de la propriété opacity. |
boolean |
isHidden()
Obtient la valeur de la propriété hidden. |
boolean |
isSetDataURL()
|
boolean |
isSetExtension()
|
boolean |
isSetGroup()
|
boolean |
isSetHidden()
|
boolean |
isSetId()
|
boolean |
isSetMaxScaleDenominator()
|
boolean |
isSetMetadataURL()
|
boolean |
isSetMinScaleDenominator()
|
boolean |
isSetName()
|
boolean |
isSetOpacity()
|
void |
setDataURL(URLType value)
Définit la valeur de la propriété dataURL. |
void |
setExtension(ExtensionType value)
Définit la valeur de la propriété extension. |
void |
setGroup(String value)
Définit la valeur de la propriété group. |
void |
setHidden(boolean value)
Définit la valeur de la propriété hidden. |
void |
setId(String value)
Définit la valeur de la propriété id. |
void |
setMaxScaleDenominator(Double value)
Définit la valeur de la propriété maxScaleDenominator. |
void |
setMetadataURL(URLType value)
Définit la valeur de la propriété metadataURL. |
void |
setMinScaleDenominator(Double value)
Définit la valeur de la propriété minScaleDenominator. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setOpacity(BigDecimal value)
Définit la valeur de la propriété opacity. |
void |
unsetHidden()
|
| Methods inherited from class net.opengis.ows._2.IdentificationType |
|---|
getAvailableCRS, getBoundingBox, getOutputFormat, isSetAvailableCRS, isSetBoundingBox, isSetOutputFormat, unsetAvailableCRS, unsetBoundingBox, unsetOutputFormat |
| Methods inherited from class net.opengis.ows._2.BasicIdentificationType |
|---|
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, unsetMetadata |
| Methods inherited from class net.opengis.ows._2.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected URLType dataURL
protected URLType metadataURL
protected Double minScaleDenominator
protected Double maxScaleDenominator
protected ExtensionType extension
protected String name
protected String id
protected String group
protected Boolean hidden
protected BigDecimal opacity
| Constructor Detail |
|---|
public AbstractResourceType()
| Method Detail |
|---|
public URLType getDataURL()
URLTypepublic void setDataURL(URLType value)
value - allowed object is
URLTypepublic boolean isSetDataURL()
public URLType getMetadataURL()
URLTypepublic void setMetadataURL(URLType value)
value - allowed object is
URLTypepublic boolean isSetMetadataURL()
public Double getMinScaleDenominator()
Doublepublic void setMinScaleDenominator(Double value)
value - allowed object is
Doublepublic boolean isSetMinScaleDenominator()
public Double getMaxScaleDenominator()
Doublepublic void setMaxScaleDenominator(Double value)
value - allowed object is
Doublepublic boolean isSetMaxScaleDenominator()
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic boolean isSetExtension()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic boolean isSetGroup()
public boolean isHidden()
Booleanpublic void setHidden(boolean value)
value - allowed object is
Booleanpublic boolean isSetHidden()
public void unsetHidden()
public BigDecimal getOpacity()
BigDecimalpublic void setOpacity(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetOpacity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||