|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.DomainGroup
public class DomainGroup
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 |
|---|
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 Detail |
|---|
public DomainGroup()
| Method Detail |
|---|
public java.util.List<ConsumerEventSubscription> 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
ConsumerEventSubscription
public java.lang.String getContactEmail()
Stringpublic void setContactEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactName()
Stringpublic void setContactName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactVoice()
Stringpublic void setContactVoice(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDomainGroupKey()
Integerpublic void setDomainGroupKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<DomainGroupRole> getDomainGroupRoles()
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
public EntityDomain getEntityDomain()
EntityDomainpublic void setEntityDomain(EntityDomain value)
value - allowed object is
EntityDomainpublic java.util.List<Facility> getFacilities()
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
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<IdentifierDomain> getIdentifierDomains()
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
public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic java.lang.String getUrl()
Stringpublic 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 | |||||||||