public class DeleteType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Constraint |
constraint |
protected String |
handle |
protected String |
typeName |
| Constructor and Description |
|---|
DeleteType()
Default no-arg constructor
|
DeleteType(Constraint constraint,
String typeName,
String handle)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getConstraint()
Gets the value of the constraint property.
|
String |
getHandle()
Gets the value of the handle property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
void |
setConstraint(Constraint value)
Sets the value of the constraint property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
protected Constraint constraint
protected String typeName
protected String handle
public DeleteType()
public DeleteType(Constraint constraint, String typeName, String handle)
public Constraint getConstraint()
Constraintpublic void setConstraint(Constraint value)
value - allowed object is
Constraintpublic String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
Stringpublic String getHandle()
StringCopyright © 2019 B3Partners B.V.. All rights reserved.