|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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()
BigInteger
public void setDecimal(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getDependingOn()
String
public void setDependingOn(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isImpliedDecimal()
Boolean
public void setImpliedDecimal(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getOccurs()
BigInteger
public void setOccurs(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getPicture()
String
public void setPicture(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isSigned()
Boolean
public void setSigned(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getSize()
BigInteger
public void setSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |