public class Extensionpoint
extends java.lang.Object
Java class for extensionpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extensionpoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.highqsoft.de/schema}arguments" minOccurs="0"/> </sequence> <attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="unless" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_if |
protected Arguments |
arguments |
protected java.lang.String |
jar |
protected java.lang.String |
name |
protected java.lang.String |
unless |
Constructor and Description |
---|
Extensionpoint() |
Modifier and Type | Method and Description |
---|---|
Arguments |
getArguments()
Gets the value of the arguments property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.lang.String |
getJar()
Gets the value of the jar property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setArguments(Arguments value)
Sets the value of the arguments property.
|
void |
setIf(java.lang.String value)
Sets the value of the if 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.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected Arguments arguments
protected java.lang.String _if
protected java.lang.String jar
protected java.lang.String name
protected java.lang.String unless
public Arguments getArguments()
Arguments
public void setArguments(Arguments value)
value
- allowed object is
Arguments
public java.lang.String getIf()
String
public void setIf(java.lang.String value)
value
- allowed object is
String
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
public java.lang.String getUnless()
String
public void setUnless(java.lang.String value)
value
- allowed object is
String