com.mirth.match.ejb.inex
Class StatusGroup

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.StatusGroup

public class StatusGroup
extends KanaEntity

Java class for statusGroup complex type.

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

 <complexType name="statusGroup">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statusGroupKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="statuses" type="{http://inex.ejb.match.mirth.com/}status" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String entityName
           
protected  java.util.List<Status> statuses
           
protected  java.lang.Integer statusGroupKey
           
 
Constructor Summary
StatusGroup()
           
 
Method Summary
 java.lang.String getEntityName()
          Gets the value of the entityName property.
 java.util.List<Status> getStatuses()
          Gets the value of the statuses property.
 java.lang.Integer getStatusGroupKey()
          Gets the value of the statusGroupKey property.
 void setEntityName(java.lang.String value)
          Sets the value of the entityName property.
 void setStatusGroupKey(java.lang.Integer value)
          Sets the value of the statusGroupKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityName

protected java.lang.String entityName

statusGroupKey

protected java.lang.Integer statusGroupKey

statuses

protected java.util.List<Status> statuses
Constructor Detail

StatusGroup

public StatusGroup()
Method Detail

getEntityName

public java.lang.String getEntityName()
Gets the value of the entityName property.

Returns:
possible object is String

setEntityName

public void setEntityName(java.lang.String value)
Sets the value of the entityName property.

Parameters:
value - allowed object is String

getStatusGroupKey

public java.lang.Integer getStatusGroupKey()
Gets the value of the statusGroupKey property.

Returns:
possible object is Integer

setStatusGroupKey

public void setStatusGroupKey(java.lang.Integer value)
Sets the value of the statusGroupKey property.

Parameters:
value - allowed object is Integer

getStatuses

public java.util.List<Status> getStatuses()
Gets the value of the statuses 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 statuses property.

For example, to add a new item, do as follows:

    getStatuses().add(newItem);
 

Objects of the following type(s) are allowed in the list Status



Copyright © 2011 Mirth Corp. All Rights Reserved.