Class DeleteDocumentRequest

  • All Implemented Interfaces:
    Serializable

    public class DeleteDocumentRequest
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="documentReference" type="{http://www.iknowbase.com/ws/iknowbase-1}documentReferenceType"/>
             <element name="externalEntity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="deleteMode" type="{http://www.iknowbase.com/ws/iknowbase-1}deleteModes"/>
             <element name="eventMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteDocumentRequest

        public DeleteDocumentRequest()
        Default no-arg constructor
    • Method Detail

      • getExternalEntity

        public String getExternalEntity()
        Gets the value of the externalEntity property.
        Returns:
        possible object is String
      • setExternalEntity

        public void setExternalEntity​(String value)
        Sets the value of the externalEntity property.
        Parameters:
        value - allowed object is String
      • getDeleteMode

        public DeleteModes getDeleteMode()
        Gets the value of the deleteMode property.
        Returns:
        possible object is DeleteModes
      • setDeleteMode

        public void setDeleteMode​(DeleteModes value)
        Sets the value of the deleteMode property.
        Parameters:
        value - allowed object is DeleteModes
      • getEventMode

        public String getEventMode()
        Gets the value of the eventMode property.
        Returns:
        possible object is String
      • setEventMode

        public void setEventMode​(String value)
        Sets the value of the eventMode property.
        Parameters:
        value - allowed object is String
      • getUser

        public String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

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