|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.test.InstanceTestType
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class InstanceTestType
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 |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected AnyModelObject modules
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected AnyModelObject instance
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String identifier
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String implementationIdentifier
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String dependencyName
Constructor Detail |
---|
public InstanceTestType()
InstanceTestType
instance.
public InstanceTestType(InstanceTestType o)
InstanceTestType
instance by deeply copying a given InstanceTestType
instance.
o
- The instance to copy.
NullPointerException
- if o
is null
.Method Detail |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public AnyModelObject getModules()
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setModules(AnyModelObject value)
value
- allowed object is
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public AnyModelObject getInstance()
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setInstance(AnyModelObject value)
value
- allowed object is
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setIdentifier(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getImplementationIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setImplementationIdentifier(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getDependencyName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setDependencyName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public InstanceTestType clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |