Package uk.org.siri.siri13
Class PtSituationElement.SecondaryReasons.Reason
- java.lang.Object
-
- uk.org.siri.siri13.PtSituationElement.SecondaryReasons.Reason
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PtSituationElement.SecondaryReasons
public static class PtSituationElement.SecondaryReasons.Reason extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}ReasonGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EnvironmentReasonEnumerationenvironmentReasonprotected EquipmentReasonEnumerationequipmentReasonprotected MiscellaneousReasonEnumerationmiscellaneousReasonprotected PersonnelReasonEnumerationpersonnelReasonprotected PublicEventTypeEnumpublicEventReasonprotected NaturalLanguageStringStructurereasonNameprotected StringundefinedReasonprotected StringunknownReason
-
Constructor Summary
Constructors Constructor Description Reason()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentReasonEnumerationgetEnvironmentReason()Environment reason.EquipmentReasonEnumerationgetEquipmentReason()Gets the value of the equipmentReason property.MiscellaneousReasonEnumerationgetMiscellaneousReason()Gets the value of the miscellaneousReason property.PersonnelReasonEnumerationgetPersonnelReason()Personnel reason.PublicEventTypeEnumgetPublicEventReason()Gets the value of the publicEventReason property.NaturalLanguageStringStructuregetReasonName()Gets the value of the reasonName property.StringgetUndefinedReason()Gets the value of the undefinedReason property.StringgetUnknownReason()Gets the value of the unknownReason property.voidsetEnvironmentReason(EnvironmentReasonEnumeration value)Sets the value of the environmentReason property.voidsetEquipmentReason(EquipmentReasonEnumeration value)Sets the value of the equipmentReason property.voidsetMiscellaneousReason(MiscellaneousReasonEnumeration value)Sets the value of the miscellaneousReason property.voidsetPersonnelReason(PersonnelReasonEnumeration value)Sets the value of the personnelReason property.voidsetPublicEventReason(PublicEventTypeEnum value)Sets the value of the publicEventReason property.voidsetReasonName(NaturalLanguageStringStructure value)Sets the value of the reasonName property.voidsetUndefinedReason(String value)Sets the value of the undefinedReason property.voidsetUnknownReason(String value)Sets the value of the unknownReason property.
-
-
-
Field Detail
-
undefinedReason
protected String undefinedReason
-
environmentReason
protected EnvironmentReasonEnumeration environmentReason
-
equipmentReason
protected EquipmentReasonEnumeration equipmentReason
-
personnelReason
protected PersonnelReasonEnumeration personnelReason
-
miscellaneousReason
protected MiscellaneousReasonEnumeration miscellaneousReason
-
unknownReason
protected String unknownReason
-
publicEventReason
protected PublicEventTypeEnum publicEventReason
-
reasonName
protected NaturalLanguageStringStructure reasonName
-
-
Method Detail
-
getUndefinedReason
public String getUndefinedReason()
Gets the value of the undefinedReason property.- Returns:
- possible object is
String
-
setUndefinedReason
public void setUndefinedReason(String value)
Sets the value of the undefinedReason property.- Parameters:
value- allowed object isString
-
getEnvironmentReason
public EnvironmentReasonEnumeration getEnvironmentReason()
Environment reason.- Returns:
- possible object is
EnvironmentReasonEnumeration
-
setEnvironmentReason
public void setEnvironmentReason(EnvironmentReasonEnumeration value)
Sets the value of the environmentReason property.- Parameters:
value- allowed object isEnvironmentReasonEnumeration
-
getEquipmentReason
public EquipmentReasonEnumeration getEquipmentReason()
Gets the value of the equipmentReason property.- Returns:
- possible object is
EquipmentReasonEnumeration
-
setEquipmentReason
public void setEquipmentReason(EquipmentReasonEnumeration value)
Sets the value of the equipmentReason property.- Parameters:
value- allowed object isEquipmentReasonEnumeration
-
getPersonnelReason
public PersonnelReasonEnumeration getPersonnelReason()
Personnel reason.- Returns:
- possible object is
PersonnelReasonEnumeration
-
setPersonnelReason
public void setPersonnelReason(PersonnelReasonEnumeration value)
Sets the value of the personnelReason property.- Parameters:
value- allowed object isPersonnelReasonEnumeration
-
getMiscellaneousReason
public MiscellaneousReasonEnumeration getMiscellaneousReason()
Gets the value of the miscellaneousReason property.- Returns:
- possible object is
MiscellaneousReasonEnumeration
-
setMiscellaneousReason
public void setMiscellaneousReason(MiscellaneousReasonEnumeration value)
Sets the value of the miscellaneousReason property.- Parameters:
value- allowed object isMiscellaneousReasonEnumeration
-
getUnknownReason
public String getUnknownReason()
Gets the value of the unknownReason property.- Returns:
- possible object is
String
-
setUnknownReason
public void setUnknownReason(String value)
Sets the value of the unknownReason property.- Parameters:
value- allowed object isString
-
getPublicEventReason
public PublicEventTypeEnum getPublicEventReason()
Gets the value of the publicEventReason property.- Returns:
- possible object is
PublicEventTypeEnum
-
setPublicEventReason
public void setPublicEventReason(PublicEventTypeEnum value)
Sets the value of the publicEventReason property.- Parameters:
value- allowed object isPublicEventTypeEnum
-
getReasonName
public NaturalLanguageStringStructure getReasonName()
Gets the value of the reasonName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setReasonName
public void setReasonName(NaturalLanguageStringStructure value)
Sets the value of the reasonName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-