|
||||||||||
| 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.EntityDomainType
public class EntityDomainType
Java class for entityDomainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityDomainType">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityDomainTypeKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="entityDomains" type="{http://inex.ejb.match.mirth.com/}entityDomain" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.util.List<EntityDomain> |
entityDomains
|
protected java.lang.Integer |
entityDomainTypeKey
|
protected java.lang.String |
identifier
|
protected java.lang.String |
label
|
| Constructor Summary | |
|---|---|
EntityDomainType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<EntityDomain> |
getEntityDomains()
Gets the value of the entityDomains property. |
java.lang.Integer |
getEntityDomainTypeKey()
Gets the value of the entityDomainTypeKey property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEntityDomainTypeKey(java.lang.Integer value)
Sets the value of the entityDomainTypeKey property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setLabel(java.lang.String value)
Sets the value of the label 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 description
protected java.lang.Integer entityDomainTypeKey
protected java.util.List<EntityDomain> entityDomains
protected java.lang.String identifier
protected java.lang.String label
| Constructor Detail |
|---|
public EntityDomainType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getEntityDomainTypeKey()
Integerpublic void setEntityDomainTypeKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<EntityDomain> getEntityDomains()
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 entityDomains property.
For example, to add a new item, do as follows:
getEntityDomains().add(newItem);
Objects of the following type(s) are allowed in the list
EntityDomain
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||