|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cobol2j.FieldFormat
public class FieldFormat
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 |
|---|
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 Detail |
|---|
public FieldFormat()
| Method Detail |
|---|
public java.math.BigInteger getDecimal()
BigIntegerpublic void setDecimal(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDependingOn()
Stringpublic void setDependingOn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isImpliedDecimal()
Booleanpublic void setImpliedDecimal(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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
BigIntegerpublic java.lang.String getPicture()
Stringpublic void setPicture(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSigned()
Booleanpublic void setSigned(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getSize()
BigIntegerpublic void setSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(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 | |||||||||