Class Warnings
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Advice
-
- eu.datex2.siri14.schema._1_0._1_0.Warnings
-
- All Implemented Interfaces:
Serializable
public class Warnings extends Advice implements Serializable
Supplementary warning advice.Java class for Warnings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Warnings"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Advice"> <sequence> <element name="warningAdvice" type="{http://datex2.eu/schema/1_0/1_0}WarningAdviceEnum"/> <element name="warningsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected WarningAdviceEnumwarningAdviceprotected ExtensionTypewarningsExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.Advice
adviceExtension
-
-
Constructor Summary
Constructors Constructor Description Warnings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WarningAdviceEnumgetWarningAdvice()Gets the value of the warningAdvice property.ExtensionTypegetWarningsExtension()Gets the value of the warningsExtension property.voidsetWarningAdvice(WarningAdviceEnum value)Sets the value of the warningAdvice property.voidsetWarningsExtension(ExtensionType value)Sets the value of the warningsExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.Advice
getAdviceExtension, setAdviceExtension
-
-
-
-
Field Detail
-
warningAdvice
protected WarningAdviceEnum warningAdvice
-
warningsExtension
protected ExtensionType warningsExtension
-
-
Method Detail
-
getWarningAdvice
public WarningAdviceEnum getWarningAdvice()
Gets the value of the warningAdvice property.- Returns:
- possible object is
WarningAdviceEnum
-
setWarningAdvice
public void setWarningAdvice(WarningAdviceEnum value)
Sets the value of the warningAdvice property.- Parameters:
value- allowed object isWarningAdviceEnum
-
getWarningsExtension
public ExtensionType getWarningsExtension()
Gets the value of the warningsExtension property.- Returns:
- possible object is
ExtensionType
-
setWarningsExtension
public void setWarningsExtension(ExtensionType value)
Sets the value of the warningsExtension property.- Parameters:
value- allowed object isExtensionType
-
-