Uses of Class
nl.b3p.csw.jaxb.filter.AbstractIdType
-
Packages that use AbstractIdType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of AbstractIdType in nl.b3p.csw.jaxb.filter
Subclasses of AbstractIdType in nl.b3p.csw.jaxb.filter Modifier and Type Class Description classFeatureIdTypeJava class for FeatureIdType complex type.classGmlObjectIdTypeJava class for GmlObjectIdType complex type.Fields in nl.b3p.csw.jaxb.filter with type parameters of type AbstractIdType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractIdType>>FilterType. abstractIdMethods in nl.b3p.csw.jaxb.filter that return types with arguments of type AbstractIdType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractIdType>>FilterType. getAbstractId()Gets the value of the abstractId property.Methods in nl.b3p.csw.jaxb.filter with parameters of type AbstractIdType Modifier and Type Method Description AbstractIdObjectFactory. createAbstractId(AbstractIdType value)Create an instance ofAbstractId}Constructors in nl.b3p.csw.jaxb.filter with parameters of type AbstractIdType Constructor Description AbstractId(AbstractIdType value)Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type AbstractIdType Constructor Description FilterType(javax.xml.bind.JAXBElement<? extends SpatialOpsType> spatialOps, javax.xml.bind.JAXBElement<? extends ComparisonOpsType> comparisonOps, javax.xml.bind.JAXBElement<? extends LogicOpsType> logicOps, List<javax.xml.bind.JAXBElement<? extends AbstractIdType>> abstractId)Fully-initialising value constructor
-