Class GetDocumentResponse

  • All Implemented Interfaces:
    Serializable

    public class GetDocumentResponse
    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 ref="{http://www.iknowbase.com/ws/iknowbase-2}document" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • GetDocumentResponse

        public GetDocumentResponse()
        Default no-arg constructor
      • GetDocumentResponse

        public GetDocumentResponse​(Document document)
        Fully-initialising value constructor
    • Method Detail

      • getDocument

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

        public void setDocument​(Document value)
        Sets the value of the document property.
        Parameters:
        value - allowed object is Document