|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.BaseEntityImportExportModel
public class BaseEntityImportExportModel
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 |
---|
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 Detail |
---|
public BaseEntityImportExportModel()
Method Detail |
---|
public java.lang.String getDelimiter()
String
public void setDelimiter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityDomainId()
String
public void setEntityDomainId(java.lang.String value)
value
- allowed object is
String
public Format getFormat()
Format
public void setFormat(Format value)
value
- allowed object is
Format
public boolean isHasHeaders()
public void setHasHeaders(boolean value)
public boolean isHasTextQualifer()
public void setHasTextQualifer(boolean value)
public java.util.List<java.lang.String> getHeaders()
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
public java.lang.String getIdentifierDomainId()
String
public void setIdentifierDomainId(java.lang.String value)
value
- allowed object is
String
public boolean isIncludeDerivedTraits()
public void setIncludeDerivedTraits(boolean value)
public int getLimit()
public void setLimit(int value)
public int getOffset()
public void setOffset(int value)
public int getTextQualifier()
public void setTextQualifier(int value)
public java.util.List<Trait> getTraits()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |