|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.EisEntityIdentifyingTraitsDefinition
public class EisEntityIdentifyingTraitsDefinition
Java class for eisEntityIdentifyingTraitsDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisEntityIdentifyingTraitsDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extractScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="matchingModuleSelections" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="supportedDomains" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="traits" type="{http://eis.ejb.match.mirth.com/}eisTrait" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
classifier
|
protected java.lang.String |
description
|
protected java.lang.String |
extractScript
|
protected java.util.List<java.lang.String> |
matchingModuleSelections
|
protected java.lang.String |
name
|
protected java.util.List<java.lang.String> |
supportedDomains
|
protected java.util.List<EisTrait> |
traits
|
Constructor Summary | |
---|---|
EisEntityIdentifyingTraitsDefinition()
|
Method Summary | |
---|---|
java.lang.String |
getClassifier()
Gets the value of the classifier property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getExtractScript()
Gets the value of the extractScript property. |
java.util.List<java.lang.String> |
getMatchingModuleSelections()
Gets the value of the matchingModuleSelections property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<java.lang.String> |
getSupportedDomains()
Gets the value of the supportedDomains property. |
java.util.List<EisTrait> |
getTraits()
Gets the value of the traits property. |
void |
setClassifier(java.lang.String value)
Sets the value of the classifier property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExtractScript(java.lang.String value)
Sets the value of the extractScript property. |
void |
setName(java.lang.String value)
Sets the value of the name 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 classifier
protected java.lang.String description
protected java.lang.String extractScript
protected java.util.List<java.lang.String> matchingModuleSelections
protected java.lang.String name
protected java.util.List<java.lang.String> supportedDomains
protected java.util.List<EisTrait> traits
Constructor Detail |
---|
public EisEntityIdentifyingTraitsDefinition()
Method Detail |
---|
public java.lang.String getClassifier()
String
public void setClassifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExtractScript()
String
public void setExtractScript(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getMatchingModuleSelections()
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 matchingModuleSelections property.
For example, to add a new item, do as follows:
getMatchingModuleSelections().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getSupportedDomains()
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 supportedDomains property.
For example, to add a new item, do as follows:
getSupportedDomains().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<EisTrait> getTraits()
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 traits property.
For example, to add a new item, do as follows:
getTraits().add(newItem);
Objects of the following type(s) are allowed in the list
EisTrait
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |