com.ibm.wpc
Class WpcContainerViewType

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

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

See Also:
Serialized Form

Constructor Summary
WpcContainerViewType()
           
WpcContainerViewType(java.lang.String[] containerName, java.lang.String[] wpcWorkflowName, java.lang.String[] wpcWorkflowStepName, WpcTabAttrColType[][][] tabGroup, WpcAttributeCollectionType[][] attributeCollections, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeCollectionType[][] getAttributeCollections()
          Gets the attributeCollections value for this WpcContainerViewType.
 WpcAttributeCollectionType[] getAttributeCollections(int i)
           
 java.lang.String[] getContainerName()
          Gets the containerName value for this WpcContainerViewType.
 java.lang.String getContainerName(int i)
           
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 WpcContainerViewType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 WpcTabAttrColType[][][] getTabGroup()
          Gets the tabGroup value for this WpcContainerViewType.
 WpcTabAttrColType[][] getTabGroup(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getWpcWorkflowName()
          Gets the wpcWorkflowName value for this WpcContainerViewType.
 java.lang.String getWpcWorkflowName(int i)
           
 java.lang.String[] getWpcWorkflowStepName()
          Gets the wpcWorkflowStepName value for this WpcContainerViewType.
 java.lang.String getWpcWorkflowStepName(int i)
           
 int hashCode()
           
 void setAttributeCollections(int i, WpcAttributeCollectionType[] _value)
           
 void setAttributeCollections(WpcAttributeCollectionType[][] attributeCollections)
          Sets the attributeCollections value for this WpcContainerViewType.
 void setContainerName(int i, java.lang.String _value)
           
 void setContainerName(java.lang.String[] containerName)
          Sets the containerName value for this WpcContainerViewType.
 void setName(java.lang.String name)
          Sets the name value for this WpcContainerViewType.
 void setTabGroup(int i, WpcTabAttrColType[][] _value)
           
 void setTabGroup(WpcTabAttrColType[][][] tabGroup)
          Sets the tabGroup value for this WpcContainerViewType.
 void setWpcWorkflowName(int i, java.lang.String _value)
           
 void setWpcWorkflowName(java.lang.String[] wpcWorkflowName)
          Sets the wpcWorkflowName value for this WpcContainerViewType.
 void setWpcWorkflowStepName(int i, java.lang.String _value)
           
 void setWpcWorkflowStepName(java.lang.String[] wpcWorkflowStepName)
          Sets the wpcWorkflowStepName value for this WpcContainerViewType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcContainerViewType

public WpcContainerViewType()

WpcContainerViewType

public WpcContainerViewType(java.lang.String[] containerName,
                            java.lang.String[] wpcWorkflowName,
                            java.lang.String[] wpcWorkflowStepName,
                            WpcTabAttrColType[][][] tabGroup,
                            WpcAttributeCollectionType[][] attributeCollections,
                            java.lang.String name)
Method Detail

getContainerName

public java.lang.String[] getContainerName()
Gets the containerName value for this WpcContainerViewType.

Returns:
containerName

setContainerName

public void setContainerName(java.lang.String[] containerName)
Sets the containerName value for this WpcContainerViewType.

Parameters:
containerName -

getContainerName

public java.lang.String getContainerName(int i)

setContainerName

public void setContainerName(int i,
                             java.lang.String _value)

getWpcWorkflowName

public java.lang.String[] getWpcWorkflowName()
Gets the wpcWorkflowName value for this WpcContainerViewType.

Returns:
wpcWorkflowName

setWpcWorkflowName

public void setWpcWorkflowName(java.lang.String[] wpcWorkflowName)
Sets the wpcWorkflowName value for this WpcContainerViewType.

Parameters:
wpcWorkflowName -

getWpcWorkflowName

public java.lang.String getWpcWorkflowName(int i)

setWpcWorkflowName

public void setWpcWorkflowName(int i,
                               java.lang.String _value)

getWpcWorkflowStepName

public java.lang.String[] getWpcWorkflowStepName()
Gets the wpcWorkflowStepName value for this WpcContainerViewType.

Returns:
wpcWorkflowStepName

setWpcWorkflowStepName

public void setWpcWorkflowStepName(java.lang.String[] wpcWorkflowStepName)
Sets the wpcWorkflowStepName value for this WpcContainerViewType.

Parameters:
wpcWorkflowStepName -

getWpcWorkflowStepName

public java.lang.String getWpcWorkflowStepName(int i)

setWpcWorkflowStepName

public void setWpcWorkflowStepName(int i,
                                   java.lang.String _value)

getTabGroup

public WpcTabAttrColType[][][] getTabGroup()
Gets the tabGroup value for this WpcContainerViewType.

Returns:
tabGroup

setTabGroup

public void setTabGroup(WpcTabAttrColType[][][] tabGroup)
Sets the tabGroup value for this WpcContainerViewType.

Parameters:
tabGroup -

getTabGroup

public WpcTabAttrColType[][] getTabGroup(int i)

setTabGroup

public void setTabGroup(int i,
                        WpcTabAttrColType[][] _value)

getAttributeCollections

public WpcAttributeCollectionType[][] getAttributeCollections()
Gets the attributeCollections value for this WpcContainerViewType.

Returns:
attributeCollections

setAttributeCollections

public void setAttributeCollections(WpcAttributeCollectionType[][] attributeCollections)
Sets the attributeCollections value for this WpcContainerViewType.

Parameters:
attributeCollections -

getAttributeCollections

public WpcAttributeCollectionType[] getAttributeCollections(int i)

setAttributeCollections

public void setAttributeCollections(int i,
                                    WpcAttributeCollectionType[] _value)

getName

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

Returns:
name

setName

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

Parameters:
name -

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