net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class ApplicationTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ApplicationType

public class ApplicationTypeImpl
extends Object
implements Serializable, Cloneable, ApplicationType

See Also:
Serialized Form

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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

module

protected List<ModuleType> module

securityRole

protected List<SecurityRoleType> securityRole

libraryDirectory

protected PathTypeImpl libraryDirectory

version

protected String version

id

protected String id
Constructor Detail

ApplicationTypeImpl

public ApplicationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance.


ApplicationTypeImpl

public ApplicationTypeImpl(ApplicationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ApplicationTypeImpl instance by copying a given instance.

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: ApplicationType
Gets the value of the description property.

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

Specified by:
getDescription in interface ApplicationType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: ApplicationType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface ApplicationType

getIcon

public List<IconType> getIcon()
Description copied from interface: ApplicationType
Gets the value of the icon property.

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

Specified by:
getIcon in interface ApplicationType

getModule

public List<ModuleType> getModule()
Description copied from interface: ApplicationType
Gets the value of the module property.

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

Specified by:
getModule in interface ApplicationType

getSecurityRole

public List<SecurityRoleType> getSecurityRole()
Description copied from interface: ApplicationType
Gets the value of the securityRole property.

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

Specified by:
getSecurityRole in interface ApplicationType

getLibraryDirectory

public PathType getLibraryDirectory()
Description copied from interface: ApplicationType
Gets the value of the libraryDirectory property.

Specified by:
getLibraryDirectory in interface ApplicationType
Returns:
possible object is PathType

setLibraryDirectory

public void setLibraryDirectory(PathType value)
Description copied from interface: ApplicationType
Sets the value of the libraryDirectory property.

Specified by:
setLibraryDirectory in interface ApplicationType
Parameters:
value - allowed object is PathType

getVersion

public String getVersion()
Description copied from interface: ApplicationType
Gets the value of the version property.

Specified by:
getVersion in interface ApplicationType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: ApplicationType
Sets the value of the version property.

Specified by:
setVersion in interface ApplicationType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

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