|
||||||||||
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.DtoDomainGroup
public class DtoDomainGroup
Java class for dtoDomainGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoDomainGroup"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="consumerEventSubscriptions" type="{http://core.ejb.match.mirth.com/}dtoConsumerEventSubscription" maxOccurs="unbounded" minOccurs="0"/> <element name="contactEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contactVoice" 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="entityDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="roles" type="{http://core.ejb.match.mirth.com/}dtoDomainGroupRole" maxOccurs="unbounded" minOccurs="0"/> <element name="statusAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<DtoConsumerEventSubscription> |
consumerEventSubscriptions
|
protected java.lang.String |
contactEmail
|
protected java.lang.String |
contactName
|
protected java.lang.String |
contactVoice
|
protected java.lang.String |
description
|
protected java.lang.String |
entityDomainId
|
protected java.lang.String |
label
|
protected java.util.List<DtoDomainGroupRole> |
roles
|
protected java.lang.String |
statusAlias
|
protected java.lang.String |
url
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoDomainGroup()
|
Method Summary | |
---|---|
java.util.List<DtoConsumerEventSubscription> |
getConsumerEventSubscriptions()
Gets the value of the consumerEventSubscriptions property. |
java.lang.String |
getContactEmail()
Gets the value of the contactEmail property. |
java.lang.String |
getContactName()
Gets the value of the contactName property. |
java.lang.String |
getContactVoice()
Gets the value of the contactVoice property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEntityDomainId()
Gets the value of the entityDomainId property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.util.List<DtoDomainGroupRole> |
getRoles()
Gets the value of the roles property. |
java.lang.String |
getStatusAlias()
Gets the value of the statusAlias property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setContactEmail(java.lang.String value)
Sets the value of the contactEmail property. |
void |
setContactName(java.lang.String value)
Sets the value of the contactName property. |
void |
setContactVoice(java.lang.String value)
Sets the value of the contactVoice property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEntityDomainId(java.lang.String value)
Sets the value of the entityDomainId property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property. |
void |
setUrl(java.lang.String value)
Sets the value of the url 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.util.List<DtoConsumerEventSubscription> consumerEventSubscriptions
protected java.lang.String contactEmail
protected java.lang.String contactName
protected java.lang.String contactVoice
protected java.lang.String description
protected java.lang.String entityDomainId
protected java.lang.String label
protected java.util.List<DtoDomainGroupRole> roles
protected java.lang.String statusAlias
protected java.lang.String url
Constructor Detail |
---|
public DtoDomainGroup()
Method Detail |
---|
public java.util.List<DtoConsumerEventSubscription> getConsumerEventSubscriptions()
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 consumerEventSubscriptions property.
For example, to add a new item, do as follows:
getConsumerEventSubscriptions().add(newItem);
Objects of the following type(s) are allowed in the list
DtoConsumerEventSubscription
public java.lang.String getContactEmail()
String
public void setContactEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContactName()
String
public void setContactName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContactVoice()
String
public void setContactVoice(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 getEntityDomainId()
String
public void setEntityDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.util.List<DtoDomainGroupRole> getRoles()
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 roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list
DtoDomainGroupRole
public java.lang.String getStatusAlias()
String
public void setStatusAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |