org.rutebanken.netex.model.Site_VersionFrameStructure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netex-java-model Show documentation
Show all versions of netex-java-model Show documentation
Generates Java model from NeTEx XSDs using JAXB.
//
// 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.time.OffsetDateTime;
import java.util.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
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 Site_VersionFrameStructure complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Site_VersionFrameStructure">
* <complexContent>
* <extension base="{http://www.netex.org.uk/netex}Common_VersionFrameStructure">
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}SiteFrameGroup"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Site_VersionFrameStructure", propOrder = {
"countries",
"topographicPlaces",
"addresses",
"accesses",
"groupsOfStopPlaces",
"stopPlaces",
"flexibleStopPlaces",
"pointsOfInterest",
"parkings",
"navigationPaths",
"pathLinks",
"pathJunctions",
"checkConstraints",
"checkConstraintDelays",
"checkConstraintThroughputs",
"pointOfInterestClassifications",
"pointOfInterestClassificationHierarchies",
"tariffZones",
"siteFacilitySets"
})
@XmlSeeAlso({
SiteFrame.class
})
public class Site_VersionFrameStructure
extends Common_VersionFrameStructure
{
protected CountriesInFrame_RelStructure countries;
protected TopographicPlacesInFrame_RelStructure topographicPlaces;
protected AddressesInFrame_RelStructure addresses;
protected AccessesInFrame_RelStructure accesses;
protected GroupsOfStopPlacesInFrame_RelStructure groupsOfStopPlaces;
protected StopPlacesInFrame_RelStructure stopPlaces;
protected FlexibleStopPlacesInFrame_RelStructure flexibleStopPlaces;
protected PointsOfInterestInFrame_RelStructure pointsOfInterest;
protected ParkingsInFrame_RelStructure parkings;
protected NavigationPathsInFrame_RelStructure navigationPaths;
protected PathLinksInFrame_RelStructure pathLinks;
protected PathJunctionsInFrame_RelStructure pathJunctions;
protected CheckConstraintInFrame_RelStructure checkConstraints;
protected CheckConstraintDelaysInFrame_RelStructure checkConstraintDelays;
protected CheckConstraintThroughputsInFrame_RelStructure checkConstraintThroughputs;
protected Site_VersionFrameStructure.PointOfInterestClassifications pointOfInterestClassifications;
protected PointOfInterestClassificationHierarchiesInFrame_RelStructure pointOfInterestClassificationHierarchies;
protected TariffZonesInFrame_RelStructure tariffZones;
protected SiteFacilitySetsInFrame_RelStructure siteFacilitySets;
/**
* Gets the value of the countries property.
*
* @return
* possible object is
* {@link CountriesInFrame_RelStructure }
*
*/
public CountriesInFrame_RelStructure getCountries() {
return countries;
}
/**
* Sets the value of the countries property.
*
* @param value
* allowed object is
* {@link CountriesInFrame_RelStructure }
*
*/
public void setCountries(CountriesInFrame_RelStructure value) {
this.countries = value;
}
/**
* Gets the value of the topographicPlaces property.
*
* @return
* possible object is
* {@link TopographicPlacesInFrame_RelStructure }
*
*/
public TopographicPlacesInFrame_RelStructure getTopographicPlaces() {
return topographicPlaces;
}
/**
* Sets the value of the topographicPlaces property.
*
* @param value
* allowed object is
* {@link TopographicPlacesInFrame_RelStructure }
*
*/
public void setTopographicPlaces(TopographicPlacesInFrame_RelStructure value) {
this.topographicPlaces = value;
}
/**
* Gets the value of the addresses property.
*
* @return
* possible object is
* {@link AddressesInFrame_RelStructure }
*
*/
public AddressesInFrame_RelStructure getAddresses() {
return addresses;
}
/**
* Sets the value of the addresses property.
*
* @param value
* allowed object is
* {@link AddressesInFrame_RelStructure }
*
*/
public void setAddresses(AddressesInFrame_RelStructure value) {
this.addresses = value;
}
/**
* Gets the value of the accesses property.
*
* @return
* possible object is
* {@link AccessesInFrame_RelStructure }
*
*/
public AccessesInFrame_RelStructure getAccesses() {
return accesses;
}
/**
* Sets the value of the accesses property.
*
* @param value
* allowed object is
* {@link AccessesInFrame_RelStructure }
*
*/
public void setAccesses(AccessesInFrame_RelStructure value) {
this.accesses = value;
}
/**
* Gets the value of the groupsOfStopPlaces property.
*
* @return
* possible object is
* {@link GroupsOfStopPlacesInFrame_RelStructure }
*
*/
public GroupsOfStopPlacesInFrame_RelStructure getGroupsOfStopPlaces() {
return groupsOfStopPlaces;
}
/**
* Sets the value of the groupsOfStopPlaces property.
*
* @param value
* allowed object is
* {@link GroupsOfStopPlacesInFrame_RelStructure }
*
*/
public void setGroupsOfStopPlaces(GroupsOfStopPlacesInFrame_RelStructure value) {
this.groupsOfStopPlaces = value;
}
/**
* Gets the value of the stopPlaces property.
*
* @return
* possible object is
* {@link StopPlacesInFrame_RelStructure }
*
*/
public StopPlacesInFrame_RelStructure getStopPlaces() {
return stopPlaces;
}
/**
* Sets the value of the stopPlaces property.
*
* @param value
* allowed object is
* {@link StopPlacesInFrame_RelStructure }
*
*/
public void setStopPlaces(StopPlacesInFrame_RelStructure value) {
this.stopPlaces = value;
}
/**
* Gets the value of the flexibleStopPlaces property.
*
* @return
* possible object is
* {@link FlexibleStopPlacesInFrame_RelStructure }
*
*/
public FlexibleStopPlacesInFrame_RelStructure getFlexibleStopPlaces() {
return flexibleStopPlaces;
}
/**
* Sets the value of the flexibleStopPlaces property.
*
* @param value
* allowed object is
* {@link FlexibleStopPlacesInFrame_RelStructure }
*
*/
public void setFlexibleStopPlaces(FlexibleStopPlacesInFrame_RelStructure value) {
this.flexibleStopPlaces = value;
}
/**
* Gets the value of the pointsOfInterest property.
*
* @return
* possible object is
* {@link PointsOfInterestInFrame_RelStructure }
*
*/
public PointsOfInterestInFrame_RelStructure getPointsOfInterest() {
return pointsOfInterest;
}
/**
* Sets the value of the pointsOfInterest property.
*
* @param value
* allowed object is
* {@link PointsOfInterestInFrame_RelStructure }
*
*/
public void setPointsOfInterest(PointsOfInterestInFrame_RelStructure value) {
this.pointsOfInterest = value;
}
/**
* Gets the value of the parkings property.
*
* @return
* possible object is
* {@link ParkingsInFrame_RelStructure }
*
*/
public ParkingsInFrame_RelStructure getParkings() {
return parkings;
}
/**
* Sets the value of the parkings property.
*
* @param value
* allowed object is
* {@link ParkingsInFrame_RelStructure }
*
*/
public void setParkings(ParkingsInFrame_RelStructure value) {
this.parkings = value;
}
/**
* Gets the value of the navigationPaths property.
*
* @return
* possible object is
* {@link NavigationPathsInFrame_RelStructure }
*
*/
public NavigationPathsInFrame_RelStructure getNavigationPaths() {
return navigationPaths;
}
/**
* Sets the value of the navigationPaths property.
*
* @param value
* allowed object is
* {@link NavigationPathsInFrame_RelStructure }
*
*/
public void setNavigationPaths(NavigationPathsInFrame_RelStructure value) {
this.navigationPaths = value;
}
/**
* Gets the value of the pathLinks property.
*
* @return
* possible object is
* {@link PathLinksInFrame_RelStructure }
*
*/
public PathLinksInFrame_RelStructure getPathLinks() {
return pathLinks;
}
/**
* Sets the value of the pathLinks property.
*
* @param value
* allowed object is
* {@link PathLinksInFrame_RelStructure }
*
*/
public void setPathLinks(PathLinksInFrame_RelStructure value) {
this.pathLinks = value;
}
/**
* Gets the value of the pathJunctions property.
*
* @return
* possible object is
* {@link PathJunctionsInFrame_RelStructure }
*
*/
public PathJunctionsInFrame_RelStructure getPathJunctions() {
return pathJunctions;
}
/**
* Sets the value of the pathJunctions property.
*
* @param value
* allowed object is
* {@link PathJunctionsInFrame_RelStructure }
*
*/
public void setPathJunctions(PathJunctionsInFrame_RelStructure value) {
this.pathJunctions = value;
}
/**
* Gets the value of the checkConstraints property.
*
* @return
* possible object is
* {@link CheckConstraintInFrame_RelStructure }
*
*/
public CheckConstraintInFrame_RelStructure getCheckConstraints() {
return checkConstraints;
}
/**
* Sets the value of the checkConstraints property.
*
* @param value
* allowed object is
* {@link CheckConstraintInFrame_RelStructure }
*
*/
public void setCheckConstraints(CheckConstraintInFrame_RelStructure value) {
this.checkConstraints = value;
}
/**
* Gets the value of the checkConstraintDelays property.
*
* @return
* possible object is
* {@link CheckConstraintDelaysInFrame_RelStructure }
*
*/
public CheckConstraintDelaysInFrame_RelStructure getCheckConstraintDelays() {
return checkConstraintDelays;
}
/**
* Sets the value of the checkConstraintDelays property.
*
* @param value
* allowed object is
* {@link CheckConstraintDelaysInFrame_RelStructure }
*
*/
public void setCheckConstraintDelays(CheckConstraintDelaysInFrame_RelStructure value) {
this.checkConstraintDelays = value;
}
/**
* Gets the value of the checkConstraintThroughputs property.
*
* @return
* possible object is
* {@link CheckConstraintThroughputsInFrame_RelStructure }
*
*/
public CheckConstraintThroughputsInFrame_RelStructure getCheckConstraintThroughputs() {
return checkConstraintThroughputs;
}
/**
* Sets the value of the checkConstraintThroughputs property.
*
* @param value
* allowed object is
* {@link CheckConstraintThroughputsInFrame_RelStructure }
*
*/
public void setCheckConstraintThroughputs(CheckConstraintThroughputsInFrame_RelStructure value) {
this.checkConstraintThroughputs = value;
}
/**
* Gets the value of the pointOfInterestClassifications property.
*
* @return
* possible object is
* {@link Site_VersionFrameStructure.PointOfInterestClassifications }
*
*/
public Site_VersionFrameStructure.PointOfInterestClassifications getPointOfInterestClassifications() {
return pointOfInterestClassifications;
}
/**
* Sets the value of the pointOfInterestClassifications property.
*
* @param value
* allowed object is
* {@link Site_VersionFrameStructure.PointOfInterestClassifications }
*
*/
public void setPointOfInterestClassifications(Site_VersionFrameStructure.PointOfInterestClassifications value) {
this.pointOfInterestClassifications = value;
}
/**
* Gets the value of the pointOfInterestClassificationHierarchies property.
*
* @return
* possible object is
* {@link PointOfInterestClassificationHierarchiesInFrame_RelStructure }
*
*/
public PointOfInterestClassificationHierarchiesInFrame_RelStructure getPointOfInterestClassificationHierarchies() {
return pointOfInterestClassificationHierarchies;
}
/**
* Sets the value of the pointOfInterestClassificationHierarchies property.
*
* @param value
* allowed object is
* {@link PointOfInterestClassificationHierarchiesInFrame_RelStructure }
*
*/
public void setPointOfInterestClassificationHierarchies(PointOfInterestClassificationHierarchiesInFrame_RelStructure value) {
this.pointOfInterestClassificationHierarchies = value;
}
/**
* Gets the value of the tariffZones property.
*
* @return
* possible object is
* {@link TariffZonesInFrame_RelStructure }
*
*/
public TariffZonesInFrame_RelStructure getTariffZones() {
return tariffZones;
}
/**
* Sets the value of the tariffZones property.
*
* @param value
* allowed object is
* {@link TariffZonesInFrame_RelStructure }
*
*/
public void setTariffZones(TariffZonesInFrame_RelStructure value) {
this.tariffZones = value;
}
/**
* Gets the value of the siteFacilitySets property.
*
* @return
* possible object is
* {@link SiteFacilitySetsInFrame_RelStructure }
*
*/
public SiteFacilitySetsInFrame_RelStructure getSiteFacilitySets() {
return siteFacilitySets;
}
/**
* Sets the value of the siteFacilitySets property.
*
* @param value
* allowed object is
* {@link SiteFacilitySetsInFrame_RelStructure }
*
*/
public void setSiteFacilitySets(SiteFacilitySetsInFrame_RelStructure value) {
this.siteFacilitySets = value;
}
public Site_VersionFrameStructure withCountries(CountriesInFrame_RelStructure value) {
setCountries(value);
return this;
}
public Site_VersionFrameStructure withTopographicPlaces(TopographicPlacesInFrame_RelStructure value) {
setTopographicPlaces(value);
return this;
}
public Site_VersionFrameStructure withAddresses(AddressesInFrame_RelStructure value) {
setAddresses(value);
return this;
}
public Site_VersionFrameStructure withAccesses(AccessesInFrame_RelStructure value) {
setAccesses(value);
return this;
}
public Site_VersionFrameStructure withGroupsOfStopPlaces(GroupsOfStopPlacesInFrame_RelStructure value) {
setGroupsOfStopPlaces(value);
return this;
}
public Site_VersionFrameStructure withStopPlaces(StopPlacesInFrame_RelStructure value) {
setStopPlaces(value);
return this;
}
public Site_VersionFrameStructure withFlexibleStopPlaces(FlexibleStopPlacesInFrame_RelStructure value) {
setFlexibleStopPlaces(value);
return this;
}
public Site_VersionFrameStructure withPointsOfInterest(PointsOfInterestInFrame_RelStructure value) {
setPointsOfInterest(value);
return this;
}
public Site_VersionFrameStructure withParkings(ParkingsInFrame_RelStructure value) {
setParkings(value);
return this;
}
public Site_VersionFrameStructure withNavigationPaths(NavigationPathsInFrame_RelStructure value) {
setNavigationPaths(value);
return this;
}
public Site_VersionFrameStructure withPathLinks(PathLinksInFrame_RelStructure value) {
setPathLinks(value);
return this;
}
public Site_VersionFrameStructure withPathJunctions(PathJunctionsInFrame_RelStructure value) {
setPathJunctions(value);
return this;
}
public Site_VersionFrameStructure withCheckConstraints(CheckConstraintInFrame_RelStructure value) {
setCheckConstraints(value);
return this;
}
public Site_VersionFrameStructure withCheckConstraintDelays(CheckConstraintDelaysInFrame_RelStructure value) {
setCheckConstraintDelays(value);
return this;
}
public Site_VersionFrameStructure withCheckConstraintThroughputs(CheckConstraintThroughputsInFrame_RelStructure value) {
setCheckConstraintThroughputs(value);
return this;
}
public Site_VersionFrameStructure withPointOfInterestClassifications(Site_VersionFrameStructure.PointOfInterestClassifications value) {
setPointOfInterestClassifications(value);
return this;
}
public Site_VersionFrameStructure withPointOfInterestClassificationHierarchies(PointOfInterestClassificationHierarchiesInFrame_RelStructure value) {
setPointOfInterestClassificationHierarchies(value);
return this;
}
public Site_VersionFrameStructure withTariffZones(TariffZonesInFrame_RelStructure value) {
setTariffZones(value);
return this;
}
public Site_VersionFrameStructure withSiteFacilitySets(SiteFacilitySetsInFrame_RelStructure value) {
setSiteFacilitySets(value);
return this;
}
@Override
public Site_VersionFrameStructure withName(MultilingualString value) {
setName(value);
return this;
}
@Override
public Site_VersionFrameStructure withDescription(MultilingualString value) {
setDescription(value);
return this;
}
@Override
public Site_VersionFrameStructure withTypeOfFrameRef(TypeOfFrameRefStructure value) {
setTypeOfFrameRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withBaselineVersionFrameRef(VersionRefStructure value) {
setBaselineVersionFrameRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withCodespaces(Codespaces_RelStructure value) {
setCodespaces(value);
return this;
}
@Override
public Site_VersionFrameStructure withFrameDefaults(VersionFrameDefaultsStructure value) {
setFrameDefaults(value);
return this;
}
@Override
public Site_VersionFrameStructure withVersions(Versions_RelStructure value) {
setVersions(value);
return this;
}
@Override
public Site_VersionFrameStructure withTraces(Traces_RelStructure value) {
setTraces(value);
return this;
}
@Override
public Site_VersionFrameStructure withContentValidityConditions(ValidityConditions_RelStructure value) {
setContentValidityConditions(value);
return this;
}
@Override
public Site_VersionFrameStructure withKeyList(KeyListStructure value) {
setKeyList(value);
return this;
}
@Override
public Site_VersionFrameStructure withExtensions(ExtensionsStructure value) {
setExtensions(value);
return this;
}
@Override
public Site_VersionFrameStructure withBrandingRef(BrandingRefStructure value) {
setBrandingRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withAlternativeTexts(AlternativeTexts_RelStructure value) {
setAlternativeTexts(value);
return this;
}
@Override
public Site_VersionFrameStructure withResponsibilitySetRef(String value) {
setResponsibilitySetRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withValidityConditions(ValidityConditions_RelStructure value) {
setValidityConditions(value);
return this;
}
@Override
public Site_VersionFrameStructure withValidBetween(ValidBetween... values) {
if (values!= null) {
for (ValidBetween value: values) {
getValidBetween().add(value);
}
}
return this;
}
@Override
public Site_VersionFrameStructure withValidBetween(Collection values) {
if (values!= null) {
getValidBetween().addAll(values);
}
return this;
}
@Override
public Site_VersionFrameStructure withDataSourceRef(String value) {
setDataSourceRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withCreated(OffsetDateTime value) {
setCreated(value);
return this;
}
@Override
public Site_VersionFrameStructure withChanged(OffsetDateTime value) {
setChanged(value);
return this;
}
@Override
public Site_VersionFrameStructure withModification(ModificationEnumeration value) {
setModification(value);
return this;
}
@Override
public Site_VersionFrameStructure withVersion(String value) {
setVersion(value);
return this;
}
@Override
public Site_VersionFrameStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) {
setStatus_BasicModificationDetailsGroup(value);
return this;
}
@Override
public Site_VersionFrameStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) {
setDerivedFromVersionRef_BasicModificationDetailsGroup(value);
return this;
}
@Override
public Site_VersionFrameStructure withCompatibleWithVersionFrameVersionRef(String value) {
setCompatibleWithVersionFrameVersionRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withDerivedFromObjectRef(String value) {
setDerivedFromObjectRef(value);
return this;
}
@Override
public Site_VersionFrameStructure withNameOfClass(String value) {
setNameOfClass(value);
return this;
}
@Override
public Site_VersionFrameStructure 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);
}
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <extension base="{http://www.netex.org.uk/netex}pointOfInterestClassificationsInFrame_RelStructure">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class PointOfInterestClassifications
extends PointOfInterestClassificationsInFrame_RelStructure
{
@Override
public Site_VersionFrameStructure.PointOfInterestClassifications withPointOfInterestClassification(PointOfInterestClassification... values) {
if (values!= null) {
for (PointOfInterestClassification value: values) {
getPointOfInterestClassification().add(value);
}
}
return this;
}
@Override
public Site_VersionFrameStructure.PointOfInterestClassifications withPointOfInterestClassification(Collection values) {
if (values!= null) {
getPointOfInterestClassification().addAll(values);
}
return this;
}
@Override
public Site_VersionFrameStructure.PointOfInterestClassifications withModificationSet(ModificationSetEnumeration value) {
setModificationSet(value);
return this;
}
@Override
public Site_VersionFrameStructure.PointOfInterestClassifications 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