net.sf.cobol2j
Class FileFormat

java.lang.Object
  extended by net.sf.cobol2j.FileFormat

public class FileFormat
extends java.lang.Object

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

recordFormat

protected java.util.List<RecordFormat> recordFormat

conversionTable

protected java.lang.String conversionTable

dataFileImplementation

protected java.lang.String dataFileImplementation

distinguishFieldSize

protected java.math.BigInteger distinguishFieldSize

newLineSize

protected java.math.BigInteger newLineSize
Constructor Detail

FileFormat

public FileFormat()
Method Detail

getRecordFormat

public java.util.List<RecordFormat> getRecordFormat()
Gets the value of the recordFormat 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 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


getConversionTable

public java.lang.String getConversionTable()
Gets the value of the conversionTable property.

Returns:
possible object is String

setConversionTable

public void setConversionTable(java.lang.String value)
Sets the value of the conversionTable property.

Parameters:
value - allowed object is String

getDataFileImplementation

public java.lang.String getDataFileImplementation()
Gets the value of the dataFileImplementation property.

Returns:
possible object is String

setDataFileImplementation

public void setDataFileImplementation(java.lang.String value)
Sets the value of the dataFileImplementation property.

Parameters:
value - allowed object is String

getDistinguishFieldSize

public java.math.BigInteger getDistinguishFieldSize()
Gets the value of the distinguishFieldSize property.

Returns:
possible object is BigInteger

setDistinguishFieldSize

public void setDistinguishFieldSize(java.math.BigInteger value)
Sets the value of the distinguishFieldSize property.

Parameters:
value - allowed object is BigInteger

getNewLineSize

public java.math.BigInteger getNewLineSize()
Gets the value of the newLineSize property.

Returns:
possible object is BigInteger

setNewLineSize

public void setNewLineSize(java.math.BigInteger value)
Sets the value of the newLineSize property.

Parameters:
value - allowed object is BigInteger


Copyright © 2009. All Rights Reserved.