|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.Identifiable
public abstract class Identifiable
The ellipsoids, datums, wgs84Transformations, projections and crs's must have at least one identifier and may have more descriptive values.
Java class for _Identifiable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_Identifiable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AreaOfUse" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
id
|
protected List<JAXBElement<String>> |
nameOrVersionOrDescription
|
| Constructor Summary | |
|---|---|
Identifiable()
|
|
| Method Summary | |
|---|---|
List<String> |
getId()
Gets the value of the id property. |
List<JAXBElement<String>> |
getNameOrVersionOrDescription()
Gets the value of the nameOrVersionOrDescription property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> id
protected List<JAXBElement<String>> nameOrVersionOrDescription
| Constructor Detail |
|---|
public Identifiable()
| Method Detail |
|---|
public List<String> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<JAXBElement<String>> getNameOrVersionOrDescription()
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 nameOrVersionOrDescription property.
For example, to add a new item, do as follows:
getNameOrVersionOrDescription().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||