|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.THumanInteractions
public class THumanInteractions
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 |
|---|
protected TExtensions extensions
protected List<TImport> _import
protected TLogicalPeopleGroups logicalPeopleGroups
protected TTasks tasks
protected TNotifications notifications
protected String targetNamespace
protected String queryLanguage
protected String expressionLanguage
| Constructor Detail |
|---|
public THumanInteractions()
| Method Detail |
|---|
public TExtensions getExtensions()
TExtensionspublic void setExtensions(TExtensions value)
value - allowed object is
TExtensionspublic List<TImport> getImport()
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
public TLogicalPeopleGroups getLogicalPeopleGroups()
TLogicalPeopleGroupspublic void setLogicalPeopleGroups(TLogicalPeopleGroups value)
value - allowed object is
TLogicalPeopleGroupspublic TTasks getTasks()
TTaskspublic void setTasks(TTasks value)
value - allowed object is
TTaskspublic TNotifications getNotifications()
TNotificationspublic void setNotifications(TNotifications value)
value - allowed object is
TNotificationspublic String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic String getQueryLanguage()
Stringpublic void setQueryLanguage(String value)
value - allowed object is
Stringpublic String getExpressionLanguage()
Stringpublic void setExpressionLanguage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||