org.plasma.xml.xslt
Class Choose

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.Choose

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>
 


Field Summary
protected  Otherwise otherwise
           
protected  String space
           
protected  List<When> whens
           
 
Constructor Summary
Choose()
           
 
Method Summary
 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.
 
Methods inherited from class org.plasma.xml.xslt.AnyType
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

whens

protected List<When> whens

otherwise

protected Otherwise otherwise

space

protected String space
Constructor Detail

Choose

public Choose()
Method Detail

getWhens

public List<When> getWhens()
Gets the value of the whens property.

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


getOtherwise

public Otherwise getOtherwise()
Gets the value of the otherwise property.

Returns:
possible object is Otherwise

setOtherwise

public void setOtherwise(Otherwise value)
Sets the value of the otherwise property.

Parameters:
value - allowed object is Otherwise

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.