org.ow2.orchestra.ws_ht
Class THumanInteractions

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.THumanInteractions

public class THumanInteractions
extends TExtensibleElements

Java class for tHumanInteractions complex type.

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

 <complexType name="tHumanInteractions">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="extensions" type="{http://www.example.org/WS-HT}tExtensions" minOccurs="0"/>
         <element name="import" type="{http://www.example.org/WS-HT}tImport" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.example.org/WS-HT}logicalPeopleGroups" minOccurs="0"/>
         <element ref="{http://www.example.org/WS-HT}tasks" minOccurs="0"/>
         <element ref="{http://www.example.org/WS-HT}notifications" minOccurs="0"/>
       </sequence>
       <attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="queryLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TImport> _import
           
protected  String expressionLanguage
           
protected  TExtensions extensions
           
protected  TLogicalPeopleGroups logicalPeopleGroups
           
protected  TNotifications notifications
           
protected  String queryLanguage
           
protected  String targetNamespace
           
protected  TTasks tasks
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
THumanInteractions()
           
 
Method Summary
 String getExpressionLanguage()
          Gets the value of the expressionLanguage property.
 TExtensions getExtensions()
          Gets the value of the extensions property.
 List<TImport> getImport()
          Gets the value of the import property.
 TLogicalPeopleGroups getLogicalPeopleGroups()
          Gets the value of the logicalPeopleGroups property.
 TNotifications getNotifications()
          Gets the value of the notifications property.
 String getQueryLanguage()
          Gets the value of the queryLanguage property.
 String getTargetNamespace()
          Gets the value of the targetNamespace property.
 TTasks getTasks()
          Gets the value of the tasks property.
 void setExpressionLanguage(String value)
          Sets the value of the expressionLanguage property.
 void setExtensions(TExtensions value)
          Sets the value of the extensions property.
 void setLogicalPeopleGroups(TLogicalPeopleGroups value)
          Sets the value of the logicalPeopleGroups property.
 void setNotifications(TNotifications value)
          Sets the value of the notifications property.
 void setQueryLanguage(String value)
          Sets the value of the queryLanguage property.
 void setTargetNamespace(String value)
          Sets the value of the targetNamespace property.
 void setTasks(TTasks value)
          Sets the value of the tasks property.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected TExtensions extensions

_import

protected List<TImport> _import

logicalPeopleGroups

protected TLogicalPeopleGroups logicalPeopleGroups

tasks

protected TTasks tasks

notifications

protected TNotifications notifications

targetNamespace

protected String targetNamespace

queryLanguage

protected String queryLanguage

expressionLanguage

protected String expressionLanguage
Constructor Detail

THumanInteractions

public THumanInteractions()
Method Detail

getExtensions

public TExtensions getExtensions()
Gets the value of the extensions property.

Returns:
possible object is TExtensions

setExtensions

public void setExtensions(TExtensions value)
Sets the value of the extensions property.

Parameters:
value - allowed object is TExtensions

getImport

public List<TImport> getImport()
Gets the value of the import 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 import property.

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

    getImport().add(newItem);
 

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


getLogicalPeopleGroups

public TLogicalPeopleGroups getLogicalPeopleGroups()
Gets the value of the logicalPeopleGroups property.

Returns:
possible object is TLogicalPeopleGroups

setLogicalPeopleGroups

public void setLogicalPeopleGroups(TLogicalPeopleGroups value)
Sets the value of the logicalPeopleGroups property.

Parameters:
value - allowed object is TLogicalPeopleGroups

getTasks

public TTasks getTasks()
Gets the value of the tasks property.

Returns:
possible object is TTasks

setTasks

public void setTasks(TTasks value)
Sets the value of the tasks property.

Parameters:
value - allowed object is TTasks

getNotifications

public TNotifications getNotifications()
Gets the value of the notifications property.

Returns:
possible object is TNotifications

setNotifications

public void setNotifications(TNotifications value)
Sets the value of the notifications property.

Parameters:
value - allowed object is TNotifications

getTargetNamespace

public String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

getQueryLanguage

public String getQueryLanguage()
Gets the value of the queryLanguage property.

Returns:
possible object is String

setQueryLanguage

public void setQueryLanguage(String value)
Sets the value of the queryLanguage property.

Parameters:
value - allowed object is String

getExpressionLanguage

public String getExpressionLanguage()
Gets the value of the expressionLanguage property.

Returns:
possible object is String

setExpressionLanguage

public void setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.