Uses of Class
nl.b3p.csw.jaxb.ows.Title
-
Packages that use Title Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Title in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as Title Modifier and Type Field Description protected TitleDescriptionType. titleMethods in nl.b3p.csw.jaxb.ows that return Title Modifier and Type Method Description TitleObjectFactory. createTitle(String value)Create an instance ofTitle}TitleDescriptionType. getTitle()Gets the value of the title property.Methods in nl.b3p.csw.jaxb.ows with parameters of type Title Modifier and Type Method Description voidDescriptionType. setTitle(Title value)Sets the value of the title property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type Title 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
-