public class TFrom extends TExtensibleMixedContentElements
Java class for tFrom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFrom">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleMixedContentElements">
<sequence>
<choice>
<element name="argument" type="{http://www.example.org/WS-HT}tArgument" minOccurs="0"/>
<element name="literal" type="{http://www.example.org/WS-HT}tLiteral" minOccurs="0"/>
</choice>
</sequence>
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="logicalPeopleGroup" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionLanguage |
protected QName |
logicalPeopleGroup |
content| Constructor and Description |
|---|
TFrom() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionLanguage()
Gets the value of the expressionLanguage property.
|
QName |
getLogicalPeopleGroup()
Gets the value of the logicalPeopleGroup property.
|
void |
setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.
|
void |
setLogicalPeopleGroup(QName value)
Sets the value of the logicalPeopleGroup property.
|
getContent, getOtherAttributesprotected String expressionLanguage
protected QName logicalPeopleGroup
public String getExpressionLanguage()
Stringpublic void setExpressionLanguage(String value)
value - allowed object is
Stringpublic QName getLogicalPeopleGroup()
QNameCopyright © 2012 OW2 Consortium. All Rights Reserved.