org.apache.falcon.oozie.workflow
Class FORK

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.FORK

public class FORK
extends Object

Java class for FORK complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FORK">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{uri:oozie:workflow:0.3}FORK_TRANSITION" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
       <attribute name="name" use="required" type="{uri:oozie:workflow:0.3}IDENTIFIER" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  List<FORKTRANSITION> path
           
 
Constructor Summary
FORK()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 List<FORKTRANSITION> getPath()
          Gets the value of the path property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected List<FORKTRANSITION> path

name

protected String name
Constructor Detail

FORK

public FORK()
Method Detail

getPath

public List<FORKTRANSITION> getPath()
Gets the value of the path 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 path property.

For example, to add a new item, do as follows:

    getPath().add(newItem);
 

Objects of the following type(s) are allowed in the list FORKTRANSITION


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.