net.opengis.ows._2
Class ReferenceGroupType

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

public class ReferenceGroupType
extends BasicIdentificationType

Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group.

Classe Java pour ReferenceGroupType complex type.

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

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


Field Summary
protected  List<JAXBElement<? extends AbstractReferenceBaseType>> abstractReferenceBase
           
 
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
ReferenceGroupType()
           
 
Method Summary
 List<JAXBElement<? extends AbstractReferenceBaseType>> getAbstractReferenceBase()
          Gets the value of the abstractReferenceBase property.
 boolean isSetAbstractReferenceBase()
           
 void unsetAbstractReferenceBase()
           
 
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

abstractReferenceBase

protected List<JAXBElement<? extends AbstractReferenceBaseType>> abstractReferenceBase
Constructor Detail

ReferenceGroupType

public ReferenceGroupType()
Method Detail

getAbstractReferenceBase

public List<JAXBElement<? extends AbstractReferenceBaseType>> getAbstractReferenceBase()
Gets the value of the abstractReferenceBase 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 abstractReferenceBase property.

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

    getAbstractReferenceBase().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ServiceReferenceType> JAXBElement<AbstractReferenceBaseType> JAXBElement<ReferenceType>


isSetAbstractReferenceBase

public boolean isSetAbstractReferenceBase()

unsetAbstractReferenceBase

public void unsetAbstractReferenceBase()


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