public class DescriptionType extends Object
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows}Title" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}Abstract" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}Keywords" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Abstract |
_abstract |
protected List<Keywords> |
keywords |
protected Title |
title |
| Constructor and Description |
|---|
DescriptionType()
Default no-arg constructor
|
DescriptionType(Title title,
Abstract _abstract,
List<Keywords> keywords)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Abstract |
getAbstract()
Gets the value of the abstract property.
|
List<Keywords> |
getKeywords()
Gets the value of the keywords property.
|
Title |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(Abstract value)
Sets the value of the abstract property.
|
void |
setTitle(Title value)
Sets the value of the title property.
|
public Title getTitle()
Titlepublic void setTitle(Title value)
value - allowed object is
Titlepublic Abstract getAbstract()
Abstractpublic void setAbstract(Abstract value)
value - allowed object is
Abstractpublic List<Keywords> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
Keywords
Copyright © 2018 B3Partners B.V.. All rights reserved.