
public interface Specification extends ModelObject
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 344)
<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="multiplicity" use="required" type="{http://jdtaus.org/core/model/container}Multiplicity" />
<attribute name="scope" use="required" type="{http://jdtaus.org/core/model/container}Scope" />
<attribute name="stateless" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
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)
Properties of the specification.
|
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.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionString getIdentifier()
StringMultiplicity getMultiplicity()
MultiplicityProperties getProperties()
Properties
PropertiesElementString getVendor()
StringString getVersion()
Stringboolean isStateless()
void setIdentifier(String value)
value - allowed object is
Stringvoid setMultiplicity(Multiplicity value)
value - allowed object is
Multiplicityvoid setProperties(Properties value)
value - allowed object is
Properties
PropertiesElementvoid setScope(Scope value)
value - allowed object is
Scopevoid setStateless(boolean value)
void setVendor(String value)
value - allowed object is
Stringvoid setVersion(String value)
value - allowed object is
StringCopyright © 2005–2014 jDTAUS. All rights reserved.