com.mirth.match.ejb.core
Class DtoDomainGroup

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoDomainGroup

public class DtoDomainGroup
extends DtoBase

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

consumerEventSubscriptions

protected java.util.List<DtoConsumerEventSubscription> consumerEventSubscriptions

contactEmail

protected java.lang.String contactEmail

contactName

protected java.lang.String contactName

contactVoice

protected java.lang.String contactVoice

description

protected java.lang.String description

entityDomainId

protected java.lang.String entityDomainId

label

protected java.lang.String label

roles

protected java.util.List<DtoDomainGroupRole> roles

statusAlias

protected java.lang.String statusAlias

url

protected java.lang.String url
Constructor Detail

DtoDomainGroup

public DtoDomainGroup()
Method Detail

getConsumerEventSubscriptions

public java.util.List<DtoConsumerEventSubscription> getConsumerEventSubscriptions()
Gets the value of the consumerEventSubscriptions property.

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


getContactEmail

public java.lang.String getContactEmail()
Gets the value of the contactEmail property.

Returns:
possible object is String

setContactEmail

public void setContactEmail(java.lang.String value)
Sets the value of the contactEmail property.

Parameters:
value - allowed object is String

getContactName

public java.lang.String getContactName()
Gets the value of the contactName property.

Returns:
possible object is String

setContactName

public void setContactName(java.lang.String value)
Sets the value of the contactName property.

Parameters:
value - allowed object is String

getContactVoice

public java.lang.String getContactVoice()
Gets the value of the contactVoice property.

Returns:
possible object is String

setContactVoice

public void setContactVoice(java.lang.String value)
Sets the value of the contactVoice property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEntityDomainId

public java.lang.String getEntityDomainId()
Gets the value of the entityDomainId property.

Returns:
possible object is String

setEntityDomainId

public void setEntityDomainId(java.lang.String value)
Sets the value of the entityDomainId property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getRoles

public java.util.List<DtoDomainGroupRole> getRoles()
Gets the value of the roles property.

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


getStatusAlias

public java.lang.String getStatusAlias()
Gets the value of the statusAlias property.

Returns:
possible object is String

setStatusAlias

public void setStatusAlias(java.lang.String value)
Sets the value of the statusAlias property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.