|
||||||||||
| 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.Facility
public class Facility
Java class for facility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facility">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="contactName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domainGroup" type="{http://inex.ejb.match.mirth.com/}domainGroup" minOccurs="0"/>
<element name="domainIdentifiers" type="{http://inex.ejb.match.mirth.com/}identifierDomain" maxOccurs="unbounded" minOccurs="0"/>
<element name="emailContact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="facilityKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="identifier" 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="voiceContact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
contactName
|
protected DomainGroup |
domainGroup
|
protected java.util.List<IdentifierDomain> |
domainIdentifiers
|
protected java.lang.String |
emailContact
|
protected java.lang.Integer |
facilityKey
|
protected java.lang.String |
identifier
|
protected java.lang.String |
label
|
protected java.lang.String |
voiceContact
|
| Constructor Summary | |
|---|---|
Facility()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContactName()
Gets the value of the contactName property. |
DomainGroup |
getDomainGroup()
Gets the value of the domainGroup property. |
java.util.List<IdentifierDomain> |
getDomainIdentifiers()
Gets the value of the domainIdentifiers property. |
java.lang.String |
getEmailContact()
Gets the value of the emailContact property. |
java.lang.Integer |
getFacilityKey()
Gets the value of the facilityKey property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getVoiceContact()
Gets the value of the voiceContact property. |
void |
setContactName(java.lang.String value)
Sets the value of the contactName property. |
void |
setDomainGroup(DomainGroup value)
Sets the value of the domainGroup property. |
void |
setEmailContact(java.lang.String value)
Sets the value of the emailContact property. |
void |
setFacilityKey(java.lang.Integer value)
Sets the value of the facilityKey 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 |
setVoiceContact(java.lang.String value)
Sets the value of the voiceContact property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String contactName
protected DomainGroup domainGroup
protected java.util.List<IdentifierDomain> domainIdentifiers
protected java.lang.String emailContact
protected java.lang.Integer facilityKey
protected java.lang.String identifier
protected java.lang.String label
protected java.lang.String voiceContact
| Constructor Detail |
|---|
public Facility()
| Method Detail |
|---|
public java.lang.String getContactName()
Stringpublic void setContactName(java.lang.String value)
value - allowed object is
Stringpublic DomainGroup getDomainGroup()
DomainGrouppublic void setDomainGroup(DomainGroup value)
value - allowed object is
DomainGrouppublic java.util.List<IdentifierDomain> getDomainIdentifiers()
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 domainIdentifiers property.
For example, to add a new item, do as follows:
getDomainIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierDomain
public java.lang.String getEmailContact()
Stringpublic void setEmailContact(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getFacilityKey()
Integerpublic void setFacilityKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVoiceContact()
Stringpublic void setVoiceContact(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 | |||||||||