Uses of Class
nl.b3p.csw.jaxb.ows.Keywords
-
Packages that use Keywords Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Keywords in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type Keywords Modifier and Type Field Description protected List<Keywords>DescriptionType. keywordsMethods in nl.b3p.csw.jaxb.ows that return Keywords Modifier and Type Method Description KeywordsObjectFactory. createKeywords(KeywordsType value)Create an instance ofKeywords}Methods in nl.b3p.csw.jaxb.ows that return types with arguments of type Keywords Modifier and Type Method Description List<Keywords>DescriptionType. getKeywords()Gets the value of the keywords property.Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type Keywords Constructor Description DescriptionType(Title title, Abstract _abstract, List<Keywords> keywords)Fully-initialising value constructorIdentificationType(Title title, Abstract _abstract, List<Keywords> keywords, Identifier identifier, List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> boundingBox, List<OutputFormat> outputFormat, List<javax.xml.bind.JAXBElement<String>> availableCRS, List<Metadata> metadata)Fully-initialising value constructorServiceIdentification(Title title, Abstract _abstract, List<Keywords> keywords, CodeType serviceType, List<String> serviceTypeVersion, Fees fees, List<AccessConstraints> accessConstraints)Fully-initialising value constructor
-