com.ibm.cics.atomservice
Class WorkspaceType

java.lang.Object
  extended by com.ibm.cics.atomservice.WorkspaceType

public class WorkspaceType
extends java.lang.Object

Java class for workspace_type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="workspace_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2005/Atom}title"/>
         <element name="collection" type="{http://www.w3.org/2007/app}collection_type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
WorkspaceType()
           
 
Method Summary
 java.util.List<CollectionType> getCollection()
          Gets the value of the collection property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceType

public WorkspaceType()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getCollection

public java.util.List<CollectionType> getCollection()
Gets the value of the collection property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the collection property.

For example, to add a new item, do as follows:

    getCollection().add(newItem);
 

Objects of the following type(s) are allowed in the list CollectionType