public class RecordType extends DCMIRecordType
Java class for RecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}DCMIRecordType">
<sequence>
<element name="AnyText" type="{http://www.opengis.net/cat/csw/2.0.2}EmptyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EmptyType> |
anyText |
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox |
dcElement| Constructor and Description |
|---|
RecordType()
Default no-arg constructor
|
RecordType(List<JAXBElement<SimpleLiteral>> dcElement,
List<EmptyType> anyText,
List<JAXBElement<? extends BoundingBoxType>> boundingBox)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<EmptyType> |
getAnyText()
Gets the value of the anyText property.
|
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Gets the value of the boundingBox property.
|
getDCElementprotected List<JAXBElement<? extends BoundingBoxType>> boundingBox
public RecordType()
public RecordType(List<JAXBElement<SimpleLiteral>> dcElement, List<EmptyType> anyText, List<JAXBElement<? extends BoundingBoxType>> boundingBox)
public List<EmptyType> getAnyText()
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 anyText property.
For example, to add a new item, do as follows:
getAnyText().add(newItem);
Objects of the following type(s) are allowed in the list
EmptyType
public 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
Copyright © 2018 B3Partners B.V.. All rights reserved.