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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<TParameter> |
parameter |
protected String |
reference |
any, documentation| Constructor and Description |
|---|
TLogicalPeopleGroup() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected List<TParameter> parameter
protected String name
protected String reference
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()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.