org.jomc.model.test
Class SchemaConstraintsTest

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

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

Performs schema validation.


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

Field Detail

modelObject

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

identifier

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

SchemaConstraintsTest

public SchemaConstraintsTest()
Creates a new SchemaConstraintsTest instance.


SchemaConstraintsTest

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

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

getModelObject

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

Returns:
possible object is AnyModelObject

setModelObject

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

Parameters:
value - allowed object is AnyModelObject

getIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-02T06:12:00+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-02T06:12:00+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-02T06:12:00+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public SchemaConstraintsTest 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.