com.mirth.match.ejb.inex
Class BaseEntityImportExportModel

java.lang.Object
  extended by com.mirth.match.ejb.inex.BaseEntityImportExportModel
Direct Known Subclasses:
EntityExportModel, EntityImportModel

public class BaseEntityImportExportModel
extends java.lang.Object

Java class for baseEntityImportExportModel complex type.

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

 <complexType name="baseEntityImportExportModel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="delimiter" 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="format" type="{http://inex.ejb.match.mirth.com/}format" minOccurs="0"/>
         <element name="hasHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="hasTextQualifer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="headers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifierDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includeDerivedTraits" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="textQualifier" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="traits" type="{http://inex.ejb.match.mirth.com/}trait" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String delimiter
           
protected  java.lang.String entityDomainId
           
protected  Format format
           
protected  boolean hasHeaders
           
protected  boolean hasTextQualifer
           
protected  java.util.List<java.lang.String> headers
           
protected  java.lang.String identifierDomainId
           
protected  boolean includeDerivedTraits
           
protected  int limit
           
protected  int offset
           
protected  int textQualifier
           
protected  java.util.List<Trait> traits
           
 
Constructor Summary
BaseEntityImportExportModel()
           
 
Method Summary
 java.lang.String getDelimiter()
          Gets the value of the delimiter property.
 java.lang.String getEntityDomainId()
          Gets the value of the entityDomainId property.
 Format getFormat()
          Gets the value of the format property.
 java.util.List<java.lang.String> getHeaders()
          Gets the value of the headers property.
 java.lang.String getIdentifierDomainId()
          Gets the value of the identifierDomainId property.
 int getLimit()
          Gets the value of the limit property.
 int getOffset()
          Gets the value of the offset property.
 int getTextQualifier()
          Gets the value of the textQualifier property.
 java.util.List<Trait> getTraits()
          Gets the value of the traits property.
 boolean isHasHeaders()
          Gets the value of the hasHeaders property.
 boolean isHasTextQualifer()
          Gets the value of the hasTextQualifer property.
 boolean isIncludeDerivedTraits()
          Gets the value of the includeDerivedTraits property.
 void setDelimiter(java.lang.String value)
          Sets the value of the delimiter property.
 void setEntityDomainId(java.lang.String value)
          Sets the value of the entityDomainId property.
 void setFormat(Format value)
          Sets the value of the format property.
 void setHasHeaders(boolean value)
          Sets the value of the hasHeaders property.
 void setHasTextQualifer(boolean value)
          Sets the value of the hasTextQualifer property.
 void setIdentifierDomainId(java.lang.String value)
          Sets the value of the identifierDomainId property.
 void setIncludeDerivedTraits(boolean value)
          Sets the value of the includeDerivedTraits property.
 void setLimit(int value)
          Sets the value of the limit property.
 void setOffset(int value)
          Sets the value of the offset property.
 void setTextQualifier(int value)
          Sets the value of the textQualifier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delimiter

protected java.lang.String delimiter

entityDomainId

protected java.lang.String entityDomainId

format

protected Format format

hasHeaders

protected boolean hasHeaders

hasTextQualifer

protected boolean hasTextQualifer

headers

protected java.util.List<java.lang.String> headers

identifierDomainId

protected java.lang.String identifierDomainId

includeDerivedTraits

protected boolean includeDerivedTraits

limit

protected int limit

offset

protected int offset

textQualifier

protected int textQualifier

traits

protected java.util.List<Trait> traits
Constructor Detail

BaseEntityImportExportModel

public BaseEntityImportExportModel()
Method Detail

getDelimiter

public java.lang.String getDelimiter()
Gets the value of the delimiter property.

Returns:
possible object is String

setDelimiter

public void setDelimiter(java.lang.String value)
Sets the value of the delimiter 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

getFormat

public Format getFormat()
Gets the value of the format property.

Returns:
possible object is Format

setFormat

public void setFormat(Format value)
Sets the value of the format property.

Parameters:
value - allowed object is Format

isHasHeaders

public boolean isHasHeaders()
Gets the value of the hasHeaders property.


setHasHeaders

public void setHasHeaders(boolean value)
Sets the value of the hasHeaders property.


isHasTextQualifer

public boolean isHasTextQualifer()
Gets the value of the hasTextQualifer property.


setHasTextQualifer

public void setHasTextQualifer(boolean value)
Sets the value of the hasTextQualifer property.


getHeaders

public java.util.List<java.lang.String> getHeaders()
Gets the value of the headers 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 headers property.

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

    getHeaders().add(newItem);
 

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


getIdentifierDomainId

public java.lang.String getIdentifierDomainId()
Gets the value of the identifierDomainId property.

Returns:
possible object is String

setIdentifierDomainId

public void setIdentifierDomainId(java.lang.String value)
Sets the value of the identifierDomainId property.

Parameters:
value - allowed object is String

isIncludeDerivedTraits

public boolean isIncludeDerivedTraits()
Gets the value of the includeDerivedTraits property.


setIncludeDerivedTraits

public void setIncludeDerivedTraits(boolean value)
Sets the value of the includeDerivedTraits property.


getLimit

public int getLimit()
Gets the value of the limit property.


setLimit

public void setLimit(int value)
Sets the value of the limit property.


getOffset

public int getOffset()
Gets the value of the offset property.


setOffset

public void setOffset(int value)
Sets the value of the offset property.


getTextQualifier

public int getTextQualifier()
Gets the value of the textQualifier property.


setTextQualifier

public void setTextQualifier(int value)
Sets the value of the textQualifier property.


getTraits

public java.util.List<Trait> getTraits()
Gets the value of the traits 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 traits property.

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

    getTraits().add(newItem);
 

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



Copyright © 2011 Mirth Corp. All Rights Reserved.