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

org.rutebanken.netex.model.Common_VersionFrameStructure 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.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 Common_VersionFrameStructure complex type. * *

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

 * <complexType name="Common_VersionFrameStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}VersionFrame_VersionStructure">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Common_VersionFrameStructure") @XmlSeeAlso({ Composite_VersionFrameStructure.class, ServiceCalendarFrame_VersionFrameStructure.class, ResourceFrame_VersionFrameStructure.class, General_VersionFrameStructure.class, Infrastructure_VersionFrameStructure.class, Site_VersionFrameStructure.class, Timetable_VersionFrameStructure.class, Service_VersionFrameStructure.class, VehicleSchedule_VersionFrameStructure.class, DriverSchedule_VersionFrameStructure.class, FareFrame_VersionFrameStructure.class, SalesTransactionFrame_VersionFrameStructure.class }) public abstract class Common_VersionFrameStructure extends VersionFrame_VersionStructure { @Override public Common_VersionFrameStructure withName(MultilingualString value) { setName(value); return this; } @Override public Common_VersionFrameStructure withDescription(MultilingualString value) { setDescription(value); return this; } @Override public Common_VersionFrameStructure withTypeOfFrameRef(TypeOfFrameRefStructure value) { setTypeOfFrameRef(value); return this; } @Override public Common_VersionFrameStructure withBaselineVersionFrameRef(VersionRefStructure value) { setBaselineVersionFrameRef(value); return this; } @Override public Common_VersionFrameStructure withCodespaces(Codespaces_RelStructure value) { setCodespaces(value); return this; } @Override public Common_VersionFrameStructure withFrameDefaults(VersionFrameDefaultsStructure value) { setFrameDefaults(value); return this; } @Override public Common_VersionFrameStructure withVersions(Versions_RelStructure value) { setVersions(value); return this; } @Override public Common_VersionFrameStructure withTraces(Traces_RelStructure value) { setTraces(value); return this; } @Override public Common_VersionFrameStructure withContentValidityConditions(ValidityConditions_RelStructure value) { setContentValidityConditions(value); return this; } @Override public Common_VersionFrameStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public Common_VersionFrameStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public Common_VersionFrameStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public Common_VersionFrameStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public Common_VersionFrameStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public Common_VersionFrameStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public Common_VersionFrameStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public Common_VersionFrameStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public Common_VersionFrameStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public Common_VersionFrameStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public Common_VersionFrameStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public Common_VersionFrameStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public Common_VersionFrameStructure withVersion(String value) { setVersion(value); return this; } @Override public Common_VersionFrameStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public Common_VersionFrameStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public Common_VersionFrameStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public Common_VersionFrameStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public Common_VersionFrameStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public Common_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); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy