org.jomc.model.test
Class ImplementationTest

Package class diagram package ImplementationTest
java.lang.Object
  extended by org.jomc.model.test.ImplementationTest
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class ImplementationTest
extends Object
implements Cloneable

Performs implementation tests.


Field Summary
protected  String identifier
           
protected  AnyModelObject implementation
           
protected  AnyModelObject modules
           
 
Constructor Summary
ImplementationTest()
          Creates a new ImplementationTest instance.
ImplementationTest(ImplementationTest o)
          Creates a new ImplementationTest instance by deeply copying a given instance.
 
Method Summary
 ImplementationTest clone()
          Creates and returns a deep copy of this object.
 String getIdentifier()
          Identifier of this test.
 AnyModelObject getImplementation()
          Gets the value of the implementation property.
 AnyModelObject getModules()
          Gets the value of the modules property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setImplementation(AnyModelObject value)
          Sets the value of the implementation property.
 void setModules(AnyModelObject value)
          Sets the value of the modules property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modules

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected AnyModelObject modules

implementation

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected AnyModelObject implementation

identifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String identifier
Constructor Detail

ImplementationTest

public ImplementationTest()
Creates a new ImplementationTest instance.


ImplementationTest

public ImplementationTest(ImplementationTest o)
Creates a new ImplementationTest instance by deeply copying a given instance.

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

getModules

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public AnyModelObject getModules()
Gets the value of the modules property.

Returns:
possible object is AnyModelObject

setModules

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setModules(AnyModelObject value)
Sets the value of the modules property.

Parameters:
value - allowed object is AnyModelObject

getImplementation

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public AnyModelObject getImplementation()
Gets the value of the implementation property.

Returns:
possible object is AnyModelObject

setImplementation

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setImplementation(AnyModelObject value)
Sets the value of the implementation property.

Parameters:
value - allowed object is AnyModelObject

getIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getIdentifier()
Identifier of this test.

Returns:
possible object is String

setIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public ImplementationTest clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.