Class GenericSituationRecord

  • All Implemented Interfaces:
    Serializable

    public abstract class GenericSituationRecord
    extends SituationRecord
    implements Serializable

    Java class for GenericSituationRecord complex type.

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

     <complexType name="GenericSituationRecord">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}SituationRecord">
           <sequence>
             <element name="genericSituationRecordName" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="genericSituationRecordExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • genericSituationRecordName

        protected String genericSituationRecordName
      • genericSituationRecordExtension

        protected ExtensionType genericSituationRecordExtension
    • Constructor Detail

      • GenericSituationRecord

        public GenericSituationRecord()
    • Method Detail

      • getGenericSituationRecordName

        public String getGenericSituationRecordName()
        Gets the value of the genericSituationRecordName property.
        Returns:
        possible object is String
      • setGenericSituationRecordName

        public void setGenericSituationRecordName​(String value)
        Sets the value of the genericSituationRecordName property.
        Parameters:
        value - allowed object is String
      • getGenericSituationRecordExtension

        public ExtensionType getGenericSituationRecordExtension()
        Gets the value of the genericSituationRecordExtension property.
        Returns:
        possible object is ExtensionType
      • setGenericSituationRecordExtension

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