public class ColumnKeyModel extends Object
Java class for ColumnKeyModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnKeyModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ColumnKeyField" type="{http://www.cloudgraph.org/config}ColumnKeyField" maxOccurs="unbounded"/>
</sequence>
<attribute name="fieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" default="|" />
<attribute name="fieldsFixedLength" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="fieldLength" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="sequenceDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" default="@" />
<attribute name="referenceMetadataDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" default="#" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnKeyField> |
columnKeyFields |
protected String |
fieldDelimiter |
protected Integer |
fieldLength |
protected Boolean |
fieldsFixedLength |
protected String |
referenceMetadataDelimiter |
protected String |
sequenceDelimiter |
| Constructor and Description |
|---|
ColumnKeyModel() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnKeyField> |
getColumnKeyFields()
Gets the value of the columnKeyFields property.
|
String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property.
|
Integer |
getFieldLength()
Gets the value of the fieldLength property.
|
String |
getReferenceMetadataDelimiter()
Gets the value of the referenceMetadataDelimiter property.
|
String |
getSequenceDelimiter()
Gets the value of the sequenceDelimiter property.
|
boolean |
isFieldsFixedLength()
Gets the value of the fieldsFixedLength property.
|
void |
setFieldDelimiter(String value)
Sets the value of the fieldDelimiter property.
|
void |
setFieldLength(Integer value)
Sets the value of the fieldLength property.
|
void |
setFieldsFixedLength(Boolean value)
Sets the value of the fieldsFixedLength property.
|
void |
setReferenceMetadataDelimiter(String value)
Sets the value of the referenceMetadataDelimiter property.
|
void |
setSequenceDelimiter(String value)
Sets the value of the sequenceDelimiter property.
|
protected List<ColumnKeyField> columnKeyFields
protected String fieldDelimiter
protected Boolean fieldsFixedLength
protected Integer fieldLength
protected String sequenceDelimiter
protected String referenceMetadataDelimiter
public List<ColumnKeyField> getColumnKeyFields()
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 Jakarta XML Binding object.
This is why there is not a set method for the columnKeyFields property.
For example, to add a new item, do as follows:
getColumnKeyFields().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnKeyField
public String getFieldDelimiter()
Stringpublic void setFieldDelimiter(String value)
value - allowed object is
Stringpublic boolean isFieldsFixedLength()
Booleanpublic void setFieldsFixedLength(Boolean value)
value - allowed object is
Booleanpublic Integer getFieldLength()
Integerpublic void setFieldLength(Integer value)
value - allowed object is
Integerpublic String getSequenceDelimiter()
Stringpublic void setSequenceDelimiter(String value)
value - allowed object is
Stringpublic String getReferenceMetadataDelimiter()
StringCopyright © 2024. All Rights Reserved.