|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specification
public class 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>
| Field Summary | |
|---|---|
protected String |
identifier
|
protected Multiplicity |
multiplicity
|
protected Properties |
properties
|
protected Scope |
scope
|
protected Boolean |
stateless
|
protected String |
vendor
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Specification()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specification instance. |
|
Specification(Specification o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specification instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Specification |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Properties properties
protected String identifier
protected String vendor
protected String version
protected Multiplicity multiplicity
protected Boolean stateless
protected Scope scope
| Constructor Detail |
|---|
public Specification()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specification instance.
public Specification(Specification o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jdtaus.container.Specification instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Multiplicity getMultiplicity()
Multiplicitypublic void setMultiplicity(Multiplicity value)
value - allowed object is
Multiplicitypublic Boolean isStateless()
Booleanpublic void setStateless(Boolean value)
value - allowed object is
Booleanpublic Scope getScope()
Scopepublic void setScope(Scope value)
value - allowed object is
Scopepublic Specification clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||