public class ElementSetNameType extends Object
Java class for ElementSetNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementSetNameType">
<simpleContent>
<extension base="<http://www.opengis.net/cat/csw/2.0.2>ElementSetType">
<attribute name="typeNames" type="{http://www.opengis.net/cat/csw/2.0.2}TypeNameListType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<QName> |
typeNames |
protected ElementSetType |
value |
| Constructor and Description |
|---|
ElementSetNameType()
Default no-arg constructor
|
ElementSetNameType(ElementSetType value,
List<QName> typeNames)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<QName> |
getTypeNames()
Gets the value of the typeNames property.
|
ElementSetType |
getValue()
Named subsets of catalogue object properties; these
views are mapped to a specific information model and
are defined in an application profile.
|
void |
setValue(ElementSetType value)
Sets the value of the value property.
|
protected ElementSetType value
public ElementSetNameType()
public ElementSetNameType(ElementSetType value, List<QName> typeNames)
public ElementSetType getValue()
ElementSetTypepublic void setValue(ElementSetType value)
value - allowed object is
ElementSetTypepublic List<QName> getTypeNames()
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 typeNames property.
For example, to add a new item, do as follows:
getTypeNames().add(newItem);
Objects of the following type(s) are allowed in the list
QName
Copyright © 2020 B3Partners B.V.. All rights reserved.