public class XBGroupDecl extends java.lang.Object implements XBTSerializable
| Constructor and Description |
|---|
XBGroupDecl() |
XBGroupDecl(long[] xbGroupPath) |
XBGroupDecl(java.lang.Long[] path) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBBlockDecl> |
getBlocks() |
int |
getBlocksLimit() |
java.lang.Long[] |
getCatalogPath() |
long |
getRevision() |
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
java.lang.Integer |
matchType(XBBlockType type) |
void |
setBlocks(java.util.List<XBBlockDecl> blocks) |
void |
setBlocksLimit(int blocksLimit) |
void |
setCatalogPath(java.lang.Long[] catalogPath) |
void |
setRevision(long revision) |
public XBGroupDecl()
public XBGroupDecl(java.lang.Long[] path)
public XBGroupDecl(long[] xbGroupPath)
public java.util.List<XBBlockDecl> getBlocks()
public java.lang.Integer matchType(XBBlockType type)
public long getRevision()
public void setRevision(long revision)
revision - the revision to setpublic java.lang.Long[] getCatalogPath()
public void setCatalogPath(java.lang.Long[] catalogPath)
catalogPath - the catalogPath to setpublic void setBlocks(java.util.List<XBBlockDecl> blocks)
blocks - the blocks to setpublic int getBlocksLimit()
public void setBlocksLimit(int blocksLimit)
blocksLimit - the blocksLimit to setpublic XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable