net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc
Class Implementation

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.ModelObject
      extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.Implementation
All Implemented Interfaces:
Serializable, Cloneable

public class Implementation
extends ModelObject
implements Serializable, Cloneable

Implementation meta-data.

An implementation consists of the properties identifier, name, class, location, description, vendor and version. Property identifier holds an identifier uniquely identifying the implementation in a set of implementations. Property name holds a name of the implementation uniquely identifying the implementation for a specification. Property class holds the name of the class providing implementation instances. Property location holds a location URI used for locating implementation instances. Property description holds a textual description. Property vendor holds vendor information for the vendor providing the implementation. Property version holds a textual version of the implementation.

Properties, dependencies and specifications may be inherited from a parent. Property final flags an implementation as the final node in an inheritance hierarchy.

The stateless flag indicates that an implementation does not retain state across operations.

See Also:
Serialized Form

Field Summary
protected  Boolean _final
           
protected  String clazz
           
protected  Dependencies dependencies
           
protected  String identifier
           
protected  String location
           
protected  Messages messages
           
protected  String name
           
protected  String parent
           
protected  Properties properties
           
protected  Specifications specifications
           
protected  Boolean stateless
           
protected  String vendor
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
Implementation()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.Implementation instance.
Implementation(Implementation o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.Implementation instance by copying a given instance.
 
Method Summary
 Implementation clone()
          Creates and returns a copy of this object.
 String getClazz()
          The name of the class providing instances of this implementation.
 Dependencies getDependencies()
          Dependencies of this implementation.
 String getIdentifier()
          The identifier of this implementation.
 String getLocation()
          The location URI used for locating instances of this implementation.
 Messages getMessages()
          Messages of this implementation.
 String getName()
          The name of this implementation.
 String getParent()
          Identifier of an implementation this implementation inherits from.
 Properties getProperties()
          Properties of this implementation.
 Specifications getSpecifications()
          Specifications implemented by this implementation.
 String getVendor()
          The presentation vendor of this implementation.
 String getVersion()
          The version of this implementation.
 boolean isFinal()
          Flags this implementation the final node in an inheritance hierarchy.
 boolean isStateless()
          Flags this implementation stateless.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setDependencies(Dependencies value)
          Sets the value of the dependencies property.
 void setFinal(Boolean value)
          Sets the value of the final property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setLocation(String value)
          Sets the value of the location property.
 void setMessages(Messages value)
          Sets the value of the messages property.
 void setName(String value)
          Sets the value of the name property.
 void setParent(String value)
          Sets the value of the parent property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSpecifications(Specifications value)
          Sets the value of the specifications 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.collections.valueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specifications

protected Specifications specifications

dependencies

protected Dependencies dependencies

properties

protected Properties properties

messages

protected Messages messages

identifier

protected String identifier

name

protected String name

clazz

protected String clazz

location

protected String location

vendor

protected String vendor

version

protected String version

parent

protected String parent

_final

protected Boolean _final

stateless

protected Boolean stateless
Constructor Detail

Implementation

public Implementation()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.Implementation instance.


Implementation

public Implementation(Implementation o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jomc.Implementation instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSpecifications

public Specifications getSpecifications()
Specifications implemented by this implementation.

Returns:
possible object is Specifications

setSpecifications

public void setSpecifications(Specifications value)
Sets the value of the specifications property.

Parameters:
value - allowed object is Specifications

getDependencies

public Dependencies getDependencies()
Dependencies of this implementation.

Returns:
possible object is Dependencies

setDependencies

public void setDependencies(Dependencies value)
Sets the value of the dependencies property.

Parameters:
value - allowed object is Dependencies

getProperties

public Properties getProperties()
Properties of this implementation.

Returns:
possible object is Properties

setProperties

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

Parameters:
value - allowed object is Properties

getMessages

public Messages getMessages()
Messages of this implementation.

Returns:
possible object is Messages

setMessages

public void setMessages(Messages value)
Sets the value of the messages property.

Parameters:
value - allowed object is Messages

getIdentifier

public String getIdentifier()
The identifier of this implementation.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getName

public String getName()
The name of this implementation.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
The name of the class providing instances of this implementation.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getLocation

public String getLocation()
The location URI used for locating instances of this implementation.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getVendor

public String getVendor()
The presentation vendor of this implementation.

Returns:
possible object is String

setVendor

public void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
The version of this implementation.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getParent

public String getParent()
Identifier of an implementation this implementation inherits from. When given, this implementation will inherit up the hierarchy starting at that parent.

Returns:
possible object is String

setParent

public void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

isFinal

public boolean isFinal()
Flags this implementation the final node in an inheritance hierarchy.

Returns:
possible object is Boolean

setFinal

public void setFinal(Boolean value)
Sets the value of the final property.

Parameters:
value - allowed object is Boolean

isStateless

public boolean isStateless()
Flags this implementation stateless.

Returns:
possible object is Boolean

setStateless

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

Parameters:
value - allowed object is Boolean

clone

public Implementation clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObject
Returns:
A clone of this instance.


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