net.sf.cobol2j
Class RecordFormat

java.lang.Object
  extended by net.sf.cobol2j.FieldsList
      extended by net.sf.cobol2j.RecordFormat

public class RecordFormat
extends FieldsList

Java class for RecordFormat complex type.

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

 <complexType name="RecordFormat">
   <complexContent>
     <extension base="{}FieldsList">
       <attribute name="cobolRecordName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="distinguishFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String cobolRecordName
           
protected  java.lang.String distinguishFieldValue
           
 
Fields inherited from class net.sf.cobol2j.FieldsList
fieldFormatOrFieldsGroup
 
Constructor Summary
RecordFormat()
           
 
Method Summary
 java.lang.String getCobolRecordName()
          Gets the value of the cobolRecordName property.
 java.lang.String getDistinguishFieldValue()
          Gets the value of the distinguishFieldValue property.
 void setCobolRecordName(java.lang.String value)
          Sets the value of the cobolRecordName property.
 void setDistinguishFieldValue(java.lang.String value)
          Sets the value of the distinguishFieldValue property.
 
Methods inherited from class net.sf.cobol2j.FieldsList
getFieldFormatOrFieldsGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cobolRecordName

protected java.lang.String cobolRecordName

distinguishFieldValue

protected java.lang.String distinguishFieldValue
Constructor Detail

RecordFormat

public RecordFormat()
Method Detail

getCobolRecordName

public java.lang.String getCobolRecordName()
Gets the value of the cobolRecordName property.

Returns:
possible object is String

setCobolRecordName

public void setCobolRecordName(java.lang.String value)
Sets the value of the cobolRecordName property.

Parameters:
value - allowed object is String

getDistinguishFieldValue

public java.lang.String getDistinguishFieldValue()
Gets the value of the distinguishFieldValue property.

Returns:
possible object is String

setDistinguishFieldValue

public void setDistinguishFieldValue(java.lang.String value)
Sets the value of the distinguishFieldValue property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.