org.genepattern.webservice.jaxb.parameter
Class ANALYSISPARAMETERS

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

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


Constructor Summary
ANALYSISPARAMETERS()
           
 
Method Summary
 void deletePARAMETER()
           
 void emptyPARAMETER()
           
 boolean equals(java.lang.Object ob)
           
 java.util.List getPARAMETER()
           
 int hashCode()
           
 void marshal(javax.xml.bind.Marshaller m)
           
static javax.xml.bind.Dispatcher newDispatcher()
           
 java.lang.String toString()
           
static ANALYSISPARAMETERS unmarshal(java.io.InputStream in)
           
 void unmarshal(javax.xml.bind.Unmarshaller u)
           
static ANALYSISPARAMETERS unmarshal(javax.xml.marshal.XMLScanner xs)
           
static ANALYSISPARAMETERS 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

ANALYSISPARAMETERS

public ANALYSISPARAMETERS()
Method Detail

getPARAMETER

public java.util.List getPARAMETER()

deletePARAMETER

public void deletePARAMETER()

emptyPARAMETER

public void emptyPARAMETER()

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 ANALYSISPARAMETERS unmarshal(java.io.InputStream in)
                                    throws javax.xml.bind.UnmarshalException
Throws:
javax.xml.bind.UnmarshalException

unmarshal

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

unmarshal

public static ANALYSISPARAMETERS 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()