public class Resultformatter
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.highqsoft.de/schema}prefix" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}separator" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}postfix" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}terminator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Stringvalue |
postfix |
protected Stringvalue |
prefix |
protected java.util.List<Stringvalue> |
separator |
protected Stringvalue |
terminator |
Constructor and Description |
---|
Resultformatter() |
Modifier and Type | Method and Description |
---|---|
Stringvalue |
getPostfix()
Gets the value of the postfix property.
|
Stringvalue |
getPrefix()
Gets the value of the prefix property.
|
java.util.List<Stringvalue> |
getSeparator()
Gets the value of the separator property.
|
Stringvalue |
getTerminator()
Gets the value of the terminator property.
|
void |
setPostfix(Stringvalue value)
Sets the value of the postfix property.
|
void |
setPrefix(Stringvalue value)
Sets the value of the prefix property.
|
void |
setTerminator(Stringvalue value)
Sets the value of the terminator property.
|
protected Stringvalue prefix
protected java.util.List<Stringvalue> separator
protected Stringvalue postfix
protected Stringvalue terminator
public Stringvalue getPrefix()
Stringvalue
public void setPrefix(Stringvalue value)
value
- allowed object is
Stringvalue
public java.util.List<Stringvalue> getSeparator()
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 separator property.
For example, to add a new item, do as follows:
getSeparator().add(newItem);
Objects of the following type(s) are allowed in the list
Stringvalue
public Stringvalue getPostfix()
Stringvalue
public void setPostfix(Stringvalue value)
value
- allowed object is
Stringvalue
public Stringvalue getTerminator()
Stringvalue
public void setTerminator(Stringvalue value)
value
- allowed object is
Stringvalue