|
||||||||||
| 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.FieldsGroup
public class FieldsGroup
Java class for FieldsGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldsGroup">
<complexContent>
<extension base="{}FieldsList">
<attribute name="DependingOn" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Occurs" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
dependingOn
|
protected java.lang.String |
name
|
protected java.math.BigInteger |
occurs
|
| Fields inherited from class net.sf.cobol2j.FieldsList |
|---|
fieldFormatOrFieldsGroup |
| Constructor Summary | |
|---|---|
FieldsGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDependingOn()
Gets the value of the dependingOn property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.math.BigInteger |
getOccurs()
Gets the value of the occurs property. |
void |
setDependingOn(java.lang.String value)
Sets the value of the dependingOn property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOccurs(java.math.BigInteger value)
Sets the value of the occurs 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 dependingOn
protected java.lang.String name
protected java.math.BigInteger occurs
| Constructor Detail |
|---|
public FieldsGroup()
| Method Detail |
|---|
public java.lang.String getDependingOn()
Stringpublic void setDependingOn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getOccurs()
BigIntegerpublic void setOccurs(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||