net.opengis.ows._2
Class ReferenceGroupType
java.lang.Object
net.opengis.ows._2.DescriptionType
net.opengis.ows._2.BasicIdentificationType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
abstractReferenceBase
protected List<JAXBElement<? extends AbstractReferenceBaseType>> abstractReferenceBase
ReferenceGroupType
public ReferenceGroupType()
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.