net.sf.cobol2j
Class FieldFormat

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

public class FieldFormat
extends java.lang.Object

Java class for FieldFormat complex type.

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

 <complexType name="FieldFormat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Decimal" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="DependingOn" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ImpliedDecimal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Occurs" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="Picture" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Signed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger decimal
           
protected  java.lang.String dependingOn
           
protected  java.lang.Boolean impliedDecimal
           
protected  java.lang.String name
           
protected  java.math.BigInteger occurs
           
protected  java.lang.String picture
           
protected  java.lang.Boolean signed
           
protected  java.math.BigInteger size
           
protected  java.lang.String type
           
protected  java.lang.String value
           
 
Constructor Summary
FieldFormat()
           
 
Method Summary
 java.math.BigInteger getDecimal()
          Gets the value of the decimal property.
 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.
 java.lang.String getPicture()
          Gets the value of the picture property.
 java.math.BigInteger getSize()
          Gets the value of the size property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 java.lang.Boolean isImpliedDecimal()
          Gets the value of the impliedDecimal property.
 java.lang.Boolean isSigned()
          Gets the value of the signed property.
 void setDecimal(java.math.BigInteger value)
          Sets the value of the decimal property.
 void setDependingOn(java.lang.String value)
          Sets the value of the dependingOn property.
 void setImpliedDecimal(java.lang.Boolean value)
          Sets the value of the impliedDecimal 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.
 void setPicture(java.lang.String value)
          Sets the value of the picture property.
 void setSigned(java.lang.Boolean value)
          Sets the value of the signed property.
 void setSize(java.math.BigInteger value)
          Sets the value of the size property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decimal

protected java.math.BigInteger decimal

dependingOn

protected java.lang.String dependingOn

impliedDecimal

protected java.lang.Boolean impliedDecimal

name

protected java.lang.String name

occurs

protected java.math.BigInteger occurs

picture

protected java.lang.String picture

signed

protected java.lang.Boolean signed

size

protected java.math.BigInteger size

type

protected java.lang.String type

value

protected java.lang.String value
Constructor Detail

FieldFormat

public FieldFormat()
Method Detail

getDecimal

public java.math.BigInteger getDecimal()
Gets the value of the decimal property.

Returns:
possible object is BigInteger

setDecimal

public void setDecimal(java.math.BigInteger value)
Sets the value of the decimal property.

Parameters:
value - allowed object is BigInteger

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

isImpliedDecimal

public java.lang.Boolean isImpliedDecimal()
Gets the value of the impliedDecimal property.

Returns:
possible object is Boolean

setImpliedDecimal

public void setImpliedDecimal(java.lang.Boolean value)
Sets the value of the impliedDecimal property.

Parameters:
value - allowed object is Boolean

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

getPicture

public java.lang.String getPicture()
Gets the value of the picture property.

Returns:
possible object is String

setPicture

public void setPicture(java.lang.String value)
Sets the value of the picture property.

Parameters:
value - allowed object is String

isSigned

public java.lang.Boolean isSigned()
Gets the value of the signed property.

Returns:
possible object is Boolean

setSigned

public void setSigned(java.lang.Boolean value)
Sets the value of the signed property.

Parameters:
value - allowed object is Boolean

getSize

public java.math.BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

public void setSize(java.math.BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.