@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class InstanceTestType extends Object implements Cloneable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
dependencyName |
protected String |
identifier |
protected String |
implementationIdentifier |
protected AnyModelObject |
instance |
protected AnyModelObject |
modules |
Constructor and Description |
---|
InstanceTestType()
Creates a new
InstanceTestType instance. |
InstanceTestType(InstanceTestType o)
Creates a new
InstanceTestType instance by deeply copying a given InstanceTestType instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected AnyModelObject modules
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected AnyModelObject instance
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String identifier
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String implementationIdentifier
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String dependencyName
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
.@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public AnyModelObject getModules()
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02: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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public AnyModelObject getInstance()
AnyModelObject
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02: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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02: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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getImplementationIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02: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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getDependencyName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02: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="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public InstanceTestType clone()
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.