org.genepattern.webservice.jaxb.job
Class ANALYSISJOBINFO

java.lang.Object
  extended byjavax.xml.bind.ValidatableObject
      extended byjavax.xml.bind.MarshallableObject
          extended byjavax.xml.bind.MarshallableRootElement
              extended byorg.genepattern.webservice.jaxb.job.ANALYSISJOBINFO
All Implemented Interfaces:
javax.xml.bind.Element, javax.xml.bind.RootElement

public class ANALYSISJOBINFO
extends javax.xml.bind.MarshallableRootElement
implements javax.xml.bind.RootElement


Constructor Summary
ANALYSISJOBINFO()
           
 
Method Summary
 void deleteJOB()
           
 void emptyJOB()
           
 boolean equals(java.lang.Object ob)
           
 java.util.List getJOB()
           
 int hashCode()
           
 void marshal(javax.xml.bind.Marshaller m)
           
static javax.xml.bind.Dispatcher newDispatcher()
           
 java.lang.String toString()
           
static ANALYSISJOBINFO unmarshal(java.io.InputStream in)
           
 void unmarshal(javax.xml.bind.Unmarshaller u)
           
static ANALYSISJOBINFO unmarshal(javax.xml.marshal.XMLScanner xs)
           
static ANALYSISJOBINFO unmarshal(javax.xml.marshal.XMLScanner xs, javax.xml.bind.Dispatcher d)
           
 void validate(javax.xml.bind.Validator v)
           
 void validateThis()
           
 
Methods inherited from class javax.xml.bind.MarshallableRootElement
marshal, marshal
 
Methods inherited from class javax.xml.bind.ValidatableObject
invalidate, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.bind.RootElement
validate
 

Constructor Detail

ANALYSISJOBINFO

public ANALYSISJOBINFO()
Method Detail

getJOB

public java.util.List getJOB()

deleteJOB

public void deleteJOB()

emptyJOB

public void emptyJOB()

validateThis

public void validateThis()
                  throws javax.xml.bind.LocalValidationException
Specified by:
validateThis in interface javax.xml.bind.Element
Throws:
javax.xml.bind.LocalValidationException

validate

public void validate(javax.xml.bind.Validator v)
              throws javax.xml.bind.StructureValidationException
Throws:
javax.xml.bind.StructureValidationException

marshal

public void marshal(javax.xml.bind.Marshaller m)
             throws java.io.IOException
Throws:
java.io.IOException

unmarshal

public void unmarshal(javax.xml.bind.Unmarshaller u)
               throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

unmarshal

public static ANALYSISJOBINFO unmarshal(java.io.InputStream in)
                                 throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

unmarshal

public static ANALYSISJOBINFO unmarshal(javax.xml.marshal.XMLScanner xs)
                                 throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

unmarshal

public static ANALYSISJOBINFO unmarshal(javax.xml.marshal.XMLScanner xs,
                                        javax.xml.bind.Dispatcher d)
                                 throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

equals

public boolean equals(java.lang.Object ob)

hashCode

public int hashCode()

toString

public java.lang.String toString()

newDispatcher

public static javax.xml.bind.Dispatcher newDispatcher()


Hosted by docs.bugaco.com