caBIO API

gov.nih.nci.caBIO.util.das
Class DasTypesGff

java.lang.Object
  |
  +--javax.xml.bind.ValidatableObject
        |
        +--javax.xml.bind.MarshallableObject
              |
              +--gov.nih.nci.caBIO.util.das.DasTypesGff
All Implemented Interfaces:
javax.xml.bind.Element

public class DasTypesGff
extends javax.xml.bind.MarshallableObject
implements javax.xml.bind.Element

A generic class representing an unmarshalled object from an XML DAS server reply. This class has been auto-generated from the DAS DTD's using the Sun JAXB "xjc" tool. This object is the "Genetic file format" section of a types result search from a DAS Server

Version:
$Revision: 1.1 $
Author:
Core Team

Constructor Summary
DasTypesGff()
           
 
Method Summary
 boolean equals(java.lang.Object ob)
          Auto-generated Comarison method for this object.
 java.lang.String getHref()
          Auto-generated Return the Href of this GFF
 DasTypesSegment getSEGMENT()
          Auto-generated Return the segment of this GFF
 java.lang.String getSummary()
          Auto-generated Return the summary of this GFF
 java.lang.String getVersion()
          Auto-generated Return the version of this GFF
 int hashCode()
          Auto-generated Hashcode generator
 void marshal(javax.xml.bind.Marshaller m)
          Auto-generated XML marshalling method for this object
static javax.xml.bind.Dispatcher newDispatcher()
          Auto-generated XML marshall/unmarshall utility
 void setHref(java.lang.String _Href)
          Auto-generated Sets the Href of this GFF
 void setSEGMENT(DasTypesSegment _SEGMENT)
          Auto-generated Sets the segment of this GFF
 void setSummary(java.lang.String _Summary)
          Auto-generated Sets the summary of this GFF
 void setVersion(java.lang.String _Version)
          Auto-generated Sets the version of this GFF
 java.lang.String toString()
          Auto-generated Generate a string representation for this object.
static DasTypesGff unmarshal(java.io.InputStream in)
          Auto-generated XML unmarshalling method for this object
 void unmarshal(javax.xml.bind.Unmarshaller u)
          Auto-generated XML unmarshalling method for this object
static DasTypesGff unmarshal(javax.xml.marshal.XMLScanner xs)
          Auto-generated XML unmarshalling method for this object
static DasTypesGff unmarshal(javax.xml.marshal.XMLScanner xs, javax.xml.bind.Dispatcher d)
          Auto-generated XML unmarshalling method for this object
 void validate(javax.xml.bind.Validator v)
          Auto-generated XML validation method used during marshall/unmarshalling of this object.
 void validateThis()
          Auto-generated XML validation method used during marshall/unmarshalling of this object.
 
Methods inherited from class javax.xml.bind.ValidatableObject
invalidate, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DasTypesGff

public DasTypesGff()
Method Detail

getVersion

public java.lang.String getVersion()
Auto-generated Return the version of this GFF
Returns:
GFF version

setVersion

public void setVersion(java.lang.String _Version)
Auto-generated Sets the version of this GFF
Parameters:
_Version - Gff version

getSummary

public java.lang.String getSummary()
Auto-generated Return the summary of this GFF
Returns:
GFF summary

setSummary

public void setSummary(java.lang.String _Summary)
Auto-generated Sets the summary of this GFF
Parameters:
_Summary - Gff Summary

getHref

public java.lang.String getHref()
Auto-generated Return the Href of this GFF
Returns:
Gff Href

setHref

public void setHref(java.lang.String _Href)
Auto-generated Sets the Href of this GFF
Parameters:
_Href - Gff Href

getSEGMENT

public DasTypesSegment getSEGMENT()
Auto-generated Return the segment of this GFF
Returns:
Gff Segment

setSEGMENT

public void setSEGMENT(DasTypesSegment _SEGMENT)
Auto-generated Sets the segment of this GFF
Parameters:
_SEGMENT - Gff Segment

validateThis

public void validateThis()
                  throws javax.xml.bind.LocalValidationException
Auto-generated XML validation method used during marshall/unmarshalling of this object.
Specified by:
validateThis in interface javax.xml.bind.Element
Overrides:
validateThis in class javax.xml.bind.ValidatableObject

validate

public void validate(javax.xml.bind.Validator v)
              throws javax.xml.bind.StructureValidationException
Auto-generated XML validation method used during marshall/unmarshalling of this object.
Overrides:
validate in class javax.xml.bind.ValidatableObject

marshal

public void marshal(javax.xml.bind.Marshaller m)
             throws java.io.IOException
Auto-generated XML marshalling method for this object
Overrides:
marshal in class javax.xml.bind.MarshallableObject

unmarshal

public void unmarshal(javax.xml.bind.Unmarshaller u)
               throws javax.xml.bind.UnmarshalException
Auto-generated XML unmarshalling method for this object
Overrides:
unmarshal in class javax.xml.bind.MarshallableObject

unmarshal

public static DasTypesGff unmarshal(java.io.InputStream in)
                             throws javax.xml.bind.UnmarshalException
Auto-generated XML unmarshalling method for this object

unmarshal

public static DasTypesGff unmarshal(javax.xml.marshal.XMLScanner xs)
                             throws javax.xml.bind.UnmarshalException
Auto-generated XML unmarshalling method for this object

unmarshal

public static DasTypesGff unmarshal(javax.xml.marshal.XMLScanner xs,
                                    javax.xml.bind.Dispatcher d)
                             throws javax.xml.bind.UnmarshalException
Auto-generated XML unmarshalling method for this object

equals

public boolean equals(java.lang.Object ob)
Auto-generated Comarison method for this object.
Overrides:
equals in class java.lang.Object
Parameters:
ob - Object to compare with
Returns:
true if this object is equivalent to passed in object

hashCode

public int hashCode()
Auto-generated Hashcode generator
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Auto-generated Generate a string representation for this object.
Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object

newDispatcher

public static javax.xml.bind.Dispatcher newDispatcher()
Auto-generated XML marshall/unmarshall utility

caBIO API

caBIO Infrastructure     caBIO