net.opengis.ows._2
Class ContentsBaseType

java.lang.Object
  extended by net.opengis.ows._2.ContentsBaseType

public class ContentsBaseType
extends Object

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

datasetDescriptionSummary

protected List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary

otherSource

protected List<MetadataType> otherSource
Constructor Detail

ContentsBaseType

public ContentsBaseType()
Method Detail

getDatasetDescriptionSummary

public List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
Unordered set of summary descriptions for the datasets available from this OWS server. This set shall be included unless another source is referenced and all this metadata is available from that source.Gets the value of the datasetDescriptionSummary property.

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


isSetDatasetDescriptionSummary

public boolean isSetDatasetDescriptionSummary()

unsetDatasetDescriptionSummary

public void unsetDatasetDescriptionSummary()

getOtherSource

public 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.

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


isSetOtherSource

public boolean isSetOtherSource()

unsetOtherSource

public void unsetOtherSource()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.