net.sf.cobol2j
Class FieldsGroup

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

public class FieldsGroup
extends FieldsList

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

dependingOn

protected java.lang.String dependingOn

name

protected java.lang.String name

occurs

protected java.math.BigInteger occurs
Constructor Detail

FieldsGroup

public FieldsGroup()
Method Detail

getDependingOn

public java.lang.String getDependingOn()
Gets the value of the dependingOn property.

Returns:
possible object is String

setDependingOn

public void setDependingOn(java.lang.String value)
Sets the value of the dependingOn property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOccurs

public java.math.BigInteger getOccurs()
Gets the value of the occurs property.

Returns:
possible object is BigInteger

setOccurs

public void setOccurs(java.math.BigInteger value)
Sets the value of the occurs property.

Parameters:
value - allowed object is BigInteger


Copyright © 2009. All Rights Reserved.