net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl
Class ImplementationImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationImpl
All Implemented Interfaces:
Serializable, Cloneable, Implementation, ModelObject

public class ImplementationImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Implementation

See Also:
Serialized Form

Field Summary
protected  Boolean _final
           
protected  String clazz
           
protected  DependenciesImpl dependencies
           
protected  String identifier
           
protected  String location
           
protected  MessagesImpl messages
           
protected  String name
           
protected  String parent
           
protected  PropertiesImpl properties
           
protected  SpecificationsImpl specifications
           
protected  Boolean stateless
           
protected  String vendor
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
ImplementationImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationImpl instance.
ImplementationImpl(ImplementationImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationImpl instance by copying a given instance.
 
Method Summary
 ImplementationImpl 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.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
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
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Field Detail

specifications

protected SpecificationsImpl specifications

dependencies

protected DependenciesImpl dependencies

properties

protected PropertiesImpl properties

messages

protected MessagesImpl 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

ImplementationImpl

public ImplementationImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationImpl instance.


ImplementationImpl

public ImplementationImpl(ImplementationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ImplementationImpl instance by copying a given instance.

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

getSpecifications

public Specifications getSpecifications()
Description copied from interface: Implementation
Specifications implemented by this implementation.

Specified by:
getSpecifications in interface Implementation
Returns:
possible object is Specifications

setSpecifications

public void setSpecifications(Specifications value)
Description copied from interface: Implementation
Sets the value of the specifications property.

Specified by:
setSpecifications in interface Implementation
Parameters:
value - allowed object is Specifications

getDependencies

public Dependencies getDependencies()
Description copied from interface: Implementation
Dependencies of this implementation.

Specified by:
getDependencies in interface Implementation
Returns:
possible object is Dependencies

setDependencies

public void setDependencies(Dependencies value)
Description copied from interface: Implementation
Sets the value of the dependencies property.

Specified by:
setDependencies in interface Implementation
Parameters:
value - allowed object is Dependencies

getProperties

public Properties getProperties()
Description copied from interface: Implementation
Properties of this implementation.

Specified by:
getProperties in interface Implementation
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Description copied from interface: Implementation
Sets the value of the properties property.

Specified by:
setProperties in interface Implementation
Parameters:
value - allowed object is Properties

getMessages

public Messages getMessages()
Description copied from interface: Implementation
Messages of this implementation.

Specified by:
getMessages in interface Implementation
Returns:
possible object is Messages

setMessages

public void setMessages(Messages value)
Description copied from interface: Implementation
Sets the value of the messages property.

Specified by:
setMessages in interface Implementation
Parameters:
value - allowed object is Messages

getIdentifier

public String getIdentifier()
Description copied from interface: Implementation
The identifier of this implementation.

Specified by:
getIdentifier in interface Implementation
Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Description copied from interface: Implementation
Sets the value of the identifier property.

Specified by:
setIdentifier in interface Implementation
Parameters:
value - allowed object is String

getName

public String getName()
Description copied from interface: Implementation
The name of this implementation.

Specified by:
getName in interface Implementation
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Implementation
Sets the value of the name property.

Specified by:
setName in interface Implementation
Parameters:
value - allowed object is String

getClazz

public String getClazz()
Description copied from interface: Implementation
The name of the class providing instances of this implementation.

Specified by:
getClazz in interface Implementation
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: Implementation
Sets the value of the clazz property.

Specified by:
setClazz in interface Implementation
Parameters:
value - allowed object is String

getLocation

public String getLocation()
Description copied from interface: Implementation
The location URI used for locating instances of this implementation.

Specified by:
getLocation in interface Implementation
Returns:
possible object is String

setLocation

public void setLocation(String value)
Description copied from interface: Implementation
Sets the value of the location property.

Specified by:
setLocation in interface Implementation
Parameters:
value - allowed object is String

getVendor

public String getVendor()
Description copied from interface: Implementation
The presentation vendor of this implementation.

Specified by:
getVendor in interface Implementation
Returns:
possible object is String

setVendor

public void setVendor(String value)
Description copied from interface: Implementation
Sets the value of the vendor property.

Specified by:
setVendor in interface Implementation
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: Implementation
The version of this implementation.

Specified by:
getVersion in interface Implementation
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: Implementation
Sets the value of the version property.

Specified by:
setVersion in interface Implementation
Parameters:
value - allowed object is String

getParent

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

Specified by:
getParent in interface Implementation
Returns:
possible object is String

setParent

public void setParent(String value)
Description copied from interface: Implementation
Sets the value of the parent property.

Specified by:
setParent in interface Implementation
Parameters:
value - allowed object is String

isFinal

public boolean isFinal()
Description copied from interface: Implementation
Flags this implementation the final node in an inheritance hierarchy.

Specified by:
isFinal in interface Implementation
Returns:
possible object is Boolean

setFinal

public void setFinal(Boolean value)
Description copied from interface: Implementation
Sets the value of the final property.

Specified by:
setFinal in interface Implementation
Parameters:
value - allowed object is Boolean

isStateless

public boolean isStateless()
Description copied from interface: Implementation
Flags this implementation stateless.

Specified by:
isStateless in interface Implementation
Returns:
possible object is Boolean

setStateless

public void setStateless(Boolean value)
Description copied from interface: Implementation
Sets the value of the stateless property.

Specified by:
setStateless in interface Implementation
Parameters:
value - allowed object is Boolean

clone

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

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


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