| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.csw |
| Modifier and Type | Field and Description |
|---|---|
protected ElementSetType |
SearchResultsType.elementSet |
protected ElementSetType |
ElementSetNameType.value |
| Modifier and Type | Method and Description |
|---|---|
static ElementSetType |
ElementSetType.fromValue(String v) |
ElementSetType |
SearchResultsType.getElementSet()
Gets the value of the elementSet property.
|
ElementSetType |
ElementSetNameType.getValue()
Named subsets of catalogue object properties; these
views are mapped to a specific information model and
are defined in an application profile.
|
static ElementSetType |
ElementSetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementSetType[] |
ElementSetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultsType.setElementSet(ElementSetType value)
Sets the value of the elementSet property.
|
void |
ElementSetNameType.setValue(ElementSetType value)
Sets the value of the value property.
|
| Constructor and Description |
|---|
ElementSetNameType(ElementSetType value,
List<QName> typeNames)
Fully-initialising value 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
|
Copyright © 2016. All rights reserved.