|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.CustomWindowStateTypeImpl
public class CustomWindowStateTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected WindowStateTypeImpl |
windowState
|
| Constructor Summary | |
|---|---|
CustomWindowStateTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.CustomWindowStateTypeImpl instance. |
|
CustomWindowStateTypeImpl(CustomWindowStateTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.CustomWindowStateTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CustomWindowStateTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
WindowStateType |
getWindowState()
Gets the value of the windowState property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setWindowState(WindowStateType value)
Sets the value of the windowState property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected WindowStateTypeImpl windowState
protected String id
| Constructor Detail |
|---|
public CustomWindowStateTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.CustomWindowStateTypeImpl instance.
public CustomWindowStateTypeImpl(CustomWindowStateTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.CustomWindowStateTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
CustomWindowStateType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface CustomWindowStateTypepublic WindowStateType getWindowState()
CustomWindowStateType
getWindowState in interface CustomWindowStateTypeWindowStateTypepublic void setWindowState(WindowStateType value)
CustomWindowStateType
setWindowState in interface CustomWindowStateTypevalue - allowed object is
WindowStateTypepublic String getId()
CustomWindowStateType
getId in interface CustomWindowStateTypeStringpublic void setId(String value)
CustomWindowStateType
setId in interface CustomWindowStateTypevalue - allowed object is
Stringpublic CustomWindowStateTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||