TissueInfo API 20091124110011

edu.cornell.med.icb.allen.xml
Class Avglevel

java.lang.Object
  extended by edu.cornell.med.icb.allen.xml.Avglevel
All Implemented Interfaces:
Serializable

public class Avglevel
extends Object
implements Serializable

Class Avglevel.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Avglevel()
           
 
Method Summary
 BigDecimal getContent()
          Returns the value of field 'content'.
 AvglevelTypeType getType()
          Returns the value of field 'type'.
 boolean isValid()
          Method isValid.
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setContent(BigDecimal content)
          Sets the value of field 'content'.
 void setType(AvglevelTypeType type)
          Sets the value of field 'type'.
static Avglevel unmarshal(Reader reader)
          Method unmarshal.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Avglevel

public Avglevel()
Method Detail

getContent

public BigDecimal getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage

Returns:
the value of field 'Content'.

getType

public AvglevelTypeType getType()
Returns the value of field 'type'.

Returns:
the value of field 'Type'.

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Parameters:
out -
Throws:
MarshalException - if object is null or if any SAXException is thrown during marshaling
ValidationException - if this object is an invalid instance according to the schema

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Parameters:
handler -
Throws:
IOException - if an IOException occurs during marshaling
ValidationException - if this object is an invalid instance according to the schema
MarshalException - if object is null or if any SAXException is thrown during marshaling

setContent

public void setContent(BigDecimal content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage

Parameters:
content - the value of field 'content'.

setType

public void setType(AvglevelTypeType type)
Sets the value of field 'type'.

Parameters:
type - the value of field 'type'.

unmarshal

public static Avglevel unmarshal(Reader reader)
                          throws MarshalException,
                                 ValidationException
Method unmarshal.

Parameters:
reader -
Returns:
the unmarshaled edu.cornell.med.icb.allen.xml.Avgleve
Throws:
MarshalException - if object is null or if any SAXException is thrown during marshaling
ValidationException - if this object is an invalid instance according to the schema

validate

public void validate()
              throws ValidationException
Throws:
ValidationException - if this object is an invalid instance according to the schema

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.