net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl
Class ImplementationReferenceImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.SpecificationReferenceImpl
          extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl
All Implemented Interfaces:
Serializable, Cloneable, ImplementationReference, ModelObject, SpecificationReference
Direct Known Subclasses:
DependencyImpl

public class ImplementationReferenceImpl
extends SpecificationReferenceImpl
implements Serializable, Cloneable, ImplementationReference

See Also:
Serialized Form

Field Summary
protected  String implementationName
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.SpecificationReferenceImpl
identifier, version
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
ImplementationReferenceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl instance.
ImplementationReferenceImpl(ImplementationReferenceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl instance by copying a given instance.
 
Method Summary
 ImplementationReferenceImpl clone()
          Creates and returns a copy of this object.
 String getImplementationName()
          Gets the value of the implementationName property.
 void setImplementationName(String value)
          Sets the value of the implementationName property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.SpecificationReferenceImpl
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.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.prot.collections.novalueclass.jdtaus.container.SpecificationReference
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

implementationName

protected String implementationName
Constructor Detail

ImplementationReferenceImpl

public ImplementationReferenceImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl instance.


ImplementationReferenceImpl

public ImplementationReferenceImpl(ImplementationReferenceImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl instance by copying a given instance.

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

getImplementationName

public String getImplementationName()
Description copied from interface: ImplementationReference
Gets the value of the implementationName property.

Specified by:
getImplementationName in interface ImplementationReference
Returns:
possible object is String

setImplementationName

public void setImplementationName(String value)
Description copied from interface: ImplementationReference
Sets the value of the implementationName property.

Specified by:
setImplementationName in interface ImplementationReference
Parameters:
value - allowed object is String

clone

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

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


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