public class Droptype
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"> <choice> <element ref="{http://www.highqsoft.de/schema}drop" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}droplist" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}dropimpl" maxOccurs="unbounded" minOccurs="0"/> </choice> <attribute name="if" 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 java.util.List<Drop> |
drop |
protected java.util.List<Implementationseq> |
dropimpl |
protected java.util.List<Droplist> |
droplist |
protected java.lang.String |
unless |
Constructor and Description |
---|
Droptype() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Drop> |
getDrop()
Gets the value of the drop property.
|
java.util.List<Implementationseq> |
getDropimpl()
Gets the value of the dropimpl property.
|
java.util.List<Droplist> |
getDroplist()
Gets the value of the droplist property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected java.util.List<Drop> drop
protected java.util.List<Droplist> droplist
protected java.util.List<Implementationseq> dropimpl
protected java.lang.String _if
protected java.lang.String unless
public java.util.List<Drop> getDrop()
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 drop property.
For example, to add a new item, do as follows:
getDrop().add(newItem);
Objects of the following type(s) are allowed in the list
Drop
public java.util.List<Droplist> getDroplist()
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 droplist property.
For example, to add a new item, do as follows:
getDroplist().add(newItem);
Objects of the following type(s) are allowed in the list
Droplist
public java.util.List<Implementationseq> getDropimpl()
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 dropimpl property.
For example, to add a new item, do as follows:
getDropimpl().add(newItem);
Objects of the following type(s) are allowed in the list
Implementationseq
public java.lang.String getIf()
String
public void setIf(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