Skip navigation links
org.apache.openejb.jee

Class FacesConfigFlowDefinitionFlowReturn

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected XmlString fromOutcome 
      protected java.lang.String id 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      XmlString getFromOutcome()
      Gets the value of the fromOutcome property.
      java.lang.String getId()
      Gets the value of the id property.
      void setFromOutcome(XmlString value)
      Sets the value of the fromOutcome property.
      void setId(java.lang.String value)
      Sets the value of the id property.
      • Methods inherited from class java.lang.Object

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

      • fromOutcome

        protected XmlString fromOutcome
      • id

        protected java.lang.String id
    • Constructor Detail

      • FacesConfigFlowDefinitionFlowReturn

        public FacesConfigFlowDefinitionFlowReturn()
    • Method Detail

      • getFromOutcome

        public XmlString getFromOutcome()
        Gets the value of the fromOutcome property.
        Returns:
        possible object is XmlString
      • setFromOutcome

        public void setFromOutcome(XmlString value)
        Sets the value of the fromOutcome property.
        Parameters:
        value - allowed object is XmlString
      • 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