public class SearchResultsType extends Object
Java class for SearchResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecord" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="resultSetId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="elementSet" type="{http://www.opengis.net/cat/csw/2.0.2}ElementSetType" />
<attribute name="recordSchema" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="numberOfRecordsMatched" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="numberOfRecordsReturned" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="nextRecord" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractRecordType>> |
abstractRecord |
protected List<Element> |
any |
protected ElementSetType |
elementSet |
protected XMLGregorianCalendar |
expires |
protected BigInteger |
nextRecord |
protected BigInteger |
numberOfRecordsMatched |
protected BigInteger |
numberOfRecordsReturned |
protected String |
recordSchema |
protected String |
resultSetId |
| Constructor and Description |
|---|
SearchResultsType()
Default no-arg constructor
|
SearchResultsType(List<JAXBElement<? extends AbstractRecordType>> abstractRecord,
List<Element> any,
String resultSetId,
ElementSetType elementSet,
String recordSchema,
BigInteger numberOfRecordsMatched,
BigInteger numberOfRecordsReturned,
BigInteger nextRecord,
XMLGregorianCalendar expires)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractRecordType>> |
getAbstractRecord()
Gets the value of the abstractRecord property.
|
List<Element> |
getAny()
Gets the value of the any property.
|
ElementSetType |
getElementSet()
Gets the value of the elementSet property.
|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
BigInteger |
getNextRecord()
Gets the value of the nextRecord property.
|
BigInteger |
getNumberOfRecordsMatched()
Gets the value of the numberOfRecordsMatched property.
|
BigInteger |
getNumberOfRecordsReturned()
Gets the value of the numberOfRecordsReturned property.
|
String |
getRecordSchema()
Gets the value of the recordSchema property.
|
String |
getResultSetId()
Gets the value of the resultSetId property.
|
void |
setElementSet(ElementSetType value)
Sets the value of the elementSet property.
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setNextRecord(BigInteger value)
Sets the value of the nextRecord property.
|
void |
setNumberOfRecordsMatched(BigInteger value)
Sets the value of the numberOfRecordsMatched property.
|
void |
setNumberOfRecordsReturned(BigInteger value)
Sets the value of the numberOfRecordsReturned property.
|
void |
setRecordSchema(String value)
Sets the value of the recordSchema property.
|
void |
setResultSetId(String value)
Sets the value of the resultSetId property.
|
protected List<JAXBElement<? extends AbstractRecordType>> abstractRecord
protected String resultSetId
protected ElementSetType elementSet
protected String recordSchema
protected BigInteger numberOfRecordsMatched
protected BigInteger numberOfRecordsReturned
protected BigInteger nextRecord
protected XMLGregorianCalendar expires
public SearchResultsType()
public SearchResultsType(List<JAXBElement<? extends AbstractRecordType>> abstractRecord, List<Element> any, String resultSetId, ElementSetType elementSet, String recordSchema, BigInteger numberOfRecordsMatched, BigInteger numberOfRecordsReturned, BigInteger nextRecord, XMLGregorianCalendar expires)
public List<JAXBElement<? extends AbstractRecordType>> getAbstractRecord()
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 abstractRecord property.
For example, to add a new item, do as follows:
getAbstractRecord().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractRecord
SummaryRecord
BriefRecord
DCMIRecord
Record
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public String getResultSetId()
Stringpublic void setResultSetId(String value)
value - allowed object is
Stringpublic ElementSetType getElementSet()
ElementSetTypepublic void setElementSet(ElementSetType value)
value - allowed object is
ElementSetTypepublic String getRecordSchema()
Stringpublic void setRecordSchema(String value)
value - allowed object is
Stringpublic BigInteger getNumberOfRecordsMatched()
BigIntegerpublic void setNumberOfRecordsMatched(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumberOfRecordsReturned()
BigIntegerpublic void setNumberOfRecordsReturned(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNextRecord()
BigIntegerpublic void setNextRecord(BigInteger value)
value - allowed object is
BigIntegerpublic XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020 B3Partners B.V.. All rights reserved.