Package nl.b3p.csw.jaxb.csw
Class DeleteType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.DeleteType
-
public class DeleteType extends Object
Deletes one or more catalogue items that satisfy some set of conditions.Java class for DeleteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/cat/csw/2.0.2}Constraint"/> </sequence> <attribute name="typeName" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Constraintconstraintprotected Stringhandleprotected StringtypeName
-
Constructor Summary
Constructors Constructor Description DeleteType()Default no-arg constructorDeleteType(Constraint constraint, String typeName, String handle)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintgetConstraint()Gets the value of the constraint property.StringgetHandle()Gets the value of the handle property.StringgetTypeName()Gets the value of the typeName property.voidsetConstraint(Constraint value)Sets the value of the constraint property.voidsetHandle(String value)Sets the value of the handle property.voidsetTypeName(String value)Sets the value of the typeName property.
-
-
-
Field Detail
-
constraint
protected Constraint constraint
-
typeName
protected String typeName
-
handle
protected String handle
-
-
Constructor Detail
-
DeleteType
public DeleteType()
Default no-arg constructor
-
DeleteType
public DeleteType(Constraint constraint, String typeName, String handle)
Fully-initialising value constructor
-
-
Method Detail
-
getConstraint
public Constraint getConstraint()
Gets the value of the constraint property.- Returns:
- possible object is
Constraint
-
setConstraint
public void setConstraint(Constraint value)
Sets the value of the constraint property.- Parameters:
value- allowed object isConstraint
-
getTypeName
public String getTypeName()
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
public void setTypeName(String value)
Sets the value of the typeName property.- Parameters:
value- allowed object isString
-
getHandle
public String getHandle()
Gets the value of the handle property.- Returns:
- possible object is
String
-
-