public class SummaryRecordType extends AbstractRecordType
Java class for SummaryRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SummaryRecordType">
<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://purl.org/dc/elements/1.1/}subject" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}format" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/elements/1.1/}relation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}modified" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}abstract" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://purl.org/dc/terms/}spatial" 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<Abstract> |
_abstract |
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox |
protected List<JAXBElement<SimpleLiteral>> |
format |
protected List<JAXBElement<SimpleLiteral>> |
identifier |
protected List<Modified> |
modified |
protected List<JAXBElement<SimpleLiteral>> |
relation |
protected List<Spatial> |
spatial |
protected List<Subject> |
subject |
protected List<JAXBElement<SimpleLiteral>> |
title |
protected Type |
type |
| Constructor and Description |
|---|
SummaryRecordType()
Default no-arg constructor
|
SummaryRecordType(List<JAXBElement<SimpleLiteral>> identifier,
List<JAXBElement<SimpleLiteral>> title,
Type type,
List<Subject> subject,
List<JAXBElement<SimpleLiteral>> format,
List<JAXBElement<SimpleLiteral>> relation,
List<Modified> modified,
List<Abstract> _abstract,
List<Spatial> spatial,
List<JAXBElement<? extends BoundingBoxType>> boundingBox)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Abstract> |
getAbstract()
Gets the value of the abstract property.
|
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Gets the value of the boundingBox property.
|
List<JAXBElement<SimpleLiteral>> |
getFormat()
Gets the value of the format property.
|
List<JAXBElement<SimpleLiteral>> |
getIdentifier()
Gets the value of the identifier property.
|
List<Modified> |
getModified()
Gets the value of the modified property.
|
List<JAXBElement<SimpleLiteral>> |
getRelation()
Gets the value of the relation property.
|
List<Spatial> |
getSpatial()
Gets the value of the spatial property.
|
List<Subject> |
getSubject()
Gets the value of the subject 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<SimpleLiteral>> format
protected List<JAXBElement<SimpleLiteral>> relation
protected List<JAXBElement<? extends BoundingBoxType>> boundingBox
public SummaryRecordType()
public SummaryRecordType(List<JAXBElement<SimpleLiteral>> identifier, List<JAXBElement<SimpleLiteral>> title, Type type, List<Subject> subject, List<JAXBElement<SimpleLiteral>> format, List<JAXBElement<SimpleLiteral>> relation, List<Modified> modified, List<Abstract> _abstract, List<Spatial> spatial, 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<Subject> getSubject()
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 subject property.
For example, to add a new item, do as follows:
getSubject().add(newItem);
Objects of the following type(s) are allowed in the list
Subject
public List<JAXBElement<SimpleLiteral>> getFormat()
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 format property.
For example, to add a new item, do as follows:
getFormat().add(newItem);
Objects of the following type(s) are allowed in the list
Medium
Extent
Format
public List<JAXBElement<SimpleLiteral>> getRelation()
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 relation property.
For example, to add a new item, do as follows:
getRelation().add(newItem);
Objects of the following type(s) are allowed in the list
Requires
HasFormat
IsReplacedBy
Replaces
IsRequiredBy
ConformsTo
References
HasVersion
IsReferencedBy
IsPartOf
IsFormatOf
HasPart
Relation
IsVersionOf
public List<Modified> getModified()
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 modified property.
For example, to add a new item, do as follows:
getModified().add(newItem);
Objects of the following type(s) are allowed in the list
Modified
public List<Abstract> getAbstract()
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 abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
Abstract
public List<Spatial> getSpatial()
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 spatial property.
For example, to add a new item, do as follows:
getSpatial().add(newItem);
Objects of the following type(s) are allowed in the list
Spatial
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 © 2019 B3Partners B.V.. All rights reserved.