|
||||||||||
| 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.EntityTypeTrait
public class EntityTypeTrait
Java class for entityTypeTrait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityTypeTrait">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
<element name="entityType" type="{http://inex.ejb.match.mirth.com/}entityType" minOccurs="0"/>
<element name="entityTypeTraitId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="trait" type="{http://inex.ejb.match.mirth.com/}trait" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EntityDomain |
entityDomain
|
protected EntityType |
entityType
|
protected java.lang.Integer |
entityTypeTraitId
|
protected boolean |
mandatory
|
protected java.lang.Integer |
sortOrder
|
protected Trait |
trait
|
| Constructor Summary | |
|---|---|
EntityTypeTrait()
|
|
| Method Summary | |
|---|---|
EntityDomain |
getEntityDomain()
Gets the value of the entityDomain property. |
EntityType |
getEntityType()
Gets the value of the entityType property. |
java.lang.Integer |
getEntityTypeTraitId()
Gets the value of the entityTypeTraitId property. |
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property. |
Trait |
getTrait()
Gets the value of the trait property. |
boolean |
isMandatory()
Gets the value of the mandatory property. |
void |
setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property. |
void |
setEntityType(EntityType value)
Sets the value of the entityType property. |
void |
setEntityTypeTraitId(java.lang.Integer value)
Sets the value of the entityTypeTraitId property. |
void |
setMandatory(boolean value)
Sets the value of the mandatory property. |
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property. |
void |
setTrait(Trait value)
Sets the value of the trait property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EntityDomain entityDomain
protected EntityType entityType
protected java.lang.Integer entityTypeTraitId
protected boolean mandatory
protected java.lang.Integer sortOrder
protected Trait trait
| Constructor Detail |
|---|
public EntityTypeTrait()
| Method Detail |
|---|
public EntityDomain getEntityDomain()
EntityDomainpublic void setEntityDomain(EntityDomain value)
value - allowed object is
EntityDomainpublic EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypepublic java.lang.Integer getEntityTypeTraitId()
Integerpublic void setEntityTypeTraitId(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isMandatory()
public void setMandatory(boolean value)
public java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
Integerpublic Trait getTrait()
Traitpublic void setTrait(Trait value)
value - allowed object is
Trait
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||