Interface SearchResultsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SearchResultsTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AbstractRecordType>
Returns the value of the 'Abstract Record' containment reference list.FeatureMap
Returns the value of the 'Abstract Record Group' attribute list.FeatureMap
getAny()
Returns the value of the 'Any' attribute list.Returns the value of the 'Element Set' attribute.Returns the value of the 'Expires' attribute.Returns the value of the 'Next Record' attribute.Returns the value of the 'Number Of Records Matched' attribute.Returns the value of the 'Number Of Records Returned' attribute.Returns the value of the 'Record Schema' attribute.Returns the value of the 'Result Set Id' attribute.boolean
Returns whether the value of the 'Element Set
' attribute is set.void
setElementSet
(ElementSetType value) Sets the value of the 'Element Set
' attribute.void
setExpires
(Calendar value) Sets the value of the 'Expires
' attribute.void
setNextRecord
(BigInteger value) Sets the value of the 'Next Record
' attribute.void
Sets the value of the 'Number Of Records Matched
' attribute.void
Sets the value of the 'Number Of Records Returned
' attribute.void
setRecordSchema
(String value) Sets the value of the 'Record Schema
' attribute.void
setResultSetId
(String value) Sets the value of the 'Result Set Id
' attribute.void
Unsets the value of the 'Element Set
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAbstractRecordGroup
FeatureMap getAbstractRecordGroup()Returns the value of the 'Abstract Record Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Abstract Record Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Record Group' attribute list.
- See Also:
-
getAbstractRecord
EList<AbstractRecordType> getAbstractRecord()Returns the value of the 'Abstract Record' containment reference list. The list contents are of typeAbstractRecordType
.If the meaning of the 'Abstract Record' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Record' containment reference list.
- See Also:
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
getElementSet
ElementSetType getElementSet()Returns the value of the 'Element Set' attribute. The literals are from the enumerationElementSetType
.If the meaning of the 'Element Set' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Element Set' attribute.
- See Also:
-
setElementSet
Sets the value of the 'Element Set
' attribute.- Parameters:
value
- the new value of the 'Element Set' attribute.- See Also:
-
unsetElementSet
void unsetElementSet()Unsets the value of the 'Element Set
' attribute. -
isSetElementSet
boolean isSetElementSet()Returns whether the value of the 'Element Set
' attribute is set.- Returns:
- whether the value of the 'Element Set' attribute is set.
- See Also:
-
getExpires
Calendar getExpires()Returns the value of the 'Expires' attribute.If the meaning of the 'Expires' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expires' attribute.
- See Also:
-
#setExpires(XMLGregorianCalendar)
Csw20Package.getSearchResultsType_Expires()
-
setExpires
Sets the value of the 'Expires
' attribute.- Parameters:
value
- the new value of the 'Expires' attribute.- See Also:
-
getNextRecord
BigInteger getNextRecord()Returns the value of the 'Next Record' attribute.If the meaning of the 'Next Record' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Next Record' attribute.
- See Also:
-
setNextRecord
Sets the value of the 'Next Record
' attribute.- Parameters:
value
- the new value of the 'Next Record' attribute.- See Also:
-
getNumberOfRecordsMatched
BigInteger getNumberOfRecordsMatched()Returns the value of the 'Number Of Records Matched' attribute.If the meaning of the 'Number Of Records Matched' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Of Records Matched' attribute.
- See Also:
-
setNumberOfRecordsMatched
Sets the value of the 'Number Of Records Matched
' attribute.- Parameters:
value
- the new value of the 'Number Of Records Matched' attribute.- See Also:
-
getNumberOfRecordsReturned
BigInteger getNumberOfRecordsReturned()Returns the value of the 'Number Of Records Returned' attribute.If the meaning of the 'Number Of Records Returned' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Of Records Returned' attribute.
- See Also:
-
setNumberOfRecordsReturned
Sets the value of the 'Number Of Records Returned
' attribute.- Parameters:
value
- the new value of the 'Number Of Records Returned' attribute.- See Also:
-
getRecordSchema
String getRecordSchema()Returns the value of the 'Record Schema' attribute.If the meaning of the 'Record Schema' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Record Schema' attribute.
- See Also:
-
setRecordSchema
Sets the value of the 'Record Schema
' attribute.- Parameters:
value
- the new value of the 'Record Schema' attribute.- See Also:
-
getResultSetId
String getResultSetId()Returns the value of the 'Result Set Id' attribute.If the meaning of the 'Result Set Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Set Id' attribute.
- See Also:
-
setResultSetId
Sets the value of the 'Result Set Id
' attribute.- Parameters:
value
- the new value of the 'Result Set Id' attribute.- See Also:
-