|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoConsumerEventSubscription
public class DtoConsumerEventSubscription
Java class for dtoConsumerEventSubscription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoConsumerEventSubscription">
<complexContent>
<extension base="{http://core.ejb.match.mirth.com/}dtoBase">
<sequence>
<element name="descr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domainGroupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domainGroupKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="entityDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventAuditTypeIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="notificationTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://core.ejb.match.mirth.com/}dtoProperty" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscribedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="unsubscribedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
descr
|
protected java.lang.String |
domainGroupId
|
protected java.lang.String |
domainGroupKey
|
protected java.lang.String |
entityDomainId
|
protected java.util.List<java.lang.String> |
eventAuditTypeIds
|
protected java.lang.String |
notificationTypeId
|
protected java.util.List<DtoProperty> |
properties
|
protected java.lang.String |
statusAlias
|
protected javax.xml.datatype.XMLGregorianCalendar |
subscribedDate
|
protected javax.xml.datatype.XMLGregorianCalendar |
unsubscribedDate
|
| Fields inherited from class com.mirth.match.ejb.core.DtoBase |
|---|
identifier |
| Constructor Summary | |
|---|---|
DtoConsumerEventSubscription()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescr()
Gets the value of the descr property. |
java.lang.String |
getDomainGroupId()
Gets the value of the domainGroupId property. |
java.lang.String |
getDomainGroupKey()
Gets the value of the domainGroupKey property. |
java.lang.String |
getEntityDomainId()
Gets the value of the entityDomainId property. |
java.util.List<java.lang.String> |
getEventAuditTypeIds()
Gets the value of the eventAuditTypeIds property. |
java.lang.String |
getNotificationTypeId()
Gets the value of the notificationTypeId property. |
java.util.List<DtoProperty> |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getStatusAlias()
Gets the value of the statusAlias property. |
javax.xml.datatype.XMLGregorianCalendar |
getSubscribedDate()
Gets the value of the subscribedDate property. |
javax.xml.datatype.XMLGregorianCalendar |
getUnsubscribedDate()
Gets the value of the unsubscribedDate property. |
void |
setDescr(java.lang.String value)
Sets the value of the descr property. |
void |
setDomainGroupId(java.lang.String value)
Sets the value of the domainGroupId property. |
void |
setDomainGroupKey(java.lang.String value)
Sets the value of the domainGroupKey property. |
void |
setEntityDomainId(java.lang.String value)
Sets the value of the entityDomainId property. |
void |
setNotificationTypeId(java.lang.String value)
Sets the value of the notificationTypeId property. |
void |
setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property. |
void |
setSubscribedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the subscribedDate property. |
void |
setUnsubscribedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the unsubscribedDate property. |
| Methods inherited from class com.mirth.match.ejb.core.DtoBase |
|---|
getIdentifier, setIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String descr
protected java.lang.String domainGroupId
protected java.lang.String domainGroupKey
protected java.lang.String entityDomainId
protected java.util.List<java.lang.String> eventAuditTypeIds
protected java.lang.String notificationTypeId
protected java.util.List<DtoProperty> properties
protected java.lang.String statusAlias
protected javax.xml.datatype.XMLGregorianCalendar subscribedDate
protected javax.xml.datatype.XMLGregorianCalendar unsubscribedDate
| Constructor Detail |
|---|
public DtoConsumerEventSubscription()
| Method Detail |
|---|
public java.lang.String getDescr()
Stringpublic void setDescr(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomainGroupId()
Stringpublic void setDomainGroupId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomainGroupKey()
Stringpublic void setDomainGroupKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityDomainId()
Stringpublic void setEntityDomainId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getEventAuditTypeIds()
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 eventAuditTypeIds property.
For example, to add a new item, do as follows:
getEventAuditTypeIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getNotificationTypeId()
Stringpublic void setNotificationTypeId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DtoProperty> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
DtoProperty
public java.lang.String getStatusAlias()
Stringpublic void setStatusAlias(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSubscribedDate()
XMLGregorianCalendarpublic void setSubscribedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getUnsubscribedDate()
XMLGregorianCalendarpublic void setUnsubscribedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||