Class Join


  • public class Join
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String then  
    • Constructor Summary

      Constructors 
      Constructor Description
      Join()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getThen()
      Gets the value of the then property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setThen​(java.lang.String value)
      Sets the value of the then property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • then

        protected java.lang.String then
      • id

        protected java.lang.String id
    • Constructor Detail

      • Join

        public Join()
    • Method Detail

      • getThen

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

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

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

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