public class SearchResultsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
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 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<Object> |
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() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<JAXBElement<? extends AbstractRecordType>> |
getAbstractRecord()
Gets the value of the abstractRecord property.
|
List<Object> |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetAbstractRecord() |
boolean |
isSetAny() |
boolean |
isSetElementSet() |
boolean |
isSetExpires() |
boolean |
isSetNextRecord() |
boolean |
isSetNumberOfRecordsMatched() |
boolean |
isSetNumberOfRecordsReturned() |
boolean |
isSetRecordSchema() |
boolean |
isSetResultSetId() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setAbstractRecord(List<JAXBElement<? extends AbstractRecordType>> value) |
void |
setAny(List<Object> value) |
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.
|
String |
toString() |
void |
unsetAbstractRecord() |
void |
unsetAny() |
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 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
JAXBElement<DCMIRecordType>
JAXBElement<SummaryRecordType>
JAXBElement<BriefRecordType>
JAXBElement<RecordType>
JAXBElement<AbstractRecordType>
public boolean isSetAbstractRecord()
public void unsetAbstractRecord()
public List<Object> 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
Object
public boolean isSetAny()
public void unsetAny()
public String getResultSetId()
Stringpublic void setResultSetId(String value)
value - allowed object is
Stringpublic boolean isSetResultSetId()
public ElementSetType getElementSet()
ElementSetTypepublic void setElementSet(ElementSetType value)
value - allowed object is
ElementSetTypepublic boolean isSetElementSet()
public String getRecordSchema()
Stringpublic void setRecordSchema(String value)
value - allowed object is
Stringpublic boolean isSetRecordSchema()
public BigInteger getNumberOfRecordsMatched()
BigIntegerpublic void setNumberOfRecordsMatched(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumberOfRecordsMatched()
public BigInteger getNumberOfRecordsReturned()
BigIntegerpublic void setNumberOfRecordsReturned(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumberOfRecordsReturned()
public BigInteger getNextRecord()
BigIntegerpublic void setNextRecord(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNextRecord()
public XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpires()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void setAbstractRecord(List<JAXBElement<? extends AbstractRecordType>> value)
This work is licensed under a Creative Commons Attribution 4.0 International License.