Uses of Class
nl.b3p.csw.jaxb.csw.AbstractRecordType
-
Packages that use AbstractRecordType Package Description nl.b3p.csw.jaxb.csw -
-
Uses of AbstractRecordType in nl.b3p.csw.jaxb.csw
Subclasses of AbstractRecordType in nl.b3p.csw.jaxb.csw Modifier and Type Class Description classBriefRecordTypeThis type defines a brief representation of the common record format.classDCMIRecordTypeThis type encapsulates all of the standard DCMI metadata terms, including the Dublin Core refinements; these terms may be mapped to the profile-specific information model.classRecordTypeThis type extends DCMIRecordType to add ows:BoundingBox; it may be used to specify a spatial envelope for the catalogued resource.classSummaryRecordTypeThis type defines a summary representation of the common record format.Fields in nl.b3p.csw.jaxb.csw with type parameters of type AbstractRecordType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractRecordType>>GetRecordByIdResponseType. abstractRecordprotected List<javax.xml.bind.JAXBElement<? extends AbstractRecordType>>SearchResultsType. abstractRecordMethods in nl.b3p.csw.jaxb.csw that return types with arguments of type AbstractRecordType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractRecordType>>GetRecordByIdResponseType. getAbstractRecord()Gets the value of the abstractRecord property.List<javax.xml.bind.JAXBElement<? extends AbstractRecordType>>SearchResultsType. getAbstractRecord()Gets the value of the abstractRecord property.Methods in nl.b3p.csw.jaxb.csw with parameters of type AbstractRecordType Modifier and Type Method Description AbstractRecordObjectFactory. createAbstractRecord(AbstractRecordType value)Create an instance ofAbstractRecord}Constructors in nl.b3p.csw.jaxb.csw with parameters of type AbstractRecordType Constructor Description AbstractRecord(AbstractRecordType value)Constructor parameters in nl.b3p.csw.jaxb.csw with type arguments of type AbstractRecordType Constructor Description GetRecordByIdResponseType(List<javax.xml.bind.JAXBElement<? extends AbstractRecordType>> abstractRecord, List<Element> any)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
-