org.rutebanken.netex.model.SeriesConstraint 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.BigDecimal;
import java.math.BigInteger;
import java.time.OffsetDateTime;
import java.util.Collection;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.rutebanken.netex.OmitNullsToStringStyle;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.netex.org.uk/netex}SeriesConstraint_VersionStructure">
* <sequence>
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}EntityInVersionGroup" minOccurs="0"/>
* </sequence>
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}DataManagedObjectGroup"/>
* </sequence>
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}PriceableObjectGroup"/>
* </sequence>
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}SeriesConstraintGroup"/>
* </sequence>
* </sequence>
* <attribute name="id" type="{http://www.netex.org.uk/netex}SeriesConstraintIdType" />
* <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}integer" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public class SeriesConstraint
extends SeriesConstraint_VersionStructure
{
@Override
public SeriesConstraint withPrivateCode(PrivateCodeStructure value) {
setPrivateCode(value);
return this;
}
@Override
public SeriesConstraint withItinerary(MultilingualString value) {
setItinerary(value);
return this;
}
@Override
public SeriesConstraint withSymbolMarkingUsualRoute(String value) {
setSymbolMarkingUsualRoute(value);
return this;
}
@Override
public SeriesConstraint withSeriesType(SeriesTypeEnumeration value) {
setSeriesType(value);
return this;
}
@Override
public SeriesConstraint withRoutingType(RoutingTypeEnumeration value) {
setRoutingType(value);
return this;
}
@Override
public SeriesConstraint withFareBasis(FareBasisEnumeration value) {
setFareBasis(value);
return this;
}
@Override
public SeriesConstraint withFirstClassDistance(BigDecimal value) {
setFirstClassDistance(value);
return this;
}
@Override
public SeriesConstraint withSecondClassDistance(BigDecimal value) {
setSecondClassDistance(value);
return this;
}
@Override
public SeriesConstraint withDiscrete(Boolean value) {
setDiscrete(value);
return this;
}
@Override
public SeriesConstraint withFromConnectionRef(ConnectionRefStructure value) {
setFromConnectionRef(value);
return this;
}
@Override
public SeriesConstraint withToConnectionRef(ConnectionRefStructure value) {
setToConnectionRef(value);
return this;
}
@Override
public SeriesConstraint withFarePointsInPattern(FarePointsInPattern_RelStructure... values) {
if (values!= null) {
for (FarePointsInPattern_RelStructure value: values) {
getFarePointsInPattern().add(value);
}
}
return this;
}
@Override
public SeriesConstraint withFarePointsInPattern(Collection values) {
if (values!= null) {
getFarePointsInPattern().addAll(values);
}
return this;
}
@Override
public SeriesConstraint withJourneyPatterns(JourneyPatternRefs_RelStructure... values) {
if (values!= null) {
for (JourneyPatternRefs_RelStructure value: values) {
getJourneyPatterns().add(value);
}
}
return this;
}
@Override
public SeriesConstraint withJourneyPatterns(Collection values) {
if (values!= null) {
getJourneyPatterns().addAll(values);
}
return this;
}
@Override
public SeriesConstraint withPrices(SeriesConstraintPrices_RelStructure... values) {
if (values!= null) {
for (SeriesConstraintPrices_RelStructure value: values) {
getPrices().add(value);
}
}
return this;
}
@Override
public SeriesConstraint withPrices(Collection values) {
if (values!= null) {
getPrices().addAll(values);
}
return this;
}
@Override
public SeriesConstraint withReplaces(SeriesConstraintRefs_RelStructure... values) {
if (values!= null) {
for (SeriesConstraintRefs_RelStructure value: values) {
getReplaces().add(value);
}
}
return this;
}
@Override
public SeriesConstraint withReplaces(Collection values) {
if (values!= null) {
getReplaces().addAll(values);
}
return this;
}
@Override
public SeriesConstraint withOrder(BigInteger value) {
setOrder(value);
return this;
}
@Override
public SeriesConstraint withName(MultilingualString value) {
setName(value);
return this;
}
@Override
public SeriesConstraint withDescription(MultilingualString value) {
setDescription(value);
return this;
}
@Override
public SeriesConstraint withAlternativeNames(AlternativeNames_RelStructure value) {
setAlternativeNames(value);
return this;
}
@Override
public SeriesConstraint withNoticeAssignments(NoticeAssignments_RelStructure value) {
setNoticeAssignments(value);
return this;
}
@Override
public SeriesConstraint withPricingServiceRef(PricingServiceRefStructure value) {
setPricingServiceRef(value);
return this;
}
@Override
public SeriesConstraint withPricingRuleRef(JAXBElement extends PricingRuleRefStructure> value) {
setPricingRuleRef(value);
return this;
}
@Override
public SeriesConstraint withPriceGroups(PriceGroups_RelStructure value) {
setPriceGroups(value);
return this;
}
@Override
public SeriesConstraint withFareTables(FareTables_RelStructure value) {
setFareTables(value);
return this;
}
@Override
public SeriesConstraint withKeyList(KeyListStructure value) {
setKeyList(value);
return this;
}
@Override
public SeriesConstraint withExtensions(ExtensionsStructure value) {
setExtensions(value);
return this;
}
@Override
public SeriesConstraint withBrandingRef(BrandingRefStructure value) {
setBrandingRef(value);
return this;
}
@Override
public SeriesConstraint withAlternativeTexts(AlternativeTexts_RelStructure value) {
setAlternativeTexts(value);
return this;
}
@Override
public SeriesConstraint withResponsibilitySetRef(String value) {
setResponsibilitySetRef(value);
return this;
}
@Override
public SeriesConstraint withValidityConditions(ValidityConditions_RelStructure value) {
setValidityConditions(value);
return this;
}
@Override
public SeriesConstraint withValidBetween(ValidBetween... values) {
if (values!= null) {
for (ValidBetween value: values) {
getValidBetween().add(value);
}
}
return this;
}
@Override
public SeriesConstraint withValidBetween(Collection values) {
if (values!= null) {
getValidBetween().addAll(values);
}
return this;
}
@Override
public SeriesConstraint withDataSourceRef(String value) {
setDataSourceRef(value);
return this;
}
@Override
public SeriesConstraint withCreated(OffsetDateTime value) {
setCreated(value);
return this;
}
@Override
public SeriesConstraint withChanged(OffsetDateTime value) {
setChanged(value);
return this;
}
@Override
public SeriesConstraint withModification(ModificationEnumeration value) {
setModification(value);
return this;
}
@Override
public SeriesConstraint withVersion(String value) {
setVersion(value);
return this;
}
@Override
public SeriesConstraint withStatus_BasicModificationDetailsGroup(StatusEnumeration value) {
setStatus_BasicModificationDetailsGroup(value);
return this;
}
@Override
public SeriesConstraint withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) {
setDerivedFromVersionRef_BasicModificationDetailsGroup(value);
return this;
}
@Override
public SeriesConstraint withCompatibleWithVersionFrameVersionRef(String value) {
setCompatibleWithVersionFrameVersionRef(value);
return this;
}
@Override
public SeriesConstraint withDerivedFromObjectRef(String value) {
setDerivedFromObjectRef(value);
return this;
}
@Override
public SeriesConstraint withNameOfClass(String value) {
setNameOfClass(value);
return this;
}
@Override
public SeriesConstraint 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