Uses of Class
nl.b3p.csw.jaxb.ows.Identifier
-
Packages that use Identifier Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Identifier in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as Identifier Modifier and Type Field Description protected IdentifierIdentificationType. identifierMethods in nl.b3p.csw.jaxb.ows that return Identifier Modifier and Type Method Description IdentifierObjectFactory. createIdentifier(CodeType value)Create an instance ofIdentifier}IdentifierIdentificationType. getIdentifier()Optional unique identifier or name of this dataset.Methods in nl.b3p.csw.jaxb.ows with parameters of type Identifier Modifier and Type Method Description voidIdentificationType. setIdentifier(Identifier value)Sets the value of the identifier property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type Identifier Constructor Description IdentificationType(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 constructor
-