org.ow2.orchestra.ws_ht
Class TLogicalPeopleGroup

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

public class TLogicalPeopleGroup
extends TExtensibleElements

Java class for tLogicalPeopleGroup complex type.

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

 <complexType name="tLogicalPeopleGroup">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="parameter" type="{http://www.example.org/WS-HT}tParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  List<TParameter> parameter
           
protected  String reference
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TLogicalPeopleGroup()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 List<TParameter> getParameter()
          Gets the value of the parameter property.
 String getReference()
          Gets the value of the reference property.
 void setName(String value)
          Sets the value of the name property.
 void setReference(String value)
          Sets the value of the reference 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

parameter

protected List<TParameter> parameter

name

protected String name

reference

protected String reference
Constructor Detail

TLogicalPeopleGroup

public TLogicalPeopleGroup()
Method Detail

getParameter

public List<TParameter> getParameter()
Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getReference

public String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.