|
||||||||||
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 class for IdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the version property. |
boolean |
isSetName()
|
boolean |
isSetRemarks()
|
boolean |
isSetVersion()
|
void |
setName(javax.xml.bind.JAXBElement<CodeType> value)
Sets the value of the name property. |
void |
setRemarks(StringOrRefType value)
Sets the value of the remarks property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
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 |