|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Specification
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.pub.collections.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
Properties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesString getIdentifier()
Stringvoid setIdentifier(String value)
value - allowed object is
StringString getVendor()
Stringvoid setVendor(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringMultiplicity getMultiplicity()
Multiplicityvoid setMultiplicity(Multiplicity value)
value - allowed object is
MultiplicityBoolean isStateless()
Booleanvoid setStateless(Boolean value)
value - allowed object is
BooleanScope getScope()
Scopevoid setScope(Scope value)
value - allowed object is
Scope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||