com.ibm.wpc
Class WpcCollabAreaType

java.lang.Object
  extended by com.ibm.wpc.WpcCollabAreaType
All Implemented Interfaces:
java.io.Serializable

public class WpcCollabAreaType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WpcCollabAreaType()
           
WpcCollabAreaType(java.lang.String name, java.lang.String description, java.lang.String containerType, java.lang.String container, WpcAccessControlGroupType[] accessControlGroup, WpcAdministratorsType administrators, WpcTimeoutType timeout, WpcWorkFlowType workflow, java.lang.Boolean deletewhenempty)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAccessControlGroupType[] getAccessControlGroup()
          Gets the accessControlGroup value for this WpcCollabAreaType.
 WpcAccessControlGroupType getAccessControlGroup(int i)
           
 WpcAdministratorsType getAdministrators()
          Gets the administrators value for this WpcCollabAreaType.
 java.lang.String getContainer()
          Gets the container value for this WpcCollabAreaType.
 java.lang.String getContainerType()
          Gets the containerType value for this WpcCollabAreaType.
 java.lang.Boolean getDeletewhenempty()
          Gets the deletewhenempty value for this WpcCollabAreaType.
 java.lang.String getDescription()
          Gets the description value for this WpcCollabAreaType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this WpcCollabAreaType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 WpcTimeoutType getTimeout()
          Gets the timeout value for this WpcCollabAreaType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 WpcWorkFlowType getWorkflow()
          Gets the workflow value for this WpcCollabAreaType.
 int hashCode()
           
 void setAccessControlGroup(int i, WpcAccessControlGroupType _value)
           
 void setAccessControlGroup(WpcAccessControlGroupType[] accessControlGroup)
          Sets the accessControlGroup value for this WpcCollabAreaType.
 void setAdministrators(WpcAdministratorsType administrators)
          Sets the administrators value for this WpcCollabAreaType.
 void setContainer(java.lang.String container)
          Sets the container value for this WpcCollabAreaType.
 void setContainerType(java.lang.String containerType)
          Sets the containerType value for this WpcCollabAreaType.
 void setDeletewhenempty(java.lang.Boolean deletewhenempty)
          Sets the deletewhenempty value for this WpcCollabAreaType.
 void setDescription(java.lang.String description)
          Sets the description value for this WpcCollabAreaType.
 void setName(java.lang.String name)
          Sets the name value for this WpcCollabAreaType.
 void setTimeout(WpcTimeoutType timeout)
          Sets the timeout value for this WpcCollabAreaType.
 void setWorkflow(WpcWorkFlowType workflow)
          Sets the workflow value for this WpcCollabAreaType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcCollabAreaType

public WpcCollabAreaType()

WpcCollabAreaType

public WpcCollabAreaType(java.lang.String name,
                         java.lang.String description,
                         java.lang.String containerType,
                         java.lang.String container,
                         WpcAccessControlGroupType[] accessControlGroup,
                         WpcAdministratorsType administrators,
                         WpcTimeoutType timeout,
                         WpcWorkFlowType workflow,
                         java.lang.Boolean deletewhenempty)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this WpcCollabAreaType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this WpcCollabAreaType.

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this WpcCollabAreaType.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this WpcCollabAreaType.

Parameters:
description -

getContainerType

public java.lang.String getContainerType()
Gets the containerType value for this WpcCollabAreaType.

Returns:
containerType

setContainerType

public void setContainerType(java.lang.String containerType)
Sets the containerType value for this WpcCollabAreaType.

Parameters:
containerType -

getContainer

public java.lang.String getContainer()
Gets the container value for this WpcCollabAreaType.

Returns:
container

setContainer

public void setContainer(java.lang.String container)
Sets the container value for this WpcCollabAreaType.

Parameters:
container -

getAccessControlGroup

public WpcAccessControlGroupType[] getAccessControlGroup()
Gets the accessControlGroup value for this WpcCollabAreaType.

Returns:
accessControlGroup

setAccessControlGroup

public void setAccessControlGroup(WpcAccessControlGroupType[] accessControlGroup)
Sets the accessControlGroup value for this WpcCollabAreaType.

Parameters:
accessControlGroup -

getAccessControlGroup

public WpcAccessControlGroupType getAccessControlGroup(int i)

setAccessControlGroup

public void setAccessControlGroup(int i,
                                  WpcAccessControlGroupType _value)

getAdministrators

public WpcAdministratorsType getAdministrators()
Gets the administrators value for this WpcCollabAreaType.

Returns:
administrators

setAdministrators

public void setAdministrators(WpcAdministratorsType administrators)
Sets the administrators value for this WpcCollabAreaType.

Parameters:
administrators -

getTimeout

public WpcTimeoutType getTimeout()
Gets the timeout value for this WpcCollabAreaType.

Returns:
timeout

setTimeout

public void setTimeout(WpcTimeoutType timeout)
Sets the timeout value for this WpcCollabAreaType.

Parameters:
timeout -

getWorkflow

public WpcWorkFlowType getWorkflow()
Gets the workflow value for this WpcCollabAreaType.

Returns:
workflow

setWorkflow

public void setWorkflow(WpcWorkFlowType workflow)
Sets the workflow value for this WpcCollabAreaType.

Parameters:
workflow -

getDeletewhenempty

public java.lang.Boolean getDeletewhenempty()
Gets the deletewhenempty value for this WpcCollabAreaType.

Returns:
deletewhenempty

setDeletewhenempty

public void setDeletewhenempty(java.lang.Boolean deletewhenempty)
Sets the deletewhenempty value for this WpcCollabAreaType.

Parameters:
deletewhenempty -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer