org.tolven.trim
Class Application

java.lang.Object
  extended by org.tolven.trim.Application
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationEx

public class Application
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

Application

public Application()
Method Detail

getInstance

public java.lang.String getInstance()
Gets the value of the instance property.

Returns:
possible object is String

setInstance

public void setInstance(java.lang.String value)
Sets the value of the instance property.

Parameters:
value - allowed object is String

getWip

public java.lang.String getWip()
Gets the value of the wip property.

Returns:
possible object is String

setWip

public void setWip(java.lang.String value)
Sets the value of the wip property.

Parameters:
value - allowed object is String

getMenus

public java.util.List<AppMenu> getMenus()
Gets the value of the menus property.

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


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSignatureRequired

public boolean isSignatureRequired()
Gets the value of the signatureRequired property.

Returns:
possible object is Boolean

setSignatureRequired

public void setSignatureRequired(java.lang.Boolean value)
Sets the value of the signatureRequired property.

Parameters:
value - allowed object is Boolean