|
||||||||||
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.ContainerReference
public class ContainerReference
A container reference defines the identity of a container with which it is possible to instantiate a new container with the same characteristics and structure mirrored in common.
createMirrorContainer()
,
Container
Field Summary |
---|
Fields inherited from class com.vhosting.netconf.frame.Identity |
---|
name, namespaceURI, prefix |
Method Summary | |
---|---|
Anyxml |
linkAnyxml(Anyxml anyxml)
Link an Anyxml to this node as part of the RPC structure. |
Container |
linkContainer(Container c)
Link a Container to this container as part of the RPC structure. |
Leaf |
linkLeaf(Leaf l)
Link a leaf to this node as part of the RPC structure. |
LeafList |
linkLeafList(LeafList l)
Link a leaf list to this node as part of the RPC structure. |
List |
linkList(List l)
Link a List to this container as part of the RPC structure. |
void |
setPresence(boolean b)
Specifies whether the container should be considered to exist even when there are not assigned elements or sub elements. |
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 setPresence(boolean b)
b
- True if this container is a presence container; false
otherwise.public Leaf linkLeaf(Leaf l)
Node
linkLeaf
in interface Node
l
- The leaf element to link.
public LeafList linkLeafList(LeafList l)
Node
linkLeafList
in interface Node
l
- The leaf list element to link.
public Anyxml linkAnyxml(Anyxml anyxml)
Node
linkAnyxml
in interface Node
anyxml
- The Anyxml element to link.
public List linkList(List l)
l
- The List element to link.
public Container linkContainer(Container c)
c
- The Container element to link.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |