| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.eis.RegisterEntityWithIdentities
public class RegisterEntityWithIdentities
Java class for RegisterEntityWithIdentities complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="RegisterEntityWithIdentities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entityTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sourceIds" type="{http://eis.ejb.match.mirth.com/}eisIdentityQualifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="traits" type="{http://eis.ejb.match.mirth.com/}eisEntityIdentifyingTraits" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
protected  java.util.List<java.lang.String> | 
entityIds
 | 
protected  java.lang.String | 
entityTypeName
 | 
protected  java.util.List<EisIdentityQualifier> | 
sourceIds
 | 
protected  EisEntityIdentifyingTraits | 
traits
 | 
| Constructor Summary | |
|---|---|
RegisterEntityWithIdentities()
 | 
|
| Method Summary | |
|---|---|
 java.util.List<java.lang.String> | 
getEntityIds()
Gets the value of the entityIds property.  | 
 java.lang.String | 
getEntityTypeName()
Gets the value of the entityTypeName property.  | 
 java.util.List<EisIdentityQualifier> | 
getSourceIds()
Gets the value of the sourceIds property.  | 
 EisEntityIdentifyingTraits | 
getTraits()
Gets the value of the traits property.  | 
 void | 
setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.  | 
 void | 
setTraits(EisEntityIdentifyingTraits value)
Sets the value of the traits 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 entityTypeName
protected java.util.List<java.lang.String> entityIds
protected java.util.List<EisIdentityQualifier> sourceIds
protected EisEntityIdentifyingTraits traits
| Constructor Detail | 
|---|
public RegisterEntityWithIdentities()
| Method Detail | 
|---|
public java.lang.String getEntityTypeName()
Stringpublic void setEntityTypeName(java.lang.String value)
value - allowed object is
     Stringpublic java.util.List<java.lang.String> getEntityIds()
 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 entityIds property.
 
 
For example, to add a new item, do as follows:
    getEntityIds().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 String
public java.util.List<EisIdentityQualifier> getSourceIds()
 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 sourceIds property.
 
 
For example, to add a new item, do as follows:
    getSourceIds().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EisIdentityQualifier
public EisEntityIdentifyingTraits getTraits()
EisEntityIdentifyingTraitspublic void setTraits(EisEntityIdentifyingTraits value)
value - allowed object is
     EisEntityIdentifyingTraits
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||