public class XBFormatDecl extends java.lang.Object implements XBTSerializable
| Constructor and Description |
|---|
XBFormatDecl() |
XBFormatDecl(long[] xbFormatPath) |
XBFormatDecl(java.lang.Long[] path) |
| Modifier and Type | Method and Description |
|---|---|
UBPath32 |
getCatalogPath() |
java.util.List<XBFormatDef> |
getFormatDef() |
java.util.List<XBGroupDecl> |
getGroups() |
int |
getGroupsLimit() |
int |
getRevision() |
java.util.List<XBRevisionDef> |
getRevisionDef() |
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
static XBFormatDecl |
processDeclaration(XBTTreeNode specBlock) |
void |
setCatalogPath(UBPath32 catalogPath) |
void |
setFormatDef(java.util.List<XBFormatDef> formatDef) |
void |
setGroups(java.util.List<XBGroupDecl> groups) |
void |
setGroupsLimit(int groupsLimit) |
void |
setRevision(int revision) |
void |
setRevisionDef(java.util.List<XBRevisionDef> revisionDef) |
XBSBlockType |
toStaticType(XBBlockType type) |
public XBFormatDecl()
public XBFormatDecl(java.lang.Long[] path)
public XBFormatDecl(long[] xbFormatPath)
public java.util.List<XBGroupDecl> getGroups()
public static XBFormatDecl processDeclaration(XBTTreeNode specBlock)
public XBSBlockType toStaticType(XBBlockType type)
public int getGroupsLimit()
public void setGroupsLimit(int groupsLimit)
groupsLimit - the groupsLimit to setpublic int getRevision()
public void setRevision(int revision)
revision - the revision to setpublic UBPath32 getCatalogPath()
public void setCatalogPath(UBPath32 catalogPath)
catalogPath - the catalogPath to setpublic void setGroups(java.util.List<XBGroupDecl> groups)
groups - the groups to setpublic java.util.List<XBFormatDef> getFormatDef()
public void setFormatDef(java.util.List<XBFormatDef> formatDef)
formatDef - the formatDef to setpublic java.util.List<XBRevisionDef> getRevisionDef()
public void setRevisionDef(java.util.List<XBRevisionDef> revisionDef)
revisionDef - the revisionDef to setpublic XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable