|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Preferences.Views
public static class Preferences.Views
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="view" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
<attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
selected
|
protected java.util.List<java.lang.String> |
view
|
| Constructor Summary | |
|---|---|
Preferences.Views()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getSelected()
Gets the value of the selected property. |
java.util.List<java.lang.String> |
getView()
Gets the value of the view property. |
void |
setSelected(java.lang.Integer value)
Sets the value of the selected property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> view
protected java.lang.Integer selected
| Constructor Detail |
|---|
public Preferences.Views()
| Method Detail |
|---|
public java.util.List<java.lang.String> getView()
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 view property.
For example, to add a new item, do as follows:
getView().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Integer getSelected()
Integerpublic void setSelected(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||