net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc
Interface SpecificationReference

All Superinterfaces:
ModelObject
All Known Subinterfaces:
Dependency, ImplementationReference
All Known Implementing Classes:
DependencyImpl, ImplementationReferenceImpl, SpecificationReferenceImpl

public interface SpecificationReference
extends ModelObject

Reference to a specification.


Method Summary
 String getIdentifier()
          The identifier of the referenced specification.
 String getVersion()
          The version of the referenced specification.
 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 interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getIdentifier

String getIdentifier()
The identifier of the referenced specification.

Returns:
possible object is String

setIdentifier

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

Parameters:
value - allowed object is String

getVersion

String getVersion()
The version of the referenced specification.

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String


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