net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl
Class SupportsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.SupportsTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, SupportsType

public class SupportsTypeImpl
extends Object
implements Serializable, Cloneable, SupportsType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  MimeTypeTypeImpl mimeType
           
protected  List<PortletModeType> portletMode
           
protected  List<WindowStateType> windowState
           
 
Constructor Summary
SupportsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.SupportsTypeImpl instance.
SupportsTypeImpl(SupportsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.SupportsTypeImpl instance by copying a given instance.
 
Method Summary
 SupportsTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 MimeTypeType getMimeType()
          Gets the value of the mimeType property.
 List<PortletModeType> getPortletMode()
          Gets the value of the portletMode property.
 List<WindowStateType> getWindowState()
          Gets the value of the windowState property.
 void setId(String value)
          Sets the value of the id property.
 void setMimeType(MimeTypeType value)
          Sets the value of the mimeType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeType

protected MimeTypeTypeImpl mimeType

portletMode

protected List<PortletModeType> portletMode

windowState

protected List<WindowStateType> windowState

id

protected String id
Constructor Detail

SupportsTypeImpl

public SupportsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.SupportsTypeImpl instance.


SupportsTypeImpl

public SupportsTypeImpl(SupportsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.SupportsTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMimeType

public MimeTypeType getMimeType()
Description copied from interface: SupportsType
Gets the value of the mimeType property.

Specified by:
getMimeType in interface SupportsType
Returns:
possible object is MimeTypeType

setMimeType

public void setMimeType(MimeTypeType value)
Description copied from interface: SupportsType
Sets the value of the mimeType property.

Specified by:
setMimeType in interface SupportsType
Parameters:
value - allowed object is MimeTypeType

getPortletMode

public List<PortletModeType> getPortletMode()
Description copied from interface: SupportsType
Gets the value of the portletMode property.

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 portletMode property.

For example, to add a new item, do as follows:

    getPortletMode().add(newItem);
 

Objects of the following type(s) are allowed in the list PortletModeType

Specified by:
getPortletMode in interface SupportsType

getWindowState

public List<WindowStateType> getWindowState()
Description copied from interface: SupportsType
Gets the value of the windowState property.

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 windowState property.

For example, to add a new item, do as follows:

    getWindowState().add(newItem);
 

Objects of the following type(s) are allowed in the list WindowStateType

Specified by:
getWindowState in interface SupportsType

getId

public String getId()
Description copied from interface: SupportsType
Gets the value of the id property.

Specified by:
getId in interface SupportsType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: SupportsType
Sets the value of the id property.

Specified by:
setId in interface SupportsType
Parameters:
value - allowed object is String

clone

public SupportsTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.