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

org.rutebanken.netex.model.NavigationPath_VersionStructure Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.09.21 at 10:53:23 AM CEST 
//


package org.rutebanken.netex.model;

import java.math.BigDecimal;
import java.math.BigInteger;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlList;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;


/**
 * 

Java class for NavigationPath_VersionStructure complex type. * *

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

 * <complexType name="NavigationPath_VersionStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}LinkSequence_VersionStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}NavigationPathSummaryGroup"/>
 *         <group ref="{http://www.netex.org.uk/netex}SiteElementPropertiesGroup"/>
 *         <group ref="{http://www.netex.org.uk/netex}NavigationPathGroup"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "NavigationPath_VersionStructure", propOrder = { "from", "to", "accessibilityAssessment", "accessModes", "summaries", "transferDuration", "publicUse", "covered", "gated", "lighting", "allAreasWheelchairAccessible", "personCapacity", "facilities", "accessFeatureList", "navigationType", "placesInSequence", "pathLinksInSequence", "transfers" }) @XmlSeeAlso({ NavigationPath.class }) public class NavigationPath_VersionStructure extends LinkSequence_VersionStructure { @XmlElement(name = "From") protected PathLinkEndStructure from; @XmlElement(name = "To") protected PathLinkEndStructure to; @XmlElement(name = "AccessibilityAssessment") protected AccessibilityAssessment accessibilityAssessment; @XmlList @XmlElement(name = "AccessModes") protected List accessModes; protected AccessSummaries_RelStructure summaries; @XmlElement(name = "TransferDuration") protected TransferDurationStructure transferDuration; @XmlElement(name = "PublicUse", defaultValue = "all") @XmlSchemaType(name = "string") protected PublicUseEnumeration publicUse; @XmlElement(name = "Covered", defaultValue = "indoors") @XmlSchemaType(name = "string") protected CoveredEnumeration covered; @XmlElement(name = "Gated") @XmlSchemaType(name = "string") protected GatedEnumeration gated; @XmlElement(name = "Lighting", defaultValue = "wellLit") @XmlSchemaType(name = "normalizedString") protected LightingEnumeration lighting; @XmlElement(name = "AllAreasWheelchairAccessible", defaultValue = "true") protected Boolean allAreasWheelchairAccessible; @XmlElement(name = "PersonCapacity") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger personCapacity; protected SiteFacilitySets_RelStructure facilities; @XmlList @XmlElement(name = "AccessFeatureList") protected List accessFeatureList; @XmlElement(name = "NavigationType") @XmlSchemaType(name = "NMTOKEN") protected NavigationTypeEnumeration navigationType; protected PlacesInSequence_RelStructure placesInSequence; protected PathLinksInSequence_RelStructure pathLinksInSequence; protected TransferRefs_RelStructure transfers; /** * Gets the value of the from property. * * @return * possible object is * {@link PathLinkEndStructure } * */ public PathLinkEndStructure getFrom() { return from; } /** * Sets the value of the from property. * * @param value * allowed object is * {@link PathLinkEndStructure } * */ public void setFrom(PathLinkEndStructure value) { this.from = value; } /** * Gets the value of the to property. * * @return * possible object is * {@link PathLinkEndStructure } * */ public PathLinkEndStructure getTo() { return to; } /** * Sets the value of the to property. * * @param value * allowed object is * {@link PathLinkEndStructure } * */ public void setTo(PathLinkEndStructure value) { this.to = value; } /** * Gets the value of the accessibilityAssessment property. * * @return * possible object is * {@link AccessibilityAssessment } * */ public AccessibilityAssessment getAccessibilityAssessment() { return accessibilityAssessment; } /** * Sets the value of the accessibilityAssessment property. * * @param value * allowed object is * {@link AccessibilityAssessment } * */ public void setAccessibilityAssessment(AccessibilityAssessment value) { this.accessibilityAssessment = value; } /** * Gets the value of the accessModes 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 JAXB object. * This is why there is not a set method for the accessModes property. * *

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

     *    getAccessModes().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AccessModeEnumeration } * * */ public List getAccessModes() { if (accessModes == null) { accessModes = new ArrayList(); } return this.accessModes; } /** * Gets the value of the summaries property. * * @return * possible object is * {@link AccessSummaries_RelStructure } * */ public AccessSummaries_RelStructure getSummaries() { return summaries; } /** * Sets the value of the summaries property. * * @param value * allowed object is * {@link AccessSummaries_RelStructure } * */ public void setSummaries(AccessSummaries_RelStructure value) { this.summaries = value; } /** * Gets the value of the transferDuration property. * * @return * possible object is * {@link TransferDurationStructure } * */ public TransferDurationStructure getTransferDuration() { return transferDuration; } /** * Sets the value of the transferDuration property. * * @param value * allowed object is * {@link TransferDurationStructure } * */ public void setTransferDuration(TransferDurationStructure value) { this.transferDuration = value; } /** * Gets the value of the publicUse property. * * @return * possible object is * {@link PublicUseEnumeration } * */ public PublicUseEnumeration getPublicUse() { return publicUse; } /** * Sets the value of the publicUse property. * * @param value * allowed object is * {@link PublicUseEnumeration } * */ public void setPublicUse(PublicUseEnumeration value) { this.publicUse = value; } /** * Gets the value of the covered property. * * @return * possible object is * {@link CoveredEnumeration } * */ public CoveredEnumeration getCovered() { return covered; } /** * Sets the value of the covered property. * * @param value * allowed object is * {@link CoveredEnumeration } * */ public void setCovered(CoveredEnumeration value) { this.covered = value; } /** * Gets the value of the gated property. * * @return * possible object is * {@link GatedEnumeration } * */ public GatedEnumeration getGated() { return gated; } /** * Sets the value of the gated property. * * @param value * allowed object is * {@link GatedEnumeration } * */ public void setGated(GatedEnumeration value) { this.gated = value; } /** * Gets the value of the lighting property. * * @return * possible object is * {@link LightingEnumeration } * */ public LightingEnumeration getLighting() { return lighting; } /** * Sets the value of the lighting property. * * @param value * allowed object is * {@link LightingEnumeration } * */ public void setLighting(LightingEnumeration value) { this.lighting = value; } /** * Gets the value of the allAreasWheelchairAccessible property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllAreasWheelchairAccessible() { return allAreasWheelchairAccessible; } /** * Sets the value of the allAreasWheelchairAccessible property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllAreasWheelchairAccessible(Boolean value) { this.allAreasWheelchairAccessible = value; } /** * Gets the value of the personCapacity property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getPersonCapacity() { return personCapacity; } /** * Sets the value of the personCapacity property. * * @param value * allowed object is * {@link BigInteger } * */ public void setPersonCapacity(BigInteger value) { this.personCapacity = value; } /** * Gets the value of the facilities property. * * @return * possible object is * {@link SiteFacilitySets_RelStructure } * */ public SiteFacilitySets_RelStructure getFacilities() { return facilities; } /** * Sets the value of the facilities property. * * @param value * allowed object is * {@link SiteFacilitySets_RelStructure } * */ public void setFacilities(SiteFacilitySets_RelStructure value) { this.facilities = value; } /** * Gets the value of the accessFeatureList 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 JAXB object. * This is why there is not a set method for the accessFeatureList property. * *

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

     *    getAccessFeatureList().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AccessFeatureEnumeration } * * */ public List getAccessFeatureList() { if (accessFeatureList == null) { accessFeatureList = new ArrayList(); } return this.accessFeatureList; } /** * Gets the value of the navigationType property. * * @return * possible object is * {@link NavigationTypeEnumeration } * */ public NavigationTypeEnumeration getNavigationType() { return navigationType; } /** * Sets the value of the navigationType property. * * @param value * allowed object is * {@link NavigationTypeEnumeration } * */ public void setNavigationType(NavigationTypeEnumeration value) { this.navigationType = value; } /** * Gets the value of the placesInSequence property. * * @return * possible object is * {@link PlacesInSequence_RelStructure } * */ public PlacesInSequence_RelStructure getPlacesInSequence() { return placesInSequence; } /** * Sets the value of the placesInSequence property. * * @param value * allowed object is * {@link PlacesInSequence_RelStructure } * */ public void setPlacesInSequence(PlacesInSequence_RelStructure value) { this.placesInSequence = value; } /** * Gets the value of the pathLinksInSequence property. * * @return * possible object is * {@link PathLinksInSequence_RelStructure } * */ public PathLinksInSequence_RelStructure getPathLinksInSequence() { return pathLinksInSequence; } /** * Sets the value of the pathLinksInSequence property. * * @param value * allowed object is * {@link PathLinksInSequence_RelStructure } * */ public void setPathLinksInSequence(PathLinksInSequence_RelStructure value) { this.pathLinksInSequence = value; } /** * Gets the value of the transfers property. * * @return * possible object is * {@link TransferRefs_RelStructure } * */ public TransferRefs_RelStructure getTransfers() { return transfers; } /** * Sets the value of the transfers property. * * @param value * allowed object is * {@link TransferRefs_RelStructure } * */ public void setTransfers(TransferRefs_RelStructure value) { this.transfers = value; } public NavigationPath_VersionStructure withFrom(PathLinkEndStructure value) { setFrom(value); return this; } public NavigationPath_VersionStructure withTo(PathLinkEndStructure value) { setTo(value); return this; } public NavigationPath_VersionStructure withAccessibilityAssessment(AccessibilityAssessment value) { setAccessibilityAssessment(value); return this; } public NavigationPath_VersionStructure withAccessModes(AccessModeEnumeration... values) { if (values!= null) { for (AccessModeEnumeration value: values) { getAccessModes().add(value); } } return this; } public NavigationPath_VersionStructure withAccessModes(Collection values) { if (values!= null) { getAccessModes().addAll(values); } return this; } public NavigationPath_VersionStructure withSummaries(AccessSummaries_RelStructure value) { setSummaries(value); return this; } public NavigationPath_VersionStructure withTransferDuration(TransferDurationStructure value) { setTransferDuration(value); return this; } public NavigationPath_VersionStructure withPublicUse(PublicUseEnumeration value) { setPublicUse(value); return this; } public NavigationPath_VersionStructure withCovered(CoveredEnumeration value) { setCovered(value); return this; } public NavigationPath_VersionStructure withGated(GatedEnumeration value) { setGated(value); return this; } public NavigationPath_VersionStructure withLighting(LightingEnumeration value) { setLighting(value); return this; } public NavigationPath_VersionStructure withAllAreasWheelchairAccessible(Boolean value) { setAllAreasWheelchairAccessible(value); return this; } public NavigationPath_VersionStructure withPersonCapacity(BigInteger value) { setPersonCapacity(value); return this; } public NavigationPath_VersionStructure withFacilities(SiteFacilitySets_RelStructure value) { setFacilities(value); return this; } public NavigationPath_VersionStructure withAccessFeatureList(AccessFeatureEnumeration... values) { if (values!= null) { for (AccessFeatureEnumeration value: values) { getAccessFeatureList().add(value); } } return this; } public NavigationPath_VersionStructure withAccessFeatureList(Collection values) { if (values!= null) { getAccessFeatureList().addAll(values); } return this; } public NavigationPath_VersionStructure withNavigationType(NavigationTypeEnumeration value) { setNavigationType(value); return this; } public NavigationPath_VersionStructure withPlacesInSequence(PlacesInSequence_RelStructure value) { setPlacesInSequence(value); return this; } public NavigationPath_VersionStructure withPathLinksInSequence(PathLinksInSequence_RelStructure value) { setPathLinksInSequence(value); return this; } public NavigationPath_VersionStructure withTransfers(TransferRefs_RelStructure value) { setTransfers(value); return this; } @Override public NavigationPath_VersionStructure withName(MultilingualString value) { setName(value); return this; } @Override public NavigationPath_VersionStructure withShortName(MultilingualString value) { setShortName(value); return this; } @Override public NavigationPath_VersionStructure withDistance(BigDecimal value) { setDistance(value); return this; } @Override public NavigationPath_VersionStructure withPrivateCode(PrivateCodeStructure value) { setPrivateCode(value); return this; } @Override public NavigationPath_VersionStructure withSectionsInSequence(SectionsInSequence_RelStructure value) { setSectionsInSequence(value); return this; } @Override public NavigationPath_VersionStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public NavigationPath_VersionStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public NavigationPath_VersionStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public NavigationPath_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public NavigationPath_VersionStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public NavigationPath_VersionStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public NavigationPath_VersionStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public NavigationPath_VersionStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public NavigationPath_VersionStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public NavigationPath_VersionStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public NavigationPath_VersionStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public NavigationPath_VersionStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public NavigationPath_VersionStructure withVersion(String value) { setVersion(value); return this; } @Override public NavigationPath_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public NavigationPath_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public NavigationPath_VersionStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public NavigationPath_VersionStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public NavigationPath_VersionStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public NavigationPath_VersionStructure withId(String value) { setId(value); return this; } /** * Generates a String representation of the contents of this type. * This is an extension method, produced by the 'ts' xjc plugin * */ @Override public String toString() { return ToStringBuilder.reflectionToString(this, OmitNullsToStringStyle.INSTANCE); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy