Uses of Class
nl.b3p.csw.jaxb.ows.Abstract
-
Packages that use Abstract Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Abstract in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as Abstract Modifier and Type Field Description protected AbstractDescriptionType. _abstractMethods in nl.b3p.csw.jaxb.ows that return Abstract Modifier and Type Method Description AbstractObjectFactory. createAbstract(String value)Create an instance ofAbstract}AbstractDescriptionType. getAbstract()Gets the value of the abstract property.Methods in nl.b3p.csw.jaxb.ows with parameters of type Abstract Modifier and Type Method Description voidDescriptionType. setAbstract(Abstract value)Sets the value of the abstract property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type Abstract 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
-