|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl
public class ApplicationTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected List<IconType> |
icon
|
protected String |
id
|
protected PathTypeImpl |
libraryDirectory
|
protected List<ModuleType> |
module
|
protected List<SecurityRoleType> |
securityRole
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ApplicationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance. |
|
ApplicationTypeImpl(ApplicationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ApplicationTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
PathType |
getLibraryDirectory()
Gets the value of the libraryDirectory property. |
List<ModuleType> |
getModule()
Gets the value of the module property. |
List<SecurityRoleType> |
getSecurityRole()
Gets the value of the securityRole property. |
String |
getVersion()
Gets the value of the version property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLibraryDirectory(PathType value)
Sets the value of the libraryDirectory property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected List<ModuleType> module
protected List<SecurityRoleType> securityRole
protected PathTypeImpl libraryDirectory
protected String version
protected String id
| Constructor Detail |
|---|
public ApplicationTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance.
public ApplicationTypeImpl(ApplicationTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
ApplicationType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface ApplicationTypepublic List<DisplayNameType> getDisplayName()
ApplicationType
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface ApplicationTypepublic List<IconType> getIcon()
ApplicationType
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface ApplicationTypepublic List<ModuleType> getModule()
ApplicationType
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 module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleType
getModule in interface ApplicationTypepublic List<SecurityRoleType> getSecurityRole()
ApplicationType
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 securityRole property.
For example, to add a new item, do as follows:
getSecurityRole().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleType
getSecurityRole in interface ApplicationTypepublic PathType getLibraryDirectory()
ApplicationType
getLibraryDirectory in interface ApplicationTypePathTypepublic void setLibraryDirectory(PathType value)
ApplicationType
setLibraryDirectory in interface ApplicationTypevalue - allowed object is
PathTypepublic String getVersion()
ApplicationType
getVersion in interface ApplicationTypeStringpublic void setVersion(String value)
ApplicationType
setVersion in interface ApplicationTypevalue - allowed object is
Stringpublic String getId()
ApplicationType
getId in interface ApplicationTypeStringpublic void setId(String value)
ApplicationType
setId in interface ApplicationTypevalue - allowed object is
Stringpublic ApplicationTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||