Class AlertCMethod4PrimaryPointLocation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AlertCMethod4PrimaryPointLocation
-
- All Implemented Interfaces:
Serializable
public class AlertCMethod4PrimaryPointLocation extends Object implements Serializable
Java class for AlertCMethod4PrimaryPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCMethod4PrimaryPointLocation"> <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="offsetDistance" type="{http://datex2.eu/schema/2_0RC1/2_0}OffsetDistance"/> <element name="alertCMethod4PrimaryPointLocationExtension" 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 ExtensionTypealertCMethod4PrimaryPointLocationExtensionprotected OffsetDistanceoffsetDistance
-
Constructor Summary
Constructors Constructor Description AlertCMethod4PrimaryPointLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCLocationgetAlertCLocation()Gets the value of the alertCLocation property.ExtensionTypegetAlertCMethod4PrimaryPointLocationExtension()Gets the value of the alertCMethod4PrimaryPointLocationExtension property.OffsetDistancegetOffsetDistance()Gets the value of the offsetDistance property.voidsetAlertCLocation(AlertCLocation value)Sets the value of the alertCLocation property.voidsetAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)Sets the value of the alertCMethod4PrimaryPointLocationExtension property.voidsetOffsetDistance(OffsetDistance value)Sets the value of the offsetDistance property.
-
-
-
Field Detail
-
alertCLocation
protected AlertCLocation alertCLocation
-
offsetDistance
protected OffsetDistance offsetDistance
-
alertCMethod4PrimaryPointLocationExtension
protected ExtensionType alertCMethod4PrimaryPointLocationExtension
-
-
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
-
getOffsetDistance
public OffsetDistance getOffsetDistance()
Gets the value of the offsetDistance property.- Returns:
- possible object is
OffsetDistance
-
setOffsetDistance
public void setOffsetDistance(OffsetDistance value)
Sets the value of the offsetDistance property.- Parameters:
value- allowed object isOffsetDistance
-
getAlertCMethod4PrimaryPointLocationExtension
public ExtensionType getAlertCMethod4PrimaryPointLocationExtension()
Gets the value of the alertCMethod4PrimaryPointLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCMethod4PrimaryPointLocationExtension
public void setAlertCMethod4PrimaryPointLocationExtension(ExtensionType value)
Sets the value of the alertCMethod4PrimaryPointLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-