public class XBFormatDef extends java.lang.Object implements XBTSerializable
| Constructor and Description |
|---|
XBFormatDef() |
| Modifier and Type | Method and Description |
|---|---|
UBNatural |
getConsistSkip() |
java.util.List<XBFormatDecl> |
getFormats() |
UBNatural |
getJoinCount() |
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
void |
setConsistSkip(UBNatural consistSkip) |
void |
setFormats(java.util.List<XBFormatDecl> formats) |
void |
setJoinCount(UBNatural joinCount) |
public UBNatural getConsistSkip()
public void setConsistSkip(UBNatural consistSkip)
consistSkip - the consistSkip to setpublic UBNatural getJoinCount()
public void setJoinCount(UBNatural joinCount)
joinCount - the joinCount to setpublic java.util.List<XBFormatDecl> getFormats()
public void setFormats(java.util.List<XBFormatDecl> formats)
formats - the formats to setpublic XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable