Class RunTestSuccess

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class RunTestSuccess
    extends java.lang.Object
    implements com.sforce.ws.bind.XMLizable
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Summary

      Constructors 
      Constructor Description
      RunTestSuccess()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getMethodName()  
      java.lang.String getName()  
      java.lang.String getNamespace()  
      boolean getSeeAllData()  
      double getTime()  
      boolean isSeeAllData()  
      void load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void setId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setId​(java.lang.String id)  
      protected void setMethodName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setMethodName​(java.lang.String methodName)  
      protected void setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setName​(java.lang.String name)  
      protected void setNamespace​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setNamespace​(java.lang.String namespace)  
      void setSeeAllData​(boolean seeAllData)  
      protected void setSeeAllData​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      void setTime​(double time)  
      protected void setTime​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)  
      java.lang.String toString()  
      void write​(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)  
      protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RunTestSuccess

        public RunTestSuccess()
        Constructor
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • setId

        protected void setId​(com.sforce.ws.parser.XmlInputStream __in,
                             com.sforce.ws.bind.TypeMapper __typeMapper)
                      throws java.io.IOException,
                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getMethodName

        public java.lang.String getMethodName()
      • setMethodName

        public void setMethodName​(java.lang.String methodName)
      • setMethodName

        protected void setMethodName​(com.sforce.ws.parser.XmlInputStream __in,
                                     com.sforce.ws.bind.TypeMapper __typeMapper)
                              throws java.io.IOException,
                                     com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • setName

        protected void setName​(com.sforce.ws.parser.XmlInputStream __in,
                               com.sforce.ws.bind.TypeMapper __typeMapper)
                        throws java.io.IOException,
                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getNamespace

        public java.lang.String getNamespace()
      • setNamespace

        public void setNamespace​(java.lang.String namespace)
      • setNamespace

        protected void setNamespace​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getSeeAllData

        public boolean getSeeAllData()
      • isSeeAllData

        public boolean isSeeAllData()
      • setSeeAllData

        public void setSeeAllData​(boolean seeAllData)
      • setSeeAllData

        protected void setSeeAllData​(com.sforce.ws.parser.XmlInputStream __in,
                                     com.sforce.ws.bind.TypeMapper __typeMapper)
                              throws java.io.IOException,
                                     com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getTime

        public double getTime()
      • setTime

        public void setTime​(double time)
      • setTime

        protected void setTime​(com.sforce.ws.parser.XmlInputStream __in,
                               com.sforce.ws.bind.TypeMapper __typeMapper)
                        throws java.io.IOException,
                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object