edu.harvard.i2b2.crc.datavo.i2b2result
Class HeaderType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2result.HeaderType

public class HeaderType
extends Object

Java class for headerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="headerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String type
           
protected  BigDecimal version
           
 
Constructor Summary
HeaderType()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 BigDecimal getVersion()
          Gets the value of the version property.
 void setType(String value)
          Sets the value of the type property.
 void setVersion(BigDecimal value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected BigDecimal version

type

protected String type
Constructor Detail

HeaderType

public HeaderType()
Method Detail

getVersion

public BigDecimal getVersion()
Gets the value of the version property.

Returns:
possible object is BigDecimal

setVersion

public void setVersion(BigDecimal value)
Sets the value of the version property.

Parameters:
value - allowed object is BigDecimal

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.