net.opengis.gml
Class IdentifierType

java.lang.Object
  extended by net.opengis.gml.IdentifierType

public class IdentifierType
extends Object

An identification of a CRS object. The first use of the IdentifierType for an object, if any, is normally the primary identification code, and any others are aliases.

Classe Java pour IdentifierType complex type.

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

 <complexType name="IdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}name"/>
         <element ref="{http://www.opengis.net/gml}version" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<CodeType> name
           
protected  StringOrRefType remarks
           
protected  String version
           
 
Constructor Summary
IdentifierType()
           
 
Method Summary
 JAXBElement<CodeType> getName()
          The code or name for this Identifier, often from a controlled list or pattern defined by a code space.
 StringOrRefType getRemarks()
          Remarks about this code or alias.
 String getVersion()
          Obtient la valeur de la propriété version.
 boolean isSetName()
           
 boolean isSetRemarks()
           
 boolean isSetVersion()
           
 void setName(JAXBElement<CodeType> value)
          Définit la valeur de la propriété name.
 void setRemarks(StringOrRefType value)
          Définit la valeur de la propriété remarks.
 void setVersion(String value)
          Définit la valeur de la propriété version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected JAXBElement<CodeType> name

version

protected String version

remarks

protected StringOrRefType remarks
Constructor Detail

IdentifierType

public IdentifierType()
Method Detail

getName

public JAXBElement<CodeType> getName()
The code or name for this Identifier, often from a controlled list or pattern defined by a code space. The optional codeSpace attribute is normally included to identify or reference a code space within which one or more codes are defined. This code space is often defined by some authority organization, where one organization may define multiple code spaces. The range and format of each Code Space identifier is defined by that code space authority. Information about that code space authority can be included as metaDataProperty elements which are optionally allowed in all CRS objects.

Returns:
possible object is JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType>

setName

public void setName(JAXBElement<CodeType> value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType> JAXBElement<CodeType>

isSetName

public boolean isSetName()

getVersion

public String getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getRemarks

public StringOrRefType getRemarks()
Remarks about this code or alias.

Returns:
possible object is StringOrRefType

setRemarks

public void setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()


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