public class IdentificationType extends DescriptionType
Java class for IdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentificationType">
<complexContent>
<extension base="{http://www.opengis.net/ows}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows}Identifier" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}OutputFormat" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}AvailableCRS" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<String>> |
availableCRS |
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox |
protected Identifier |
identifier |
protected List<Metadata> |
metadata |
protected List<OutputFormat> |
outputFormat |
_abstract, keywords, title| Constructor and Description |
|---|
IdentificationType()
Default no-arg constructor
|
IdentificationType(Title title,
Abstract _abstract,
List<Keywords> keywords,
Identifier identifier,
List<JAXBElement<? extends BoundingBoxType>> boundingBox,
List<OutputFormat> outputFormat,
List<JAXBElement<String>> availableCRS,
List<Metadata> metadata)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<String>> |
getAvailableCRS()
Unordered list of zero or more available coordinate reference systems.
|
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.
|
Identifier |
getIdentifier()
Optional unique identifier or name of this dataset.
|
List<Metadata> |
getMetadata()
Optional unordered list of additional metadata about this data(set).
|
List<OutputFormat> |
getOutputFormat()
Unordered list of zero or more references to data formats supported for server outputs.
|
void |
setIdentifier(Identifier value)
Sets the value of the identifier property.
|
getAbstract, getKeywords, getTitle, setAbstract, setTitleprotected Identifier identifier
protected List<JAXBElement<? extends BoundingBoxType>> boundingBox
protected List<OutputFormat> outputFormat
protected List<JAXBElement<String>> availableCRS
public IdentificationType()
public IdentificationType(Title title, Abstract _abstract, List<Keywords> keywords, Identifier identifier, List<JAXBElement<? extends BoundingBoxType>> boundingBox, List<OutputFormat> outputFormat, List<JAXBElement<String>> availableCRS, List<Metadata> metadata)
public Identifier getIdentifier()
Identifierpublic void setIdentifier(Identifier value)
value - allowed object is
Identifierpublic List<JAXBElement<? extends BoundingBoxType>> getBoundingBox()
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 boundingBox property.
For example, to add a new item, do as follows:
getBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
WGS84BoundingBox
BoundingBox
public List<OutputFormat> getOutputFormat()
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 outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
OutputFormat
public List<JAXBElement<String>> getAvailableCRS()
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 availableCRS property.
For example, to add a new item, do as follows:
getAvailableCRS().add(newItem);
Objects of the following type(s) are allowed in the list
SupportedCRS
AvailableCRS
public List<Metadata> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
Metadata
Copyright © 2016. All rights reserved.