com.waveset.object
Class ObjectGroup.ResourceContainerInfo

java.lang.Object
  extended bycom.waveset.object.ObjectGroup.ResourceContainerInfo
Enclosing class:
ObjectGroup

public static class ObjectGroup.ResourceContainerInfo
extends java.lang.Object

Used for values of the _resetCheck field.


Field Summary
protected  java.lang.String _containerId
          if this is a virtual organization, this attribute will be the unique id (distinguished name) of the container it represents in the directory resource referenced by _resourceRef.
protected  java.lang.String _containerType
          if this is a virtual organization, this attribute will be the type of the container it is in the directory resource referenced by _resourceRef.
protected  boolean _junction
          if this is a virtual organization, this attribute will specify if it represents the base context (root) of the directory resource referenced by _resourceRef.
protected  ObjectRef _resourceRef
          if this is a virtual organization, this attribute will be an object ref to an existing Resource whose type is one of the supported directory resource types (e.g.
 
Constructor Summary
ObjectGroup.ResourceContainerInfo()
           
ObjectGroup.ResourceContainerInfo(org.w3c.dom.Element e)
           
ObjectGroup.ResourceContainerInfo(ObjectGroup.ResourceContainerInfo src)
           
 
Method Summary
 java.lang.String getContainerId()
           
 java.lang.String getContainerType()
           
 java.lang.String getResourceName()
           
 ObjectRef getResourceRef()
           
 boolean isJunction()
           
 void setContainerId(java.lang.String containerId)
           
 void setContainerType(java.lang.String containerType)
           
 void setJunction(boolean junction)
           
 void setResource(Resource resource)
           
 void setResourceRef(ObjectRef resourceRef)
           
 void toXml(java.lang.StringBuffer b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_junction

protected boolean _junction
if this is a virtual organization, this attribute will specify if it represents the base context (root) of the directory resource referenced by _resourceRef.


_resourceRef

protected ObjectRef _resourceRef
if this is a virtual organization, this attribute will be an object ref to an existing Resource whose type is one of the supported directory resource types (e.g. LDAP, AD, NDS, etc.).


_containerId

protected java.lang.String _containerId
if this is a virtual organization, this attribute will be the unique id (distinguished name) of the container it represents in the directory resource referenced by _resourceRef.


_containerType

protected java.lang.String _containerType
if this is a virtual organization, this attribute will be the type of the container it is in the directory resource referenced by _resourceRef.

Constructor Detail

ObjectGroup.ResourceContainerInfo

public ObjectGroup.ResourceContainerInfo()

ObjectGroup.ResourceContainerInfo

public ObjectGroup.ResourceContainerInfo(org.w3c.dom.Element e)
                                  throws WavesetException

ObjectGroup.ResourceContainerInfo

public ObjectGroup.ResourceContainerInfo(ObjectGroup.ResourceContainerInfo src)
                                  throws WavesetException
Method Detail

isJunction

public boolean isJunction()

setJunction

public void setJunction(boolean junction)

getResourceRef

public ObjectRef getResourceRef()

getResourceName

public java.lang.String getResourceName()

setResourceRef

public void setResourceRef(ObjectRef resourceRef)

setResource

public void setResource(Resource resource)

getContainerId

public java.lang.String getContainerId()

setContainerId

public void setContainerId(java.lang.String containerId)

getContainerType

public java.lang.String getContainerType()

setContainerType

public void setContainerType(java.lang.String containerType)

toXml

public void toXml(java.lang.StringBuffer b)