|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cobol2j.FieldsList
net.sf.cobol2j.RecordFormat
public class RecordFormat
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 |
|---|
protected java.lang.String cobolRecordName
protected java.lang.String distinguishFieldValue
| Constructor Detail |
|---|
public RecordFormat()
| Method Detail |
|---|
public java.lang.String getCobolRecordName()
Stringpublic void setCobolRecordName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDistinguishFieldValue()
Stringpublic void setDistinguishFieldValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||