net.opengis.ows._2
Class ManifestType

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.BasicIdentificationType
          extended by net.opengis.ows._2.ManifestType

public class ManifestType
extends BasicIdentificationType

Unordered list of one or more groups of references to remote and/or local resources.

Classe Java pour ManifestType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ManifestType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}BasicIdentificationType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}ReferenceGroup" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ReferenceGroupType> referenceGroup
           
 
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
ManifestType()
           
 
Method Summary
 List<ReferenceGroupType> getReferenceGroup()
          Gets the value of the referenceGroup property.
 boolean isSetReferenceGroup()
           
 void unsetReferenceGroup()
           
 
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

referenceGroup

protected List<ReferenceGroupType> referenceGroup
Constructor Detail

ManifestType

public ManifestType()
Method Detail

getReferenceGroup

public List<ReferenceGroupType> getReferenceGroup()
Gets the value of the referenceGroup 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 referenceGroup property.

For example, to add a new item, do as follows:

    getReferenceGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list ReferenceGroupType


isSetReferenceGroup

public boolean isSetReferenceGroup()

unsetReferenceGroup

public void unsetReferenceGroup()


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