net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.impl
Class SpecificationReferenceImpl

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

public class SpecificationReferenceImpl
extends ModelObjectImpl
implements Serializable, Cloneable, SpecificationReference

See Also:
Serialized Form

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

Field Detail

identifier

protected String identifier

version

protected String version
Constructor Detail

SpecificationReferenceImpl

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


SpecificationReferenceImpl

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

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

getIdentifier

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

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

setIdentifier

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

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

getVersion

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

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

setVersion

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

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

clone

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