|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.frame.Identity
com.vhosting.netconf.frame.LeafList
public class LeafList
This class represents an element of an RPC structure that identifies a leaf list in the Netconf RPC, RPC Reply or Notification message.
Field Summary |
---|
Fields inherited from class com.vhosting.netconf.frame.Identity |
---|
name, namespaceURI, prefix |
Method Summary | |
---|---|
long |
getMaximum()
Get the maximum limit of values which can be assigned. |
long |
getMinimum()
Get the minimum limit of values which can be assigned. |
void |
reset()
Reset the Minimum and Maximum limits in 0 to Long.MAX_VALUE. |
void |
setMaximun(long max)
Set the maximum limit of values which can be assigned. |
void |
setMinimun(long min)
Set the minimum limit of values which can be assigned. |
Methods inherited from class com.vhosting.netconf.frame.Identity |
---|
getName, getNamespaceURI, getPrefix, getUniqueNane |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void reset()
public void setMinimun(long min)
min
- The minimum limit of values which can be assigned.public void setMaximun(long max)
max
- The maximum limit of values which can be assigned.public final long getMinimum()
public final long getMaximum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |