Uses of Class
nl.b3p.csw.jaxb.csw.ElementSetType
-
Packages that use ElementSetType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of ElementSetType in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as ElementSetType Modifier and Type Field Description protected ElementSetTypeSearchResultsType. elementSetprotected ElementSetTypeElementSetNameType. valueMethods in nl.b3p.csw.jaxb.csw that return ElementSetType Modifier and Type Method Description static ElementSetTypeElementSetType. fromValue(String v)ElementSetTypeSearchResultsType. getElementSet()Gets the value of the elementSet property.ElementSetTypeElementSetNameType. getValue()Named subsets of catalogue object properties; these views are mapped to a specific information model and are defined in an application profile.static ElementSetTypeElementSetType. 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.Methods in nl.b3p.csw.jaxb.csw with parameters of type ElementSetType Modifier and Type Method Description voidSearchResultsType. setElementSet(ElementSetType value)Sets the value of the elementSet property.voidElementSetNameType. setValue(ElementSetType value)Sets the value of the value property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type ElementSetType Constructor Description ElementSetNameType(ElementSetType value, List<QName> typeNames)Fully-initialising value constructorSearchResultsType(List<javax.xml.bind.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
-