|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
public abstract class AbstractGMLType
All complexContent GML elements are directly or indirectly derived from this abstract supertype to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry. Elements in this hierarchy may have an ID and are thus referenceable.
Java class for AbstractGMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGMLType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected StringOrRefType |
description
|
protected java.lang.String |
id
|
protected java.util.List<MetaDataPropertyType> |
metaDataProperty
|
protected java.util.List<javax.xml.bind.JAXBElement<CodeType>> |
name
|
| Constructor Summary | |
|---|---|
AbstractGMLType()
|
|
| Method Summary | |
|---|---|
StringOrRefType |
getDescription()
Gets the value of the description property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<MetaDataPropertyType> |
getMetaDataProperty()
Gets the value of the metaDataProperty property. |
java.util.List<javax.xml.bind.JAXBElement<CodeType>> |
getName()
Multiple names may be provided. |
void |
setDescription(StringOrRefType value)
Sets the value of the description property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<MetaDataPropertyType> metaDataProperty
protected StringOrRefType description
protected java.util.List<javax.xml.bind.JAXBElement<CodeType>> name
protected java.lang.String id
| Constructor Detail |
|---|
public AbstractGMLType()
| Method Detail |
|---|
public java.util.List<MetaDataPropertyType> getMetaDataProperty()
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 metaDataProperty property.
For example, to add a new item, do as follows:
getMetaDataProperty().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataPropertyType
public StringOrRefType getDescription()
StringOrRefTypepublic void setDescription(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic java.util.List<javax.xml.bind.JAXBElement<CodeType>> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
JAXBElement<CodeType>
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||