public class Implementationseq
extends java.lang.Object
Java class for implementationseq complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="implementationseq"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.highqsoft.de/schema}implementation" maxOccurs="unbounded"/> </sequence> <attribute name="failon" type="{http://www.w3.org/2001/XMLSchema}string" default="!(.*)" /> <attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="runon" type="{http://www.w3.org/2001/XMLSchema}string" default="OK" /> <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 java.lang.String |
failon |
protected java.util.List<Extensionpoint> |
implementation |
protected java.lang.String |
runon |
protected java.lang.String |
unless |
Constructor and Description |
---|
Implementationseq() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFailon()
Gets the value of the failon property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.util.List<Extensionpoint> |
getImplementation()
Gets the value of the implementation property.
|
java.lang.String |
getRunon()
Gets the value of the runon property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setFailon(java.lang.String value)
Sets the value of the failon property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setRunon(java.lang.String value)
Sets the value of the runon property.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected java.util.List<Extensionpoint> implementation
protected java.lang.String failon
protected java.lang.String _if
protected java.lang.String runon
protected java.lang.String unless
public java.util.List<Extensionpoint> getImplementation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the implementation property.
For example, to add a new item, do as follows:
getImplementation().add(newItem);
Objects of the following type(s) are allowed in the list
Extensionpoint
public java.lang.String getFailon()
String
public void setFailon(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIf()
String
public void setIf(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRunon()
String
public void setRunon(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