Class 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>
     
    • 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 is Constraint
      • 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 is String
      • getHandle

        public String getHandle()
        Gets the value of the handle property.
        Returns:
        possible object is String
      • setHandle

        public void setHandle​(String value)
        Sets the value of the handle property.
        Parameters:
        value - allowed object is String