net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl
Class SupportsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  PortletModeType[] portletMode
           
protected  WindowStateType[] windowState
           
 
Constructor Summary
SupportsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.SupportsTypeImpl instance.
SupportsTypeImpl(SupportsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.SupportsTypeImpl instance by copying a given instance.
 
Method Summary
 SupportsTypeImpl clone()
          Creates and returns a copy of this object.
 void copyPortletMode(PortletModeType[] source)
          Copies all values of property PortletMode.
 void copyWindowState(WindowStateType[] source)
          Copies all values of property WindowState.
 String getId()
          Gets the value of the id property.
 MimeTypeType getMimeType()
          Gets the value of the mimeType property.
 PortletModeType[] getPortletMode()
           
 PortletModeType getPortletMode(int idx)
           
 int getPortletModeLength()
           
 WindowStateType[] getWindowState()
           
 WindowStateType getWindowState(int idx)
           
 int getWindowStateLength()
           
 void setId(String value)
          Sets the value of the id property.
 void setMimeType(MimeTypeType value)
          Sets the value of the mimeType property.
 PortletModeType setPortletMode(int idx, PortletModeType value)
           
 void setPortletMode(PortletModeType[] values)
           
 WindowStateType setWindowState(int idx, WindowStateType value)
           
 void setWindowState(WindowStateType[] values)
           
 
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 PortletModeType[] portletMode

windowState

protected WindowStateType[] windowState

id

protected String id
Constructor Detail

SupportsTypeImpl

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


SupportsTypeImpl

public SupportsTypeImpl(SupportsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 PortletModeType[] getPortletMode()
Specified by:
getPortletMode in interface SupportsType
Returns:
array of PortletModeType

getPortletMode

public PortletModeType getPortletMode(int idx)
Specified by:
getPortletMode in interface SupportsType
Returns:
one of PortletModeType

getPortletModeLength

public int getPortletModeLength()
Specified by:
getPortletModeLength in interface SupportsType

setPortletMode

public void setPortletMode(PortletModeType[] values)
Specified by:
setPortletMode in interface SupportsType
Parameters:
values - allowed objects are PortletModeType

setPortletMode

public PortletModeType setPortletMode(int idx,
                                      PortletModeType value)
Specified by:
setPortletMode in interface SupportsType
value - allowed object is PortletModeType

getWindowState

public WindowStateType[] getWindowState()
Specified by:
getWindowState in interface SupportsType
Returns:
array of WindowStateType

getWindowState

public WindowStateType getWindowState(int idx)
Specified by:
getWindowState in interface SupportsType
Returns:
one of WindowStateType

getWindowStateLength

public int getWindowStateLength()
Specified by:
getWindowStateLength in interface SupportsType

setWindowState

public void setWindowState(WindowStateType[] values)
Specified by:
setWindowState in interface SupportsType
Parameters:
values - allowed objects are WindowStateType

setWindowState

public WindowStateType setWindowState(int idx,
                                      WindowStateType value)
Specified by:
setWindowState in interface SupportsType
value - allowed object is WindowStateType

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

copyPortletMode

public void copyPortletMode(PortletModeType[] source)
Copies all values of property PortletMode.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyWindowState

public void copyWindowState(WindowStateType[] source)
Copies all values of property WindowState.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

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.