net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class IconTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.IconTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, IconType

public class IconTypeImpl
extends Object
implements Serializable, Cloneable, IconType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String lang
           
protected  PathTypeImpl largeIcon
           
protected  PathTypeImpl smallIcon
           
 
Constructor Summary
IconTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.IconTypeImpl instance.
IconTypeImpl(IconTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.IconTypeImpl instance by copying a given instance.
 
Method Summary
 IconTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getLang()
          Gets the value of the lang property.
 PathType getLargeIcon()
          Gets the value of the largeIcon property.
 PathType getSmallIcon()
          Gets the value of the smallIcon property.
 void setId(String value)
          Sets the value of the id property.
 void setLang(String value)
          Sets the value of the lang property.
 void setLargeIcon(PathType value)
          Sets the value of the largeIcon property.
 void setSmallIcon(PathType value)
          Sets the value of the smallIcon property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smallIcon

protected PathTypeImpl smallIcon

largeIcon

protected PathTypeImpl largeIcon

lang

protected String lang

id

protected String id
Constructor Detail

IconTypeImpl

public IconTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.IconTypeImpl instance.


IconTypeImpl

public IconTypeImpl(IconTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.IconTypeImpl instance by copying a given instance.

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

getSmallIcon

public PathType getSmallIcon()
Description copied from interface: IconType
Gets the value of the smallIcon property.

Specified by:
getSmallIcon in interface IconType
Returns:
possible object is PathType

setSmallIcon

public void setSmallIcon(PathType value)
Description copied from interface: IconType
Sets the value of the smallIcon property.

Specified by:
setSmallIcon in interface IconType
Parameters:
value - allowed object is PathType

getLargeIcon

public PathType getLargeIcon()
Description copied from interface: IconType
Gets the value of the largeIcon property.

Specified by:
getLargeIcon in interface IconType
Returns:
possible object is PathType

setLargeIcon

public void setLargeIcon(PathType value)
Description copied from interface: IconType
Sets the value of the largeIcon property.

Specified by:
setLargeIcon in interface IconType
Parameters:
value - allowed object is PathType

getLang

public String getLang()
Description copied from interface: IconType
Gets the value of the lang property.

Specified by:
getLang in interface IconType
Returns:
possible object is String

setLang

public void setLang(String value)
Description copied from interface: IconType
Sets the value of the lang property.

Specified by:
setLang in interface IconType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

public IconTypeImpl 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.