edu.harvard.i2b2.crc.datavo.i2b2message
Class ApplicationType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.ApplicationType

public class ApplicationType
extends Object

Java class for applicationType complex type.

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

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


Field Summary
protected  String applicationName
           
protected  String applicationVersion
           
 
Constructor Summary
ApplicationType()
           
 
Method Summary
 String getApplicationName()
          Gets the value of the applicationName property.
 String getApplicationVersion()
          Gets the value of the applicationVersion property.
 void setApplicationName(String value)
          Sets the value of the applicationName property.
 void setApplicationVersion(String value)
          Sets the value of the applicationVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationName

protected String applicationName

applicationVersion

protected String applicationVersion
Constructor Detail

ApplicationType

public ApplicationType()
Method Detail

getApplicationName

public String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

setApplicationName

public void setApplicationName(String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

getApplicationVersion

public String getApplicationVersion()
Gets the value of the applicationVersion property.

Returns:
possible object is String

setApplicationVersion

public void setApplicationVersion(String value)
Sets the value of the applicationVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.