net.opengis.ows._2
Class BasicIdentificationType

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.BasicIdentificationType
Direct Known Subclasses:
IdentificationType, ManifestType, ReferenceGroupType

public class BasicIdentificationType
extends DescriptionType

Basic metadata identifying and describing a set of data.

Classe Java pour BasicIdentificationType complex type.

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

 <complexType name="BasicIdentificationType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}Identifier" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodeType identifier
           
protected  List<MetadataType> metadata
           
 
Fields inherited from class net.opengis.ows._2.DescriptionType
_abstract, keywords, title
 
Constructor Summary
BasicIdentificationType()
           
 
Method Summary
 CodeType getIdentifier()
          Optional unique identifier or name of this dataset.
 List<MetadataType> getMetadata()
          Optional unordered list of additional metadata about this data(set).
 boolean isSetIdentifier()
           
 boolean isSetMetadata()
           
 void setIdentifier(CodeType value)
          Définit la valeur de la propriété identifier.
 void 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

identifier

protected CodeType identifier

metadata

protected List<MetadataType> metadata
Constructor Detail

BasicIdentificationType

public BasicIdentificationType()
Method Detail

getIdentifier

public CodeType getIdentifier()
Optional unique identifier or name of this dataset.

Returns:
possible object is CodeType

setIdentifier

public void setIdentifier(CodeType value)
Définit la valeur de la propriété identifier.

Parameters:
value - allowed object is CodeType

isSetIdentifier

public boolean isSetIdentifier()

getMetadata

public List<MetadataType> getMetadata()
Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.Gets the value of the metadata 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 metadata property.

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

    getMetadata().add(newItem);
 

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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()


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