public class Choose extends AnyType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<sequence>
<element ref="{http://www.w3.org/1999/XSL/Transform}when" maxOccurs="unbounded"/>
<element ref="{http://www.w3.org/1999/XSL/Transform}otherwise" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}space"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Otherwise |
otherwise |
protected String |
space |
protected List<When> |
whens |
| Constructor and Description |
|---|
Choose() |
| Modifier and Type | Method and Description |
|---|---|
Otherwise |
getOtherwise()
Gets the value of the otherwise property.
|
String |
getSpace()
Gets the value of the space property.
|
List<When> |
getWhens()
Gets the value of the whens property.
|
void |
setOtherwise(Otherwise value)
Sets the value of the otherwise property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
getOtherAttributespublic List<When> getWhens()
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 whens property.
For example, to add a new item, do as follows:
getWhens().add(newItem);
Objects of the following type(s) are allowed in the list
When
public Otherwise getOtherwise()
Otherwisepublic void setOtherwise(Otherwise value)
value - allowed object is
Otherwisepublic String getSpace()
StringCopyright © 2017. All rights reserved.