java.lang.Object
de.hybris.platform.processengine.definition.xml.Join

public class Join extends Object

Java class for join complex type.

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

 <complexType name="join">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.hybris.de/xsd/processdefinition}nodeAttributes"/>
       <attribute name="then" type="{http://www.hybris.de/xsd/processdefinition}name" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Join

      public Join()
  • Method Details

    • getThen

      public String getThen()
      Gets the value of the then property.
      Returns:
      possible object is String
    • setThen

      public void setThen(String value)
      Sets the value of the then property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String