public class BriefRecordType extends AbstractRecordType
Java class for BriefRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BriefRecordType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecordType">
<sequence>
<element ref="{http://purl.org/dc/elements/1.1/}identifier" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/elements/1.1/}title" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/elements/1.1/}type" 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<JAXBElement<? extends BoundingBoxType>> |
boundingBox |
protected List<JAXBElement<SimpleLiteral>> |
identifier |
protected List<JAXBElement<SimpleLiteral>> |
title |
protected Type |
type |
| Constructor and Description |
|---|
BriefRecordType()
Default no-arg constructor
|
BriefRecordType(List<JAXBElement<SimpleLiteral>> identifier,
List<JAXBElement<SimpleLiteral>> title,
Type type,
List<JAXBElement<? extends BoundingBoxType>> boundingBox)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Gets the value of the boundingBox property.
|
List<JAXBElement<SimpleLiteral>> |
getIdentifier()
Gets the value of the identifier property.
|
List<JAXBElement<SimpleLiteral>> |
getTitle()
Gets the value of the title property.
|
Type |
getType()
Gets the value of the type property.
|
void |
setType(Type value)
Sets the value of the type property.
|
protected List<JAXBElement<SimpleLiteral>> identifier
protected List<JAXBElement<SimpleLiteral>> title
protected Type type
protected List<JAXBElement<? extends BoundingBoxType>> boundingBox
public BriefRecordType()
public BriefRecordType(List<JAXBElement<SimpleLiteral>> identifier, List<JAXBElement<SimpleLiteral>> title, Type type, List<JAXBElement<? extends BoundingBoxType>> boundingBox)
public List<JAXBElement<SimpleLiteral>> getIdentifier()
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 identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
BibliographicCitation
Identifier
public List<JAXBElement<SimpleLiteral>> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
Alternative
Title
public void setType(Type value)
value - allowed object is
Typepublic 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.