|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.StatusGroup
public class StatusGroup
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 |
---|
protected java.lang.String entityName
protected java.lang.Integer statusGroupKey
protected java.util.List<Status> statuses
Constructor Detail |
---|
public StatusGroup()
Method Detail |
---|
public java.lang.String getEntityName()
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getStatusGroupKey()
Integer
public void setStatusGroupKey(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.List<Status> getStatuses()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |