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>
| Modifier and Type | Field and Description |
|---|---|
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 |
any, documentation| Constructor and Description |
|---|
THumanInteractions() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected TExtensions extensions
protected TLogicalPeopleGroups logicalPeopleGroups
protected TTasks tasks
protected TNotifications notifications
protected String targetNamespace
protected String queryLanguage
protected String expressionLanguage
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()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.