Class AlertCMethod2SecondaryPointLocation
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.AlertCMethod2SecondaryPointLocation
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod2SecondaryPointLocation extends Object implements Serializable
Java class for AlertCMethod2SecondaryPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod2SecondaryPointLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alertCLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLocation"/> <element name="alertCMethod2SecondaryPointLocationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AlertCLocationalertCLocationprotected ExtensionTypealertCMethod2SecondaryPointLocationExtension
-
Constructor Summary
Constructors Constructor Description AlertCMethod2SecondaryPointLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCLocationgetAlertCLocation()Gets the value of the alertCLocation property.ExtensionTypegetAlertCMethod2SecondaryPointLocationExtension()Gets the value of the alertCMethod2SecondaryPointLocationExtension property.voidsetAlertCLocation(AlertCLocation value)Sets the value of the alertCLocation property.voidsetAlertCMethod2SecondaryPointLocationExtension(ExtensionType value)Sets the value of the alertCMethod2SecondaryPointLocationExtension property.
-
-
-
Field Detail
-
alertCLocation
protected AlertCLocation alertCLocation
-
alertCMethod2SecondaryPointLocationExtension
protected ExtensionType alertCMethod2SecondaryPointLocationExtension
-
-
Method Detail
-
getAlertCLocation
public AlertCLocation getAlertCLocation()
Gets the value of the alertCLocation property.- Returns:
- possible object is
AlertCLocation
-
setAlertCLocation
public void setAlertCLocation(AlertCLocation value)
Sets the value of the alertCLocation property.- Parameters:
value- allowed object isAlertCLocation
-
getAlertCMethod2SecondaryPointLocationExtension
public ExtensionType getAlertCMethod2SecondaryPointLocationExtension()
Gets the value of the alertCMethod2SecondaryPointLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod2SecondaryPointLocationExtension
public void setAlertCMethod2SecondaryPointLocationExtension(ExtensionType value)
Sets the value of the alertCMethod2SecondaryPointLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-