com.mirth.match.ejb.inex
Class DomainGroup

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.DomainGroup

public class DomainGroup
extends KanaEntity

Java class for domainGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="domainGroup">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="consumerEventSubscriptions" type="{http://inex.ejb.match.mirth.com/}consumerEventSubscription" 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="domainGroupKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="domainGroupRoles" type="{http://inex.ejb.match.mirth.com/}domainGroupRole" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
         <element name="facilities" type="{http://inex.ejb.match.mirth.com/}facility" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifierDomains" type="{http://inex.ejb.match.mirth.com/}identifierDomain" maxOccurs="unbounded" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" 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<ConsumerEventSubscription> consumerEventSubscriptions
           
protected  java.lang.String contactEmail
           
protected  java.lang.String contactName
           
protected  java.lang.String contactVoice
           
protected  java.lang.String description
           
protected  java.lang.Integer domainGroupKey
           
protected  java.util.List<DomainGroupRole> domainGroupRoles
           
protected  EntityDomain entityDomain
           
protected  java.util.List<Facility> facilities
           
protected  java.lang.String identifier
           
protected  java.util.List<IdentifierDomain> identifierDomains
           
protected  java.lang.String label
           
protected  Status status
           
protected  java.lang.String url
           
 
Constructor Summary
DomainGroup()
           
 
Method Summary
 java.util.List<ConsumerEventSubscription> 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.Integer getDomainGroupKey()
          Gets the value of the domainGroupKey property.
 java.util.List<DomainGroupRole> getDomainGroupRoles()
          Gets the value of the domainGroupRoles property.
 EntityDomain getEntityDomain()
          Gets the value of the entityDomain property.
 java.util.List<Facility> getFacilities()
          Gets the value of the facilities property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 java.util.List<IdentifierDomain> getIdentifierDomains()
          Gets the value of the identifierDomains property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Status getStatus()
          Gets the value of the status 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 setDomainGroupKey(java.lang.Integer value)
          Sets the value of the domainGroupKey property.
 void setEntityDomain(EntityDomain value)
          Sets the value of the entityDomain property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setStatus(Status value)
          Sets the value of the status property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
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<ConsumerEventSubscription> 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

domainGroupKey

protected java.lang.Integer domainGroupKey

domainGroupRoles

protected java.util.List<DomainGroupRole> domainGroupRoles

entityDomain

protected EntityDomain entityDomain

facilities

protected java.util.List<Facility> facilities

identifier

protected java.lang.String identifier

identifierDomains

protected java.util.List<IdentifierDomain> identifierDomains

label

protected java.lang.String label

status

protected Status status

url

protected java.lang.String url
Constructor Detail

DomainGroup

public DomainGroup()
Method Detail

getConsumerEventSubscriptions

public java.util.List<ConsumerEventSubscription> 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 ConsumerEventSubscription


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

getDomainGroupKey

public java.lang.Integer getDomainGroupKey()
Gets the value of the domainGroupKey property.

Returns:
possible object is Integer

setDomainGroupKey

public void setDomainGroupKey(java.lang.Integer value)
Sets the value of the domainGroupKey property.

Parameters:
value - allowed object is Integer

getDomainGroupRoles

public java.util.List<DomainGroupRole> getDomainGroupRoles()
Gets the value of the domainGroupRoles 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 domainGroupRoles property.

For example, to add a new item, do as follows:

    getDomainGroupRoles().add(newItem);
 

Objects of the following type(s) are allowed in the list DomainGroupRole


getEntityDomain

public EntityDomain getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is EntityDomain

setEntityDomain

public void setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is EntityDomain

getFacilities

public java.util.List<Facility> getFacilities()
Gets the value of the facilities 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 facilities property.

For example, to add a new item, do as follows:

    getFacilities().add(newItem);
 

Objects of the following type(s) are allowed in the list Facility


getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getIdentifierDomains

public java.util.List<IdentifierDomain> getIdentifierDomains()
Gets the value of the identifierDomains 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 identifierDomains property.

For example, to add a new item, do as follows:

    getIdentifierDomains().add(newItem);
 

Objects of the following type(s) are allowed in the list IdentifierDomain


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

getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

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.