|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.cobol2j.FileFormat
public class FileFormat
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RecordFormat" type="{}RecordFormat" maxOccurs="unbounded"/> </sequence> <attribute name="ConversionTable" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataFileImplementation" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="distinguishFieldSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="newLineSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
conversionTable
|
protected java.lang.String |
dataFileImplementation
|
protected java.math.BigInteger |
distinguishFieldSize
|
protected java.math.BigInteger |
newLineSize
|
protected java.util.List<RecordFormat> |
recordFormat
|
Constructor Summary | |
---|---|
FileFormat()
|
Method Summary | |
---|---|
java.lang.String |
getConversionTable()
Gets the value of the conversionTable property. |
java.lang.String |
getDataFileImplementation()
Gets the value of the dataFileImplementation property. |
java.math.BigInteger |
getDistinguishFieldSize()
Gets the value of the distinguishFieldSize property. |
java.math.BigInteger |
getNewLineSize()
Gets the value of the newLineSize property. |
java.util.List<RecordFormat> |
getRecordFormat()
Gets the value of the recordFormat property. |
void |
setConversionTable(java.lang.String value)
Sets the value of the conversionTable property. |
void |
setDataFileImplementation(java.lang.String value)
Sets the value of the dataFileImplementation property. |
void |
setDistinguishFieldSize(java.math.BigInteger value)
Sets the value of the distinguishFieldSize property. |
void |
setNewLineSize(java.math.BigInteger value)
Sets the value of the newLineSize property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<RecordFormat> recordFormat
protected java.lang.String conversionTable
protected java.lang.String dataFileImplementation
protected java.math.BigInteger distinguishFieldSize
protected java.math.BigInteger newLineSize
Constructor Detail |
---|
public FileFormat()
Method Detail |
---|
public java.util.List<RecordFormat> getRecordFormat()
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 recordFormat property.
For example, to add a new item, do as follows:
getRecordFormat().add(newItem);
Objects of the following type(s) are allowed in the list
RecordFormat
public java.lang.String getConversionTable()
String
public void setConversionTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDataFileImplementation()
String
public void setDataFileImplementation(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getDistinguishFieldSize()
BigInteger
public void setDistinguishFieldSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getNewLineSize()
BigInteger
public void setNewLineSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |