|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.IconTypeImpl
public class IconTypeImpl
| 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.prot.collections.novalueclass.javaee.impl.IconTypeImpl instance. |
|
IconTypeImpl(IconTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 |
|---|
protected PathTypeImpl smallIcon
protected PathTypeImpl largeIcon
protected String lang
protected String id
| Constructor Detail |
|---|
public IconTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.IconTypeImpl instance.
public IconTypeImpl(IconTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.IconTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PathType getSmallIcon()
IconType
getSmallIcon in interface IconTypePathTypepublic void setSmallIcon(PathType value)
IconType
setSmallIcon in interface IconTypevalue - allowed object is
PathTypepublic PathType getLargeIcon()
IconType
getLargeIcon in interface IconTypePathTypepublic void setLargeIcon(PathType value)
IconType
setLargeIcon in interface IconTypevalue - allowed object is
PathTypepublic String getLang()
IconType
getLang in interface IconTypeStringpublic void setLang(String value)
IconType
setLang in interface IconTypevalue - allowed object is
Stringpublic String getId()
IconType
getId in interface IconTypeStringpublic void setId(String value)
IconType
setId in interface IconTypevalue - allowed object is
Stringpublic IconTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||