net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl
Class SupportsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.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
           
 
Constructor Summary
SupportsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.SupportsTypeImpl instance.
SupportsTypeImpl(SupportsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.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.
 PortletModeType[] getPortletMode()
           
 PortletModeType getPortletMode(int idx)
           
 int getPortletModeLength()
           
 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)
           
 
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

id

protected String id
Constructor Detail

SupportsTypeImpl

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


SupportsTypeImpl

public SupportsTypeImpl(SupportsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.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

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.