net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container
Interface Specification

All Superinterfaces:
ModelObject
All Known Implementing Classes:
SpecificationImpl

public interface Specification
extends ModelObject

Meta-data describing a specification.

Java class for Specification complex type.

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

 <complexType name="Specification">
   <complexContent>
     <extension base="{http://jdtaus.org/core/model/container}ModelObject">
       <sequence>
         <element ref="{http://jdtaus.org/core/model/container}properties" minOccurs="0"/>
       </sequence>
       <attribute name="identifier" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
       <attribute name="vendor" use="required" type="{http://jdtaus.org/core/model/container}String" />
       <attribute name="version" use="required" type="{http://jdtaus.org/core/model/container}Version" />
       <attribute name="multiplicity" use="required" type="{http://jdtaus.org/core/model/container}Multiplicity" />
       <attribute name="stateless" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="scope" use="required" type="{http://jdtaus.org/core/model/container}Scope" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getIdentifier()
          Gets the value of the identifier property.
 Multiplicity getMultiplicity()
          Gets the value of the multiplicity property.
 Properties getProperties()
          Properties of the specification.
 Scope getScope()
          Gets the value of the scope property.
 String getVendor()
          Gets the value of the vendor property.
 String getVersion()
          Gets the value of the version property.
 Boolean isStateless()
          Gets the value of the stateless property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setMultiplicity(Multiplicity value)
          Sets the value of the multiplicity property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setScope(Scope value)
          Sets the value of the scope property.
 void setStateless(Boolean value)
          Sets the value of the stateless property.
 void setVendor(String value)
          Sets the value of the vendor property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getProperties

Properties getProperties()
Properties of the specification.

Returns:
possible object is Properties

setProperties

void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

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

getVendor

String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

void setVendor(String value)
Sets the value of the vendor 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

getMultiplicity

Multiplicity getMultiplicity()
Gets the value of the multiplicity property.

Returns:
possible object is Multiplicity

setMultiplicity

void setMultiplicity(Multiplicity value)
Sets the value of the multiplicity property.

Parameters:
value - allowed object is Multiplicity

isStateless

Boolean isStateless()
Gets the value of the stateless property.

Returns:
possible object is Boolean

setStateless

void setStateless(Boolean value)
Sets the value of the stateless property.

Parameters:
value - allowed object is Boolean

getScope

Scope getScope()
Gets the value of the scope property.

Returns:
possible object is Scope

setScope

void setScope(Scope value)
Sets the value of the scope property.

Parameters:
value - allowed object is Scope


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