Class AnimalPresenceObstruction
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
-
- eu.datex2.siri20.schema._2_0rc1._2_0.AnimalPresenceObstruction
-
- All Implemented Interfaces:
Serializable
public class AnimalPresenceObstruction extends Obstruction implements Serializable
Java class for AnimalPresenceObstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnimalPresenceObstruction"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}Obstruction"> <sequence> <element name="alive" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="animalPresenceType" type="{http://datex2.eu/schema/2_0RC1/2_0}AnimalPresenceTypeEnum"/> <element name="animalPresenceObstructionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanaliveprotected ExtensionTypeanimalPresenceObstructionExtensionprotected AnimalPresenceTypeEnumanimalPresenceType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
mobilityOfObstruction, numberOfObstructions, obstructionExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
trafficElementExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description AnimalPresenceObstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAnimalPresenceObstructionExtension()Gets the value of the animalPresenceObstructionExtension property.AnimalPresenceTypeEnumgetAnimalPresenceType()Gets the value of the animalPresenceType property.BooleanisAlive()Gets the value of the alive property.voidsetAlive(Boolean value)Sets the value of the alive property.voidsetAnimalPresenceObstructionExtension(ExtensionType value)Sets the value of the animalPresenceObstructionExtension property.voidsetAnimalPresenceType(AnimalPresenceTypeEnum value)Sets the value of the animalPresenceType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Obstruction
getMobilityOfObstruction, getNumberOfObstructions, getObstructionExtension, setMobilityOfObstruction, setNumberOfObstructions, setObstructionExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TrafficElement
getTrafficElementExtension, setTrafficElementExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
alive
protected Boolean alive
-
animalPresenceType
protected AnimalPresenceTypeEnum animalPresenceType
-
animalPresenceObstructionExtension
protected ExtensionType animalPresenceObstructionExtension
-
-
Method Detail
-
isAlive
public Boolean isAlive()
Gets the value of the alive property.- Returns:
- possible object is
Boolean
-
setAlive
public void setAlive(Boolean value)
Sets the value of the alive property.- Parameters:
value- allowed object isBoolean
-
getAnimalPresenceType
public AnimalPresenceTypeEnum getAnimalPresenceType()
Gets the value of the animalPresenceType property.- Returns:
- possible object is
AnimalPresenceTypeEnum
-
setAnimalPresenceType
public void setAnimalPresenceType(AnimalPresenceTypeEnum value)
Sets the value of the animalPresenceType property.- Parameters:
value- allowed object isAnimalPresenceTypeEnum
-
getAnimalPresenceObstructionExtension
public ExtensionType getAnimalPresenceObstructionExtension()
Gets the value of the animalPresenceObstructionExtension property.- Returns:
- possible object is
ExtensionType
-
setAnimalPresenceObstructionExtension
public void setAnimalPresenceObstructionExtension(ExtensionType value)
Sets the value of the animalPresenceObstructionExtension property.- Parameters:
value- allowed object isExtensionType
-
-