public class TestRole extends Object implements Serializable
Java class for TestRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestRole">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="list" type="{http://sample.javaprinciples.sf.net}NaturalList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NaturalList |
list |
protected String |
name |
| Constructor and Description |
|---|
TestRole() |
| Modifier and Type | Method and Description |
|---|---|
NaturalList |
getList()
Gets the value of the list property.
|
String |
getName()
Gets the value of the name property.
|
void |
setList(NaturalList value)
Sets the value of the list property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected NaturalList list
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic NaturalList getList()
NaturalListpublic void setList(NaturalList value)
value - allowed object is
NaturalListCopyright © 2014. All Rights Reserved.