net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container
Interface SpecificationReference

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

public interface SpecificationReference
extends ModelObject

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getIdentifier

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

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()
Gets the value of the version property.

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.