|
||||||||||
| 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.TLogicalPeopleGroup
public class TLogicalPeopleGroup
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 |
|---|
protected List<TParameter> parameter
protected String name
protected String reference
| Constructor Detail |
|---|
public TLogicalPeopleGroup()
| Method Detail |
|---|
public List<TParameter> getParameter()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getReference()
Stringpublic void setReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||