org.rutebanken.netex.model.ServiceExclusion_VersionStructure 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.math.BigInteger;
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.XmlElement;
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 ServiceExclusion_VersionStructure complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ServiceExclusion_VersionStructure">
* <complexContent>
* <extension base="{http://www.netex.org.uk/netex}Assignment_VersionStructure">
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}ServiceExclusionGroup"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ServiceExclusion_VersionStructure", propOrder = {
"excludingJourneyPatternRef",
"startPointRef",
"endPointRef",
"excludedJourneyPatternRefs"
})
@XmlSeeAlso({
ServiceExclusion.class
})
public class ServiceExclusion_VersionStructure
extends Assignment_VersionStructure
{
@XmlElement(name = "ExcludingJourneyPatternRef")
protected JourneyPatternRefStructure excludingJourneyPatternRef;
@XmlElement(name = "StartPointRef")
protected ScheduledStopPointRefStructure startPointRef;
@XmlElement(name = "EndPointRef")
protected ScheduledStopPointRefStructure endPointRef;
protected JourneyPatternRefs_RelStructure excludedJourneyPatternRefs;
/**
* Gets the value of the excludingJourneyPatternRef property.
*
* @return
* possible object is
* {@link JourneyPatternRefStructure }
*
*/
public JourneyPatternRefStructure getExcludingJourneyPatternRef() {
return excludingJourneyPatternRef;
}
/**
* Sets the value of the excludingJourneyPatternRef property.
*
* @param value
* allowed object is
* {@link JourneyPatternRefStructure }
*
*/
public void setExcludingJourneyPatternRef(JourneyPatternRefStructure value) {
this.excludingJourneyPatternRef = value;
}
/**
* Gets the value of the startPointRef property.
*
* @return
* possible object is
* {@link ScheduledStopPointRefStructure }
*
*/
public ScheduledStopPointRefStructure getStartPointRef() {
return startPointRef;
}
/**
* Sets the value of the startPointRef property.
*
* @param value
* allowed object is
* {@link ScheduledStopPointRefStructure }
*
*/
public void setStartPointRef(ScheduledStopPointRefStructure value) {
this.startPointRef = value;
}
/**
* Gets the value of the endPointRef property.
*
* @return
* possible object is
* {@link ScheduledStopPointRefStructure }
*
*/
public ScheduledStopPointRefStructure getEndPointRef() {
return endPointRef;
}
/**
* Sets the value of the endPointRef property.
*
* @param value
* allowed object is
* {@link ScheduledStopPointRefStructure }
*
*/
public void setEndPointRef(ScheduledStopPointRefStructure value) {
this.endPointRef = value;
}
/**
* Gets the value of the excludedJourneyPatternRefs property.
*
* @return
* possible object is
* {@link JourneyPatternRefs_RelStructure }
*
*/
public JourneyPatternRefs_RelStructure getExcludedJourneyPatternRefs() {
return excludedJourneyPatternRefs;
}
/**
* Sets the value of the excludedJourneyPatternRefs property.
*
* @param value
* allowed object is
* {@link JourneyPatternRefs_RelStructure }
*
*/
public void setExcludedJourneyPatternRefs(JourneyPatternRefs_RelStructure value) {
this.excludedJourneyPatternRefs = value;
}
public ServiceExclusion_VersionStructure withExcludingJourneyPatternRef(JourneyPatternRefStructure value) {
setExcludingJourneyPatternRef(value);
return this;
}
public ServiceExclusion_VersionStructure withStartPointRef(ScheduledStopPointRefStructure value) {
setStartPointRef(value);
return this;
}
public ServiceExclusion_VersionStructure withEndPointRef(ScheduledStopPointRefStructure value) {
setEndPointRef(value);
return this;
}
public ServiceExclusion_VersionStructure withExcludedJourneyPatternRefs(JourneyPatternRefs_RelStructure value) {
setExcludedJourneyPatternRefs(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withName(MultilingualString value) {
setName(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withDescription(MultilingualString value) {
setDescription(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withOrder(BigInteger value) {
setOrder(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withKeyList(KeyListStructure value) {
setKeyList(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withExtensions(ExtensionsStructure value) {
setExtensions(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withBrandingRef(BrandingRefStructure value) {
setBrandingRef(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) {
setAlternativeTexts(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withResponsibilitySetRef(String value) {
setResponsibilitySetRef(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withValidityConditions(ValidityConditions_RelStructure value) {
setValidityConditions(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withValidBetween(ValidBetween... values) {
if (values!= null) {
for (ValidBetween value: values) {
getValidBetween().add(value);
}
}
return this;
}
@Override
public ServiceExclusion_VersionStructure withValidBetween(Collection values) {
if (values!= null) {
getValidBetween().addAll(values);
}
return this;
}
@Override
public ServiceExclusion_VersionStructure withDataSourceRef(String value) {
setDataSourceRef(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withCreated(OffsetDateTime value) {
setCreated(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withChanged(OffsetDateTime value) {
setChanged(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withModification(ModificationEnumeration value) {
setModification(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withVersion(String value) {
setVersion(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) {
setStatus_BasicModificationDetailsGroup(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) {
setDerivedFromVersionRef_BasicModificationDetailsGroup(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withCompatibleWithVersionFrameVersionRef(String value) {
setCompatibleWithVersionFrameVersionRef(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withDerivedFromObjectRef(String value) {
setDerivedFromObjectRef(value);
return this;
}
@Override
public ServiceExclusion_VersionStructure withNameOfClass(String value) {
setNameOfClass(value);
return this;
}
@Override
public ServiceExclusion_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