Uses of Class
nl.b3p.csw.jaxb.csw.Constraint
-
Packages that use Constraint Package Description nl.b3p.csw.jaxb.csw -
-
Uses of Constraint in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as Constraint Modifier and Type Field Description protected ConstraintDeleteType. constraintprotected ConstraintQueryType. constraintprotected ConstraintUpdateType. constraintMethods in nl.b3p.csw.jaxb.csw that return Constraint Modifier and Type Method Description ConstraintObjectFactory. createConstraint(QueryConstraintType value)Create an instance ofConstraint}ConstraintDeleteType. getConstraint()Gets the value of the constraint property.ConstraintQueryType. getConstraint()Gets the value of the constraint property.ConstraintUpdateType. getConstraint()Gets the value of the constraint property.Methods in nl.b3p.csw.jaxb.csw with parameters of type Constraint Modifier and Type Method Description voidDeleteType. setConstraint(Constraint value)Sets the value of the constraint property.voidQueryType. setConstraint(Constraint value)Sets the value of the constraint property.voidUpdateType. setConstraint(Constraint value)Sets the value of the constraint property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type Constraint Constructor Description DeleteType(Constraint constraint, String typeName, String handle)Fully-initialising value constructorQueryType(ElementSetName elementSetName, List<QName> elementName, Constraint constraint, SortBy sortBy, List<QName> typeNames)Fully-initialising value constructorUpdateType(Object any, List<RecordProperty> recordProperty, Constraint constraint, String handle)Fully-initialising value constructor
-