Class ManagedCause

  • All Implemented Interfaces:
    Serializable

    public class ManagedCause
    extends Cause
    implements Serializable

    Java class for ManagedCause complex type.

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

     <complexType name="ManagedCause">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Cause">
           <sequence>
             <element name="managedCause" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference" minOccurs="0"/>
             <element name="managedCauseExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • managedCause

        protected String managedCause
      • managedCauseExtension

        protected ExtensionType managedCauseExtension
    • Constructor Detail

      • ManagedCause

        public ManagedCause()
    • Method Detail

      • getManagedCause

        public String getManagedCause()
        Gets the value of the managedCause property.
        Returns:
        possible object is String
      • setManagedCause

        public void setManagedCause​(String value)
        Sets the value of the managedCause property.
        Parameters:
        value - allowed object is String
      • getManagedCauseExtension

        public ExtensionType getManagedCauseExtension()
        Gets the value of the managedCauseExtension property.
        Returns:
        possible object is ExtensionType
      • setManagedCauseExtension

        public void setManagedCauseExtension​(ExtensionType value)
        Sets the value of the managedCauseExtension property.
        Parameters:
        value - allowed object is ExtensionType