|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.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.
Java-Klasse für IdentifierType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Constructor Summary | |
---|---|
IdentifierType()
|
Method Summary | |
---|---|
javax.xml.bind.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. |
java.lang.String |
getVersion()
Ruft den Wert der version-Eigenschaft ab. |
boolean |
isSetName()
|
boolean |
isSetRemarks()
|
boolean |
isSetVersion()
|
void |
setName(javax.xml.bind.JAXBElement<CodeType> value)
Legt den Wert der name-Eigenschaft fest. |
void |
setRemarks(StringOrRefType value)
Legt den Wert der remarks-Eigenschaft fest. |
void |
setVersion(java.lang.String value)
Legt den Wert der version-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentifierType()
Method Detail |
---|
public javax.xml.bind.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(javax.xml.bind.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 java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public boolean isSetVersion()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |