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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationReferenceImpl
          extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.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.jomc.impl.SpecificationReferenceImpl
identifier, version
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
ImplementationReferenceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationReferenceImpl instance.
ImplementationReferenceImpl(ImplementationReferenceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationReferenceImpl instance by copying a given instance.
 
Method Summary
 ImplementationReferenceImpl clone()
          Creates and returns a copy of this object.
 String getImplementationName()
          Name of the referenced implementation of the specification.
 void setImplementationName(String value)
          Sets the value of the implementationName property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationReferenceImpl
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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.jomc.SpecificationReference
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Field Detail

implementationName

protected String implementationName
Constructor Detail

ImplementationReferenceImpl

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


ImplementationReferenceImpl

public ImplementationReferenceImpl(ImplementationReferenceImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.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
Name of the referenced implementation of the specification. If not set, the specification's multiplicity determines the implementation(s) of the reference.

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.