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