public class Joinseq
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}joindef" maxOccurs="unbounded"/> </sequence> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
enabled |
protected java.util.List<Joindef> |
joindef |
Constructor and Description |
---|
Joinseq() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
java.util.List<Joindef> |
getJoindef()
Gets the value of the joindef property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
protected java.util.List<Joindef> joindef
protected java.lang.String enabled
public java.util.List<Joindef> getJoindef()
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 joindef property.
For example, to add a new item, do as follows:
getJoindef().add(newItem);
Objects of the following type(s) are allowed in the list
Joindef
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String