org.jomc.model
Class SpecificationReference

Package class diagram package SpecificationReference
java.lang.Object
  extended by org.jomc.model.ModelObject
      extended by org.jomc.model.SpecificationReference
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ImplementationReference

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class SpecificationReference
extends ModelObject
implements Cloneable

Reference to a specification.

See Also:
Specification

Field Summary
protected  String identifier
           
protected  String version
           
 
Fields inherited from class org.jomc.model.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
SpecificationReference()
          Creates a new SpecificationReference instance.
SpecificationReference(SpecificationReference o)
          Creates a new SpecificationReference instance by deeply copying a given instance.
 
Method Summary
 SpecificationReference clone()
          Creates and returns a deep copy of this object.
 String getIdentifier()
          The identifier of the referenced specification.
 String getVersion()
          The version of the referenced specification or null.
 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 org.jomc.model.ModelObject
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
 

Field Detail

identifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String identifier

version

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String version
Constructor Detail

SpecificationReference

public SpecificationReference()
Creates a new SpecificationReference instance.


SpecificationReference

public SpecificationReference(SpecificationReference o)
Creates a new SpecificationReference instance by deeply copying a given instance.

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

getIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getIdentifier()
The identifier of the referenced specification.

Returns:
possible object is String

setIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getVersion

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getVersion()
The version of the referenced specification or null.

Returns:
possible object is String

setVersion

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public SpecificationReference clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class ModelObject
Returns:
A deep copy of this object.


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.