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