|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.FeatureTypeType
public class FeatureTypeType
Classe Java pour FeatureTypeType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FeatureTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element ref="{http://www.opengis.net/wfs/2.1}Title" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs/2.1}Abstract" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Keywords" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<sequence>
<element name="DefaultCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="OtherCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<element name="NoCRS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="OutputFormats" type="{http://www.opengis.net/wfs/2.1}OutputFormatListType" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element name="MetadataURL" type="{http://www.opengis.net/wfs/2.1}MetadataURLType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ExtendedDescription" type="{http://www.opengis.net/wfs/2.1}ExtendedDescriptionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FeatureTypeType.NoCRS
Classe Java pour anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Abstract> |
_abstract
|
protected String |
defaultCRS
|
protected ExtendedDescriptionType |
extendedDescription
|
protected List<KeywordsType> |
keywords
|
protected List<MetadataURLType> |
metadataURL
|
protected QName |
name
|
protected FeatureTypeType.NoCRS |
noCRS
|
protected List<String> |
otherCRS
|
protected OutputFormatListType |
outputFormats
|
protected List<Title> |
title
|
protected List<WGS84BoundingBoxType> |
wgs84BoundingBox
|
| Constructor Summary | |
|---|---|
FeatureTypeType()
|
|
| Method Summary | |
|---|---|
List<Abstract> |
getAbstract()
Gets the value of the abstract property. |
String |
getDefaultCRS()
Obtient la valeur de la propriété defaultCRS. |
ExtendedDescriptionType |
getExtendedDescription()
Obtient la valeur de la propriété extendedDescription. |
List<KeywordsType> |
getKeywords()
Gets the value of the keywords property. |
List<MetadataURLType> |
getMetadataURL()
Gets the value of the metadataURL property. |
QName |
getName()
Obtient la valeur de la propriété name. |
FeatureTypeType.NoCRS |
getNoCRS()
Obtient la valeur de la propriété noCRS. |
List<String> |
getOtherCRS()
Gets the value of the otherCRS property. |
OutputFormatListType |
getOutputFormats()
Obtient la valeur de la propriété outputFormats. |
List<Title> |
getTitle()
Gets the value of the title property. |
List<WGS84BoundingBoxType> |
getWGS84BoundingBox()
Gets the value of the wgs84BoundingBox property. |
boolean |
isSetAbstract()
|
boolean |
isSetDefaultCRS()
|
boolean |
isSetExtendedDescription()
|
boolean |
isSetKeywords()
|
boolean |
isSetMetadataURL()
|
boolean |
isSetName()
|
boolean |
isSetNoCRS()
|
boolean |
isSetOtherCRS()
|
boolean |
isSetOutputFormats()
|
boolean |
isSetTitle()
|
boolean |
isSetWGS84BoundingBox()
|
void |
setDefaultCRS(String value)
Définit la valeur de la propriété defaultCRS. |
void |
setExtendedDescription(ExtendedDescriptionType value)
Définit la valeur de la propriété extendedDescription. |
void |
setName(QName value)
Définit la valeur de la propriété name. |
void |
setNoCRS(FeatureTypeType.NoCRS value)
Définit la valeur de la propriété noCRS. |
void |
setOutputFormats(OutputFormatListType value)
Définit la valeur de la propriété outputFormats. |
void |
unsetAbstract()
|
void |
unsetKeywords()
|
void |
unsetMetadataURL()
|
void |
unsetOtherCRS()
|
void |
unsetTitle()
|
void |
unsetWGS84BoundingBox()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName name
protected List<Title> title
protected List<Abstract> _abstract
protected List<KeywordsType> keywords
protected String defaultCRS
protected List<String> otherCRS
protected FeatureTypeType.NoCRS noCRS
protected OutputFormatListType outputFormats
protected List<WGS84BoundingBoxType> wgs84BoundingBox
protected List<MetadataURLType> metadataURL
protected ExtendedDescriptionType extendedDescription
| Constructor Detail |
|---|
public FeatureTypeType()
| Method Detail |
|---|
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic boolean isSetName()
public List<Title> getTitle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
Title
public boolean isSetTitle()
public void unsetTitle()
public List<Abstract> getAbstract()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
Abstract
public boolean isSetAbstract()
public void unsetAbstract()
public List<KeywordsType> getKeywords()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
KeywordsType
public boolean isSetKeywords()
public void unsetKeywords()
public String getDefaultCRS()
Stringpublic void setDefaultCRS(String value)
value - allowed object is
Stringpublic boolean isSetDefaultCRS()
public List<String> getOtherCRS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherCRS property.
For example, to add a new item, do as follows:
getOtherCRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOtherCRS()
public void unsetOtherCRS()
public FeatureTypeType.NoCRS getNoCRS()
FeatureTypeType.NoCRSpublic void setNoCRS(FeatureTypeType.NoCRS value)
value - allowed object is
FeatureTypeType.NoCRSpublic boolean isSetNoCRS()
public OutputFormatListType getOutputFormats()
OutputFormatListTypepublic void setOutputFormats(OutputFormatListType value)
value - allowed object is
OutputFormatListTypepublic boolean isSetOutputFormats()
public List<WGS84BoundingBoxType> getWGS84BoundingBox()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the wgs84BoundingBox property.
For example, to add a new item, do as follows:
getWGS84BoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
WGS84BoundingBoxType
public boolean isSetWGS84BoundingBox()
public void unsetWGS84BoundingBox()
public List<MetadataURLType> getMetadataURL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metadataURL property.
For example, to add a new item, do as follows:
getMetadataURL().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataURLType
public boolean isSetMetadataURL()
public void unsetMetadataURL()
public ExtendedDescriptionType getExtendedDescription()
ExtendedDescriptionTypepublic void setExtendedDescription(ExtendedDescriptionType value)
value - allowed object is
ExtendedDescriptionTypepublic boolean isSetExtendedDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||