|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.ContentsBaseType
public class ContentsBaseType
Contents of typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use to include the specific metadata needed.
Classe Java pour ContentsBaseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ContentsBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}DatasetDescriptionSummary" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}OtherSource" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DatasetDescriptionSummaryBaseType> |
datasetDescriptionSummary
|
protected List<MetadataType> |
otherSource
|
| Constructor Summary | |
|---|---|
ContentsBaseType()
|
|
| Method Summary | |
|---|---|
List<DatasetDescriptionSummaryBaseType> |
getDatasetDescriptionSummary()
Unordered set of summary descriptions for the datasets available from this OWS server. |
List<MetadataType> |
getOtherSource()
Unordered set of references to other sources of metadata describing the coverage offerings available from this server.Gets the value of the otherSource property. |
boolean |
isSetDatasetDescriptionSummary()
|
boolean |
isSetOtherSource()
|
void |
unsetDatasetDescriptionSummary()
|
void |
unsetOtherSource()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
protected List<MetadataType> otherSource
| Constructor Detail |
|---|
public ContentsBaseType()
| Method Detail |
|---|
public List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
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 datasetDescriptionSummary property.
For example, to add a new item, do as follows:
getDatasetDescriptionSummary().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetDescriptionSummaryBaseType
public boolean isSetDatasetDescriptionSummary()
public void unsetDatasetDescriptionSummary()
public List<MetadataType> getOtherSource()
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 otherSource property.
For example, to add a new item, do as follows:
getOtherSource().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataType
public boolean isSetOtherSource()
public void unsetOtherSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||