net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl
Class ImplementationImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ImplementationImpl
All Implemented Interfaces:
Serializable, Cloneable, Implementation, ModelObject

public class ImplementationImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Implementation

See Also:
Serialized Form

Field Summary
protected  Boolean _final
           
protected  DependenciesImpl dependencies
           
protected  String identifier
           
protected  MessagesImpl messages
           
protected  String name
           
protected  String parent
           
protected  PropertiesImpl properties
           
protected  SpecificationsImpl specifications
           
protected  String vendor
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
ImplementationImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ImplementationImpl instance.
ImplementationImpl(ImplementationImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ImplementationImpl instance by copying a given instance.
 
Method Summary
 ImplementationImpl clone()
          Creates and returns a copy of this object.
 Dependencies getDependencies()
          Implementations the implementation depends on.
 String getIdentifier()
          Gets the value of the identifier property.
 Messages getMessages()
          Messages of the implementation.
 String getName()
          Gets the value of the name property.
 String getParent()
          Gets the value of the parent property.
 Properties getProperties()
          Properties of the implementation.
 Specifications getSpecifications()
          Specifications implemented by this implementation.
 String getVendor()
          Gets the value of the vendor property.
 String getVersion()
          Gets the value of the version property.
 Boolean isFinal()
          Gets the value of the final property.
 void setDependencies(Dependencies value)
          Sets the value of the dependencies property.
 void setFinal(Boolean value)
          Sets the value of the final property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setMessages(Messages value)
          Sets the value of the messages property.
 void setName(String value)
          Sets the value of the name property.
 void setParent(String value)
          Sets the value of the parent property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void setVendor(String value)
          Sets the value of the vendor property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

specifications

protected SpecificationsImpl specifications

dependencies

protected DependenciesImpl dependencies

properties

protected PropertiesImpl properties

messages

protected MessagesImpl messages

identifier

protected String identifier

name

protected String name

vendor

protected String vendor

version

protected String version

parent

protected String parent

_final

protected Boolean _final
Constructor Detail

ImplementationImpl

public ImplementationImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ImplementationImpl instance.


ImplementationImpl

public ImplementationImpl(ImplementationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ImplementationImpl instance by copying a given instance.

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

getSpecifications

public Specifications getSpecifications()
Description copied from interface: Implementation
Specifications implemented by this implementation.

Specified by:
getSpecifications in interface Implementation
Returns:
possible object is Specifications

setSpecifications

public void setSpecifications(Specifications value)
Description copied from interface: Implementation
Sets the value of the specifications property.

Specified by:
setSpecifications in interface Implementation
Parameters:
value - allowed object is Specifications

getDependencies

public Dependencies getDependencies()
Description copied from interface: Implementation
Implementations the implementation depends on.

Specified by:
getDependencies in interface Implementation
Returns:
possible object is Dependencies

setDependencies

public void setDependencies(Dependencies value)
Description copied from interface: Implementation
Sets the value of the dependencies property.

Specified by:
setDependencies in interface Implementation
Parameters:
value - allowed object is Dependencies

getProperties

public Properties getProperties()
Description copied from interface: Implementation
Properties of the implementation.

Specified by:
getProperties in interface Implementation
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Description copied from interface: Implementation
Sets the value of the properties property.

Specified by:
setProperties in interface Implementation
Parameters:
value - allowed object is Properties

getMessages

public Messages getMessages()
Description copied from interface: Implementation
Messages of the implementation.

Specified by:
getMessages in interface Implementation
Returns:
possible object is Messages

setMessages

public void setMessages(Messages value)
Description copied from interface: Implementation
Sets the value of the messages property.

Specified by:
setMessages in interface Implementation
Parameters:
value - allowed object is Messages

getIdentifier

public String getIdentifier()
Description copied from interface: Implementation
Gets the value of the identifier property.

Specified by:
getIdentifier in interface Implementation
Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Description copied from interface: Implementation
Sets the value of the identifier property.

Specified by:
setIdentifier in interface Implementation
Parameters:
value - allowed object is String

getName

public String getName()
Description copied from interface: Implementation
Gets the value of the name property.

Specified by:
getName in interface Implementation
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Implementation
Sets the value of the name property.

Specified by:
setName in interface Implementation
Parameters:
value - allowed object is String

getVendor

public String getVendor()
Description copied from interface: Implementation
Gets the value of the vendor property.

Specified by:
getVendor in interface Implementation
Returns:
possible object is String

setVendor

public void setVendor(String value)
Description copied from interface: Implementation
Sets the value of the vendor property.

Specified by:
setVendor in interface Implementation
Parameters:
value - allowed object is String

getVersion

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

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

setVersion

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

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

getParent

public String getParent()
Description copied from interface: Implementation
Gets the value of the parent property.

Specified by:
getParent in interface Implementation
Returns:
possible object is String

setParent

public void setParent(String value)
Description copied from interface: Implementation
Sets the value of the parent property.

Specified by:
setParent in interface Implementation
Parameters:
value - allowed object is String

isFinal

public Boolean isFinal()
Description copied from interface: Implementation
Gets the value of the final property.

Specified by:
isFinal in interface Implementation
Returns:
possible object is Boolean

setFinal

public void setFinal(Boolean value)
Description copied from interface: Implementation
Sets the value of the final property.

Specified by:
setFinal in interface Implementation
Parameters:
value - allowed object is Boolean

clone

public ImplementationImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.