com.mirth.match.ejb.inex
Class Facility

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

public class Facility
extends KanaEntity

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

contactName

protected java.lang.String contactName

domainGroup

protected DomainGroup domainGroup

domainIdentifiers

protected java.util.List<IdentifierDomain> domainIdentifiers

emailContact

protected java.lang.String emailContact

facilityKey

protected java.lang.Integer facilityKey

identifier

protected java.lang.String identifier

label

protected java.lang.String label

voiceContact

protected java.lang.String voiceContact
Constructor Detail

Facility

public Facility()
Method Detail

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

getDomainGroup

public DomainGroup getDomainGroup()
Gets the value of the domainGroup property.

Returns:
possible object is DomainGroup

setDomainGroup

public void setDomainGroup(DomainGroup value)
Sets the value of the domainGroup property.

Parameters:
value - allowed object is DomainGroup

getDomainIdentifiers

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


getEmailContact

public java.lang.String getEmailContact()
Gets the value of the emailContact property.

Returns:
possible object is String

setEmailContact

public void setEmailContact(java.lang.String value)
Sets the value of the emailContact property.

Parameters:
value - allowed object is String

getFacilityKey

public java.lang.Integer getFacilityKey()
Gets the value of the facilityKey property.

Returns:
possible object is Integer

setFacilityKey

public void setFacilityKey(java.lang.Integer value)
Sets the value of the facilityKey property.

Parameters:
value - allowed object is Integer

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

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

getVoiceContact

public java.lang.String getVoiceContact()
Gets the value of the voiceContact property.

Returns:
possible object is String

setVoiceContact

public void setVoiceContact(java.lang.String value)
Sets the value of the voiceContact property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.