All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.org.siri.siri21.RoadSituationElement Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2025.01.07 at 02:19:41 PM UTC 
//


package uk.org.siri.siri21;

import java.io.Serializable;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import eu.datex2.siri21.schema._2_0rc1._2_0.InformationStatusEnum;
import eu.datex2.siri21.schema._2_0rc1._2_0.ProbabilityOfOccurrenceEnum;
import eu.datex2.siri21.schema._2_0rc1._2_0.PublicEventTypeEnum;
import eu.datex2.siri21.schema._2_0rc1._2_0.SituationRecord;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlList;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * Type for individual PT SITUATION.
 * 
 * 

Java class for RoadSituationElementStructure complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="RoadSituationElementStructure">
 *   <complexContent>
 *     <extension base="{http://www.siri.org.uk/siri}SituationElementStructure">
 *       <sequence>
 *         <group ref="{http://www.siri.org.uk/siri}RoadSituationBodyGroup"/>
 *         <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RoadSituationElementStructure", propOrder = { "verification", "progress", "qualityIndex", "reality", "likelihood", "publications", "validityPeriods", "repetitions", "publicationWindows", "undefinedReason", "environmentReason", "equipmentReason", "personnelReason", "miscellaneousReason", "unknownReason", "alertCause", "environmentSubReason", "equipmentSubReason", "personnelSubReason", "miscellaneousSubReason", "publicEventReason", "reasonNames", "severity", "priority", "sensitivity", "audience", "scopeType", "reportType", "planned", "keywords", "secondaryReasons", "language", "summaries", "descriptions", "details", "advices", "internal", "images", "infoLinks", "affects", "consequences", "publishingActions", "situationRecord", "extensions" }) @XmlRootElement(name = "RoadSituationElement") public class RoadSituationElement extends SituationElementStructure implements Serializable { @XmlElement(name = "Verification") protected VerificationStatusEnumeration verification; @XmlElement(name = "Progress", defaultValue = "open") @XmlSchemaType(name = "NMTOKEN") protected WorkflowStatusEnumeration progress; @XmlElement(name = "QualityIndex", defaultValue = "reliable") @XmlSchemaType(name = "NMTOKEN") protected QualityIndexEnumeration qualityIndex; @XmlElement(name = "Reality") @XmlSchemaType(name = "string") protected InformationStatusEnum reality; @XmlElement(name = "Likelihood") @XmlSchemaType(name = "string") protected ProbabilityOfOccurrenceEnum likelihood; @XmlElement(name = "Publication") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected List publications; @XmlElement(name = "ValidityPeriod", required = true) protected List validityPeriods; @XmlElement(name = "Repetitions") protected uk.org.siri.siri21.PtSituationElement.Repetitions repetitions; @XmlElement(name = "PublicationWindow") protected List publicationWindows; @XmlElement(name = "UndefinedReason") protected String undefinedReason; @XmlElement(name = "EnvironmentReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String environmentReason; @XmlElement(name = "EquipmentReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String equipmentReason; @XmlElement(name = "PersonnelReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String personnelReason; @XmlElement(name = "MiscellaneousReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String miscellaneousReason; @XmlElement(name = "UnknownReason") protected String unknownReason; @XmlElement(name = "AlertCause") @XmlSchemaType(name = "NMTOKEN") protected AlertCauseEnumeration alertCause; @XmlElement(name = "EnvironmentSubReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String environmentSubReason; @XmlElement(name = "EquipmentSubReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String equipmentSubReason; @XmlElement(name = "PersonnelSubReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String personnelSubReason; @XmlElement(name = "MiscellaneousSubReason") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String miscellaneousSubReason; @XmlElement(name = "PublicEventReason") @XmlSchemaType(name = "string") protected PublicEventTypeEnum publicEventReason; @XmlElement(name = "ReasonName") protected List reasonNames; @XmlElement(name = "Severity", defaultValue = "normal") @XmlSchemaType(name = "NMTOKEN") protected SeverityEnumeration severity; @XmlElement(name = "Priority") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger priority; @XmlElement(name = "Sensitivity") @XmlSchemaType(name = "NMTOKEN") protected SensitivityEnumeration sensitivity; @XmlElement(name = "Audience", defaultValue = "public") @XmlSchemaType(name = "NMTOKEN") protected AudienceEnumeration audience; @XmlElement(name = "ScopeType") protected ScopeTypeEnumeration scopeType; @XmlElement(name = "ReportType", defaultValue = "unknown") @XmlSchemaType(name = "NMTOKEN") protected ReportTypeEnumeration reportType; @XmlElement(name = "Planned", defaultValue = "false") protected Boolean planned; @XmlList @XmlElement(name = "Keywords") @XmlSchemaType(name = "NMTOKENS") protected List keywords; @XmlElement(name = "SecondaryReasons") protected uk.org.siri.siri21.PtSituationElement.SecondaryReasons secondaryReasons; @XmlElement(name = "Language", defaultValue = "en") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") protected String language; @XmlElement(name = "Summary") protected List summaries; @XmlElement(name = "Description") protected List descriptions; @XmlElement(name = "Detail") protected List details; @XmlElement(name = "Advice") protected List advices; @XmlElement(name = "Internal") protected DefaultedTextStructure internal; @XmlElement(name = "Images") protected uk.org.siri.siri21.PtSituationElement.Images images; @XmlElement(name = "InfoLinks") protected uk.org.siri.siri21.PtSituationElement.InfoLinks infoLinks; @XmlElement(name = "Affects") protected AffectsScopeStructure affects; @XmlElement(name = "Consequences") protected PtConsequencesStructure consequences; @XmlElement(name = "PublishingActions") protected ActionsStructure publishingActions; @XmlElement(name = "SituationRecord") protected SituationRecord situationRecord; @XmlElement(name = "Extensions") protected Extensions extensions; /** * Gets the value of the verification property. * * @return * possible object is * {@link VerificationStatusEnumeration } * */ public VerificationStatusEnumeration getVerification() { return verification; } /** * Sets the value of the verification property. * * @param value * allowed object is * {@link VerificationStatusEnumeration } * */ public void setVerification(VerificationStatusEnumeration value) { this.verification = value; } /** * Gets the value of the progress property. * * @return * possible object is * {@link WorkflowStatusEnumeration } * */ public WorkflowStatusEnumeration getProgress() { return progress; } /** * Sets the value of the progress property. * * @param value * allowed object is * {@link WorkflowStatusEnumeration } * */ public void setProgress(WorkflowStatusEnumeration value) { this.progress = value; } /** * Gets the value of the qualityIndex property. * * @return * possible object is * {@link QualityIndexEnumeration } * */ public QualityIndexEnumeration getQualityIndex() { return qualityIndex; } /** * Sets the value of the qualityIndex property. * * @param value * allowed object is * {@link QualityIndexEnumeration } * */ public void setQualityIndex(QualityIndexEnumeration value) { this.qualityIndex = value; } /** * Gets the value of the reality property. * * @return * possible object is * {@link InformationStatusEnum } * */ public InformationStatusEnum getReality() { return reality; } /** * Sets the value of the reality property. * * @param value * allowed object is * {@link InformationStatusEnum } * */ public void setReality(InformationStatusEnum value) { this.reality = value; } /** * Gets the value of the likelihood property. * * @return * possible object is * {@link ProbabilityOfOccurrenceEnum } * */ public ProbabilityOfOccurrenceEnum getLikelihood() { return likelihood; } /** * Sets the value of the likelihood property. * * @param value * allowed object is * {@link ProbabilityOfOccurrenceEnum } * */ public void setLikelihood(ProbabilityOfOccurrenceEnum value) { this.likelihood = value; } /** * Gets the value of the publications property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the publications property. * *

* For example, to add a new item, do as follows: *

     *    getPublications().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getPublications() { if (publications == null) { publications = new ArrayList(); } return this.publications; } /** * Gets the value of the validityPeriods property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the validityPeriods property. * *

* For example, to add a new item, do as follows: *

     *    getValidityPeriods().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link HalfOpenTimestampOutputRangeStructure } * * */ public List getValidityPeriods() { if (validityPeriods == null) { validityPeriods = new ArrayList(); } return this.validityPeriods; } /** * Gets the value of the repetitions property. * * @return * possible object is * {@link uk.org.siri.siri21.PtSituationElement.Repetitions } * */ public uk.org.siri.siri21.PtSituationElement.Repetitions getRepetitions() { return repetitions; } /** * Sets the value of the repetitions property. * * @param value * allowed object is * {@link uk.org.siri.siri21.PtSituationElement.Repetitions } * */ public void setRepetitions(uk.org.siri.siri21.PtSituationElement.Repetitions value) { this.repetitions = value; } /** * Gets the value of the publicationWindows property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the publicationWindows property. * *

* For example, to add a new item, do as follows: *

     *    getPublicationWindows().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link HalfOpenTimestampOutputRangeStructure } * * */ public List getPublicationWindows() { if (publicationWindows == null) { publicationWindows = new ArrayList(); } return this.publicationWindows; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getUndefinedReason() { return undefinedReason; } /** * Sets the value of the undefinedReason property. * * @param value * allowed object is * {@link String } * */ public void setUndefinedReason(String value) { this.undefinedReason = value; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getEnvironmentReason() { return environmentReason; } /** * Sets the value of the environmentReason property. * * @param value * allowed object is * {@link String } * */ public void setEnvironmentReason(String value) { this.environmentReason = value; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getEquipmentReason() { return equipmentReason; } /** * Sets the value of the equipmentReason property. * * @param value * allowed object is * {@link String } * */ public void setEquipmentReason(String value) { this.equipmentReason = value; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getPersonnelReason() { return personnelReason; } /** * Sets the value of the personnelReason property. * * @param value * allowed object is * {@link String } * */ public void setPersonnelReason(String value) { this.personnelReason = value; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getMiscellaneousReason() { return miscellaneousReason; } /** * Sets the value of the miscellaneousReason property. * * @param value * allowed object is * {@link String } * */ public void setMiscellaneousReason(String value) { this.miscellaneousReason = value; } /** * DEPRECATED since SIRI 2.1 - use only AlertCause. * * @return * possible object is * {@link String } * */ public String getUnknownReason() { return unknownReason; } /** * Sets the value of the unknownReason property. * * @param value * allowed object is * {@link String } * */ public void setUnknownReason(String value) { this.unknownReason = value; } /** * Gets the value of the alertCause property. * * @return * possible object is * {@link AlertCauseEnumeration } * */ public AlertCauseEnumeration getAlertCause() { return alertCause; } /** * Sets the value of the alertCause property. * * @param value * allowed object is * {@link AlertCauseEnumeration } * */ public void setAlertCause(AlertCauseEnumeration value) { this.alertCause = value; } /** * Gets the value of the environmentSubReason property. * * @return * possible object is * {@link String } * */ public String getEnvironmentSubReason() { return environmentSubReason; } /** * Sets the value of the environmentSubReason property. * * @param value * allowed object is * {@link String } * */ public void setEnvironmentSubReason(String value) { this.environmentSubReason = value; } /** * Gets the value of the equipmentSubReason property. * * @return * possible object is * {@link String } * */ public String getEquipmentSubReason() { return equipmentSubReason; } /** * Sets the value of the equipmentSubReason property. * * @param value * allowed object is * {@link String } * */ public void setEquipmentSubReason(String value) { this.equipmentSubReason = value; } /** * Gets the value of the personnelSubReason property. * * @return * possible object is * {@link String } * */ public String getPersonnelSubReason() { return personnelSubReason; } /** * Sets the value of the personnelSubReason property. * * @param value * allowed object is * {@link String } * */ public void setPersonnelSubReason(String value) { this.personnelSubReason = value; } /** * Gets the value of the miscellaneousSubReason property. * * @return * possible object is * {@link String } * */ public String getMiscellaneousSubReason() { return miscellaneousSubReason; } /** * Sets the value of the miscellaneousSubReason property. * * @param value * allowed object is * {@link String } * */ public void setMiscellaneousSubReason(String value) { this.miscellaneousSubReason = value; } /** * Gets the value of the publicEventReason property. * * @return * possible object is * {@link PublicEventTypeEnum } * */ public PublicEventTypeEnum getPublicEventReason() { return publicEventReason; } /** * Sets the value of the publicEventReason property. * * @param value * allowed object is * {@link PublicEventTypeEnum } * */ public void setPublicEventReason(PublicEventTypeEnum value) { this.publicEventReason = value; } /** * Gets the value of the reasonNames property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the reasonNames property. * *

* For example, to add a new item, do as follows: *

     *    getReasonNames().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link NaturalLanguageStringStructure } * * */ public List getReasonNames() { if (reasonNames == null) { reasonNames = new ArrayList(); } return this.reasonNames; } /** * Gets the value of the severity property. * * @return * possible object is * {@link SeverityEnumeration } * */ public SeverityEnumeration getSeverity() { return severity; } /** * Sets the value of the severity property. * * @param value * allowed object is * {@link SeverityEnumeration } * */ public void setSeverity(SeverityEnumeration value) { this.severity = value; } /** * Gets the value of the priority property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getPriority() { return priority; } /** * Sets the value of the priority property. * * @param value * allowed object is * {@link BigInteger } * */ public void setPriority(BigInteger value) { this.priority = value; } /** * Gets the value of the sensitivity property. * * @return * possible object is * {@link SensitivityEnumeration } * */ public SensitivityEnumeration getSensitivity() { return sensitivity; } /** * Sets the value of the sensitivity property. * * @param value * allowed object is * {@link SensitivityEnumeration } * */ public void setSensitivity(SensitivityEnumeration value) { this.sensitivity = value; } /** * Gets the value of the audience property. * * @return * possible object is * {@link AudienceEnumeration } * */ public AudienceEnumeration getAudience() { return audience; } /** * Sets the value of the audience property. * * @param value * allowed object is * {@link AudienceEnumeration } * */ public void setAudience(AudienceEnumeration value) { this.audience = value; } /** * Gets the value of the scopeType property. * * @return * possible object is * {@link ScopeTypeEnumeration } * */ public ScopeTypeEnumeration getScopeType() { return scopeType; } /** * Sets the value of the scopeType property. * * @param value * allowed object is * {@link ScopeTypeEnumeration } * */ public void setScopeType(ScopeTypeEnumeration value) { this.scopeType = value; } /** * Gets the value of the reportType property. * * @return * possible object is * {@link ReportTypeEnumeration } * */ public ReportTypeEnumeration getReportType() { return reportType; } /** * Sets the value of the reportType property. * * @param value * allowed object is * {@link ReportTypeEnumeration } * */ public void setReportType(ReportTypeEnumeration value) { this.reportType = value; } /** * Gets the value of the planned property. * * @return * possible object is * {@link Boolean } * */ public Boolean isPlanned() { return planned; } /** * Sets the value of the planned property. * * @param value * allowed object is * {@link Boolean } * */ public void setPlanned(Boolean value) { this.planned = value; } /** * Gets the value of the keywords property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the keywords property. * *

* For example, to add a new item, do as follows: *

     *    getKeywords().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getKeywords() { if (keywords == null) { keywords = new ArrayList(); } return this.keywords; } /** * Gets the value of the secondaryReasons property. * * @return * possible object is * {@link uk.org.siri.siri21.PtSituationElement.SecondaryReasons } * */ public uk.org.siri.siri21.PtSituationElement.SecondaryReasons getSecondaryReasons() { return secondaryReasons; } /** * Sets the value of the secondaryReasons property. * * @param value * allowed object is * {@link uk.org.siri.siri21.PtSituationElement.SecondaryReasons } * */ public void setSecondaryReasons(uk.org.siri.siri21.PtSituationElement.SecondaryReasons value) { this.secondaryReasons = value; } /** * Gets the value of the language property. * * @return * possible object is * {@link String } * */ public String getLanguage() { return language; } /** * Sets the value of the language property. * * @param value * allowed object is * {@link String } * */ public void setLanguage(String value) { this.language = value; } /** * Gets the value of the summaries property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the summaries property. * *

* For example, to add a new item, do as follows: *

     *    getSummaries().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DefaultedTextStructure } * * */ public List getSummaries() { if (summaries == null) { summaries = new ArrayList(); } return this.summaries; } /** * Gets the value of the descriptions property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the descriptions property. * *

* For example, to add a new item, do as follows: *

     *    getDescriptions().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DefaultedTextStructure } * * */ public List getDescriptions() { if (descriptions == null) { descriptions = new ArrayList(); } return this.descriptions; } /** * Gets the value of the details property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the details property. * *

* For example, to add a new item, do as follows: *

     *    getDetails().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DefaultedTextStructure } * * */ public List getDetails() { if (details == null) { details = new ArrayList(); } return this.details; } /** * Gets the value of the advices property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the Jakarta XML Binding object. * This is why there is not a set method for the advices property. * *

* For example, to add a new item, do as follows: *

     *    getAdvices().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link DefaultedTextStructure } * * */ public List getAdvices() { if (advices == null) { advices = new ArrayList(); } return this.advices; } /** * Gets the value of the internal property. * * @return * possible object is * {@link DefaultedTextStructure } * */ public DefaultedTextStructure getInternal() { return internal; } /** * Sets the value of the internal property. * * @param value * allowed object is * {@link DefaultedTextStructure } * */ public void setInternal(DefaultedTextStructure value) { this.internal = value; } /** * Gets the value of the images property. * * @return * possible object is * {@link uk.org.siri.siri21.PtSituationElement.Images } * */ public uk.org.siri.siri21.PtSituationElement.Images getImages() { return images; } /** * Sets the value of the images property. * * @param value * allowed object is * {@link uk.org.siri.siri21.PtSituationElement.Images } * */ public void setImages(uk.org.siri.siri21.PtSituationElement.Images value) { this.images = value; } /** * Gets the value of the infoLinks property. * * @return * possible object is * {@link uk.org.siri.siri21.PtSituationElement.InfoLinks } * */ public uk.org.siri.siri21.PtSituationElement.InfoLinks getInfoLinks() { return infoLinks; } /** * Sets the value of the infoLinks property. * * @param value * allowed object is * {@link uk.org.siri.siri21.PtSituationElement.InfoLinks } * */ public void setInfoLinks(uk.org.siri.siri21.PtSituationElement.InfoLinks value) { this.infoLinks = value; } /** * Gets the value of the affects property. * * @return * possible object is * {@link AffectsScopeStructure } * */ public AffectsScopeStructure getAffects() { return affects; } /** * Sets the value of the affects property. * * @param value * allowed object is * {@link AffectsScopeStructure } * */ public void setAffects(AffectsScopeStructure value) { this.affects = value; } /** * Gets the value of the consequences property. * * @return * possible object is * {@link PtConsequencesStructure } * */ public PtConsequencesStructure getConsequences() { return consequences; } /** * Sets the value of the consequences property. * * @param value * allowed object is * {@link PtConsequencesStructure } * */ public void setConsequences(PtConsequencesStructure value) { this.consequences = value; } /** * Gets the value of the publishingActions property. * * @return * possible object is * {@link ActionsStructure } * */ public ActionsStructure getPublishingActions() { return publishingActions; } /** * Sets the value of the publishingActions property. * * @param value * allowed object is * {@link ActionsStructure } * */ public void setPublishingActions(ActionsStructure value) { this.publishingActions = value; } /** * Gets the value of the situationRecord property. * * @return * possible object is * {@link SituationRecord } * */ public SituationRecord getSituationRecord() { return situationRecord; } /** * Sets the value of the situationRecord property. * * @param value * allowed object is * {@link SituationRecord } * */ public void setSituationRecord(SituationRecord value) { this.situationRecord = value; } /** * Gets the value of the extensions property. * * @return * possible object is * {@link Extensions } * */ public Extensions getExtensions() { return extensions; } /** * Sets the value of the extensions property. * * @param value * allowed object is * {@link Extensions } * */ public void setExtensions(Extensions value) { this.extensions = value; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy