org.ow2.orchestra.ws_ht
Class TFrom

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
      extended by org.ow2.orchestra.ws_ht.TFrom

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>
 


Field Summary
protected  String expressionLanguage
           
protected  QName logicalPeopleGroup
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
content
 
Constructor Summary
TFrom()
           
 
Method Summary
 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.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleMixedContentElements
getContent, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expressionLanguage

protected String expressionLanguage

logicalPeopleGroup

protected QName logicalPeopleGroup
Constructor Detail

TFrom

public TFrom()
Method Detail

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

getLogicalPeopleGroup

public QName getLogicalPeopleGroup()
Gets the value of the logicalPeopleGroup property.

Returns:
possible object is QName

setLogicalPeopleGroup

public void setLogicalPeopleGroup(QName value)
Sets the value of the logicalPeopleGroup property.

Parameters:
value - allowed object is QName


Copyright © 2012 OW2 Consortium. All Rights Reserved.