org.jomc.model.test
Class InstanceTestType

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class InstanceTestType
extends Object
implements Cloneable

Instance test.

Java class for InstanceTestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InstanceTestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="modules" type="{http://jomc.org/model/test}AnyModelObject" minOccurs="0"/>
         <element name="instance" type="{http://jomc.org/model/test}AnyModelObject"/>
       </sequence>
       <attribute name="identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="implementationIdentifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dependencyName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dependencyName
           
protected  String identifier
           
protected  String implementationIdentifier
           
protected  AnyModelObject instance
           
protected  AnyModelObject modules
           
 
Constructor Summary
InstanceTestType()
          Creates a new InstanceTestType instance.
InstanceTestType(InstanceTestType o)
          Creates a new InstanceTestType instance by deeply copying a given InstanceTestType instance.
 
Method Summary
 InstanceTestType clone()
          Creates and returns a deep copy of this object.
 String getDependencyName()
          Gets the value of the dependencyName property.
 String getIdentifier()
          Gets the value of the identifier property.
 String getImplementationIdentifier()
          Gets the value of the implementationIdentifier property.
 AnyModelObject getInstance()
          Gets the value of the instance property.
 AnyModelObject getModules()
          Gets the value of the modules property.
 void setDependencyName(String value)
          Sets the value of the dependencyName property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setImplementationIdentifier(String value)
          Sets the value of the implementationIdentifier property.
 void setInstance(AnyModelObject value)
          Sets the value of the instance 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="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected AnyModelObject modules

instance

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected AnyModelObject instance

identifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String identifier

implementationIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String implementationIdentifier

dependencyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String dependencyName
Constructor Detail

InstanceTestType

public InstanceTestType()
Creates a new InstanceTestType instance.


InstanceTestType

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

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

getModules

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public AnyModelObject getModules()
Gets the value of the modules property.

Returns:
possible object is AnyModelObject

setModules

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setModules(AnyModelObject value)
Sets the value of the modules property.

Parameters:
value - allowed object is AnyModelObject

getInstance

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public AnyModelObject getInstance()
Gets the value of the instance property.

Returns:
possible object is AnyModelObject

setInstance

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setInstance(AnyModelObject value)
Sets the value of the instance property.

Parameters:
value - allowed object is AnyModelObject

getIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getImplementationIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getImplementationIdentifier()
Gets the value of the implementationIdentifier property.

Returns:
possible object is String

setImplementationIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setImplementationIdentifier(String value)
Sets the value of the implementationIdentifier property.

Parameters:
value - allowed object is String

getDependencyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getDependencyName()
Gets the value of the dependencyName property.

Returns:
possible object is String

setDependencyName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setDependencyName(String value)
Sets the value of the dependencyName property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-04-01T02:40:05+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public InstanceTestType clone()
Creates and returns a deep copy of this object.

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


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.