net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container
Class SpecificationReference

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.SpecificationReference
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ImplementationReference

public class SpecificationReference
extends ModelObject
implements Serializable, Cloneable

Java class for SpecificationReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SpecificationReference">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <attribute name="identifier" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
       <attribute name="version" type="{http://jdtaus.org/core/model/container}Version" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String identifier
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.ModelObject
documentation, modelVersion
 
Constructor Summary
SpecificationReference()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.SpecificationReference instance.
SpecificationReference(SpecificationReference o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.SpecificationReference instance by copying a given instance.
 
Method Summary
 SpecificationReference 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.pkg.indexed.valueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected String identifier

version

protected String version
Constructor Detail

SpecificationReference

public SpecificationReference()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.SpecificationReference instance.


SpecificationReference

public SpecificationReference(SpecificationReference o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jdtaus.container.SpecificationReference instance by copying a given instance.

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

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

clone

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

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


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