|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.trim.Application
public class Application
An entry in this list indicates that the Trim be made available as a top-level, free-standing trim to the named application. A trim is not required to be top-level. for example, a history and physical may be composed of a number of trim elements that never occur stand-alone. A systolic BP might be such an example because it is a component of a blood pressure Trim. However, a Blood Pressure trim, which often occurs as part of a Vital Signs Trim may also be instantiated on its own.
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="wip" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="menu" type="{urn:tolven-org:trim:4.0}AppMenu" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}Name" />
<attribute name="signatureRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Application()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInstance()
Gets the value of the instance property. |
java.util.List<AppMenu> |
getMenus()
Gets the value of the menus property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getWip()
Gets the value of the wip property. |
boolean |
isSignatureRequired()
Gets the value of the signatureRequired property. |
void |
setInstance(java.lang.String value)
Sets the value of the instance property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSignatureRequired(java.lang.Boolean value)
Sets the value of the signatureRequired property. |
void |
setWip(java.lang.String value)
Sets the value of the wip property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public java.lang.String getInstance()
Stringpublic void setInstance(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWip()
Stringpublic void setWip(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<AppMenu> getMenus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the menus property.
For example, to add a new item, do as follows:
getMenus().add(newItem);
Objects of the following type(s) are allowed in the list
AppMenu
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSignatureRequired()
Booleanpublic void setSignatureRequired(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||