|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.ApplicationType
public class ApplicationType
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 |
|---|
protected String applicationName
protected String applicationVersion
| Constructor Detail |
|---|
public ApplicationType()
| Method Detail |
|---|
public String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getApplicationVersion()
Stringpublic void setApplicationVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||