public class Implementation
extends java.lang.Object
Java class for implementation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="implementation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arguments" type="{http://www.highqsoft.com/transformer/common}propertyseq" minOccurs="0"/> </sequence> <attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Propertyseq |
arguments |
protected java.lang.String |
jar |
protected java.lang.String |
name |
Constructor and Description |
---|
Implementation() |
Modifier and Type | Method and Description |
---|---|
Propertyseq |
getArguments()
Gets the value of the arguments property.
|
java.lang.String |
getJar()
Gets the value of the jar property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setArguments(Propertyseq value)
Sets the value of the arguments property.
|
void |
setJar(java.lang.String value)
Sets the value of the jar property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected Propertyseq arguments
protected java.lang.String jar
protected java.lang.String name
public Propertyseq getArguments()
Propertyseq
public void setArguments(Propertyseq value)
value
- allowed object is
Propertyseq
public java.lang.String getJar()
String
public void setJar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String