Class NonManagedCause

  • All Implemented Interfaces:
    Serializable

    public class NonManagedCause
    extends Cause
    implements Serializable

    Java class for NonManagedCause complex type.

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

     <complexType name="NonManagedCause">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Cause">
           <sequence>
             <element name="causeDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="causeType" type="{http://datex2.eu/schema/2_0RC1/2_0}CauseTypeEnum" minOccurs="0"/>
             <element name="nonManagedCauseExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NonManagedCause

        public NonManagedCause()
    • Method Detail

      • setCauseDescription

        public void setCauseDescription​(MultilingualString value)
        Sets the value of the causeDescription property.
        Parameters:
        value - allowed object is MultilingualString
      • getCauseType

        public CauseTypeEnum getCauseType()
        Gets the value of the causeType property.
        Returns:
        possible object is CauseTypeEnum
      • setCauseType

        public void setCauseType​(CauseTypeEnum value)
        Sets the value of the causeType property.
        Parameters:
        value - allowed object is CauseTypeEnum
      • getNonManagedCauseExtension

        public ExtensionType getNonManagedCauseExtension()
        Gets the value of the nonManagedCauseExtension property.
        Returns:
        possible object is ExtensionType
      • setNonManagedCauseExtension

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