net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc
Interface Instance

All Superinterfaces:
ModelObject
All Known Implementing Classes:
InstanceImpl

public interface Instance
extends ModelObject

Instance meta-data.


Method Summary
 String getClazz()
          The class of this instance.
 Dependencies getDependencies()
          Dependencies of this instance.
 String getIdentifier()
          The identifier of this instance.
 String getImplementationName()
          The name of the implementation of this instance.
 Messages getMessages()
          Messages of this instance.
 Properties getProperties()
          Properties of this instance.
 Scope getScope()
          Scope this instance is bound to.
 Specifications getSpecifications()
          Specifications of this instance.
 boolean isStateless()
          Flags this instance stateless.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setDependencies(Dependencies value)
          Sets the value of the dependencies property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setImplementationName(String value)
          Sets the value of the implementationName property.
 void setMessages(Messages value)
          Sets the value of the messages property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setScope(Scope value)
          Sets the value of the scope property.
 void setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void setStateless(Boolean value)
          Sets the value of the stateless property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getSpecifications

Specifications getSpecifications()
Specifications of this instance.

Returns:
possible object is Specifications

setSpecifications

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

Parameters:
value - allowed object is Specifications

getDependencies

Dependencies getDependencies()
Dependencies of this instance.

Returns:
possible object is Dependencies

setDependencies

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

Parameters:
value - allowed object is Dependencies

getProperties

Properties getProperties()
Properties of this instance.

Returns:
possible object is Properties

setProperties

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

Parameters:
value - allowed object is Properties

getMessages

Messages getMessages()
Messages of this instance.

Returns:
possible object is Messages

setMessages

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

Parameters:
value - allowed object is Messages

getIdentifier

String getIdentifier()
The identifier of this instance.

Returns:
possible object is String

setIdentifier

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

Parameters:
value - allowed object is String

getImplementationName

String getImplementationName()
The name of the implementation of this instance.

Returns:
possible object is String

setImplementationName

void setImplementationName(String value)
Sets the value of the implementationName property.

Parameters:
value - allowed object is String

getClazz

String getClazz()
The class of this instance.

Returns:
possible object is String

setClazz

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

Parameters:
value - allowed object is String

getScope

Scope getScope()
Scope this instance is bound to.

Returns:
possible object is Scope

setScope

void setScope(Scope value)
Sets the value of the scope property.

Parameters:
value - allowed object is Scope

isStateless

boolean isStateless()
Flags this instance stateless.

Returns:
possible object is Boolean

setStateless

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

Parameters:
value - allowed object is Boolean


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