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