|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.IdentifierType
public class IdentifierType
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 |
|---|
protected JAXBElement<CodeType> name
protected String version
protected StringOrRefType remarks
| Constructor Detail |
|---|
public IdentifierType()
| Method Detail |
|---|
public JAXBElement<CodeType> getName()
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>public void setName(JAXBElement<CodeType> value)
value - allowed object is
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>public boolean isSetName()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||