Class GetDocumentRequest

  • All Implemented Interfaces:
    Serializable

    public class GetDocumentRequest
    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="getContent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="getAttributeMode" type="{http://www.iknowbase.com/ws/iknowbase-1}getModes"/>
             <element name="getDocumentMode" type="{http://www.iknowbase.com/ws/iknowbase-1}getModes"/>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • getContent

        protected boolean getContent
      • getAttributeMode

        protected GetModes getAttributeMode
      • getDocumentMode

        protected GetModes getDocumentMode
    • Constructor Detail

      • GetDocumentRequest

        public GetDocumentRequest()
        Default no-arg constructor
      • GetDocumentRequest

        public GetDocumentRequest​(DocumentReferenceType documentReference,
                                  boolean getContent,
                                  GetModes getAttributeMode,
                                  GetModes getDocumentMode,
                                  String user)
        Fully-initialising value constructor
    • Method Detail

      • isGetContent

        public boolean isGetContent()
        Gets the value of the getContent property.
      • setGetContent

        public void setGetContent​(boolean value)
        Sets the value of the getContent property.
      • getGetAttributeMode

        public GetModes getGetAttributeMode()
        Gets the value of the getAttributeMode property.
        Returns:
        possible object is GetModes
      • setGetAttributeMode

        public void setGetAttributeMode​(GetModes value)
        Sets the value of the getAttributeMode property.
        Parameters:
        value - allowed object is GetModes
      • getGetDocumentMode

        public GetModes getGetDocumentMode()
        Gets the value of the getDocumentMode property.
        Returns:
        possible object is GetModes
      • setGetDocumentMode

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