Class SaveDocumentRequest

  • All Implemented Interfaces:
    Serializable

    public class SaveDocumentRequest
    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="document" type="{http://www.iknowbase.com/ws/iknowbase-1}documentType"/>
             <element name="externalEntity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="versionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="versionComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="external" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="saveMode" type="{http://www.iknowbase.com/ws/iknowbase-1}saveModes"/>
             <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
    • Field Detail

      • externalEntity

        protected String externalEntity
      • versionType

        protected String versionType
      • versionComment

        protected String versionComment
      • external

        protected boolean external
      • eventMode

        protected String eventMode
    • Constructor Detail

      • SaveDocumentRequest

        public SaveDocumentRequest()
        Default no-arg constructor
      • SaveDocumentRequest

        public SaveDocumentRequest​(DocumentType document,
                                   String externalEntity,
                                   String versionType,
                                   String versionComment,
                                   boolean external,
                                   SaveModes saveMode,
                                   String eventMode,
                                   String user)
        Fully-initialising value constructor
    • Method Detail

      • getDocument

        public DocumentType getDocument()
        Gets the value of the document property.
        Returns:
        possible object is DocumentType
      • setDocument

        public void setDocument​(DocumentType value)
        Sets the value of the document property.
        Parameters:
        value - allowed object is DocumentType
      • 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
      • getVersionType

        public String getVersionType()
        Gets the value of the versionType property.
        Returns:
        possible object is String
      • setVersionType

        public void setVersionType​(String value)
        Sets the value of the versionType property.
        Parameters:
        value - allowed object is String
      • getVersionComment

        public String getVersionComment()
        Gets the value of the versionComment property.
        Returns:
        possible object is String
      • setVersionComment

        public void setVersionComment​(String value)
        Sets the value of the versionComment property.
        Parameters:
        value - allowed object is String
      • isExternal

        public boolean isExternal()
        Gets the value of the external property.
      • setExternal

        public void setExternal​(boolean value)
        Sets the value of the external property.
      • getSaveMode

        public SaveModes getSaveMode()
        Gets the value of the saveMode property.
        Returns:
        possible object is SaveModes
      • setSaveMode

        public void setSaveMode​(SaveModes value)
        Sets the value of the saveMode property.
        Parameters:
        value - allowed object is SaveModes
      • 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