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

org.rutebanken.netex.model.OrganisationPart_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.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.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
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 OrganisationPart_VersionStructure complex type. * *

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

 * <complexType name="OrganisationPart_VersionStructure">
 *   <complexContent>
 *     <extension base="{http://www.netex.org.uk/netex}DataManagedObjectStructure">
 *       <sequence>
 *         <group ref="{http://www.netex.org.uk/netex}OrganisationPartGroup"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OrganisationPart_VersionStructure", propOrder = { "name", "shortName", "description", "publicCode", "privateCode", "contactDetails", "location", "organisationRef", "typeOfOrganisationPartRef", "administrativeZones", "ownResponsibilitySets", "delegatedResponsibilitySets", "delegatedFrom" }) @XmlSeeAlso({ OrganisationPart.class, OrganisationalUnit_VersionStructure.class, Department_VersionStructure.class, ControlCentre_VersionStructure.class }) public class OrganisationPart_VersionStructure extends DataManagedObjectStructure { @XmlElement(name = "Name") protected MultilingualString name; @XmlElement(name = "ShortName") protected MultilingualString shortName; @XmlElement(name = "Description") protected MultilingualString description; @XmlElement(name = "PublicCode") protected PrivateCodeStructure publicCode; @XmlElement(name = "PrivateCode") protected PrivateCodeStructure privateCode; @XmlElement(name = "ContactDetails") protected ContactStructure contactDetails; @XmlElement(name = "Location") protected LocationStructure location; @XmlElementRef(name = "OrganisationRef", namespace = "http://www.netex.org.uk/netex", type = JAXBElement.class, required = false) protected JAXBElement organisationRef; @XmlElement(name = "TypeOfOrganisationPartRef") protected TypeOfOrganisationPartRef typeOfOrganisationPartRef; protected AdministrativeZones_RelStructure administrativeZones; protected ResponsibilitySets_RelStructure ownResponsibilitySets; protected ResponsibilitySets_RelStructure delegatedResponsibilitySets; protected OrganisationRefs_RelStructure delegatedFrom; /** * Gets the value of the name property. * * @return * possible object is * {@link MultilingualString } * */ public MultilingualString getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link MultilingualString } * */ public void setName(MultilingualString value) { this.name = value; } /** * Gets the value of the shortName property. * * @return * possible object is * {@link MultilingualString } * */ public MultilingualString getShortName() { return shortName; } /** * Sets the value of the shortName property. * * @param value * allowed object is * {@link MultilingualString } * */ public void setShortName(MultilingualString value) { this.shortName = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link MultilingualString } * */ public MultilingualString getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link MultilingualString } * */ public void setDescription(MultilingualString value) { this.description = value; } /** * Gets the value of the publicCode property. * * @return * possible object is * {@link PrivateCodeStructure } * */ public PrivateCodeStructure getPublicCode() { return publicCode; } /** * Sets the value of the publicCode property. * * @param value * allowed object is * {@link PrivateCodeStructure } * */ public void setPublicCode(PrivateCodeStructure value) { this.publicCode = value; } /** * Gets the value of the privateCode property. * * @return * possible object is * {@link PrivateCodeStructure } * */ public PrivateCodeStructure getPrivateCode() { return privateCode; } /** * Sets the value of the privateCode property. * * @param value * allowed object is * {@link PrivateCodeStructure } * */ public void setPrivateCode(PrivateCodeStructure value) { this.privateCode = value; } /** * Gets the value of the contactDetails property. * * @return * possible object is * {@link ContactStructure } * */ public ContactStructure getContactDetails() { return contactDetails; } /** * Sets the value of the contactDetails property. * * @param value * allowed object is * {@link ContactStructure } * */ public void setContactDetails(ContactStructure value) { this.contactDetails = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link LocationStructure } * */ public LocationStructure getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link LocationStructure } * */ public void setLocation(LocationStructure value) { this.location = value; } /** * Gets the value of the organisationRef property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link RetailConsortiumRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AuthorityRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GeneralOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ManagementAgentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OtherOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TravelAgentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ServicedOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OperatorRefStructure }{@code >} * */ public JAXBElement getOrganisationRef() { return organisationRef; } /** * Sets the value of the organisationRef property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link RetailConsortiumRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link AuthorityRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link GeneralOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ManagementAgentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OtherOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link TravelAgentRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link ServicedOrganisationRefStructure }{@code >} * {@link JAXBElement }{@code <}{@link OperatorRefStructure }{@code >} * */ public void setOrganisationRef(JAXBElement value) { this.organisationRef = value; } /** * Gets the value of the typeOfOrganisationPartRef property. * * @return * possible object is * {@link TypeOfOrganisationPartRef } * */ public TypeOfOrganisationPartRef getTypeOfOrganisationPartRef() { return typeOfOrganisationPartRef; } /** * Sets the value of the typeOfOrganisationPartRef property. * * @param value * allowed object is * {@link TypeOfOrganisationPartRef } * */ public void setTypeOfOrganisationPartRef(TypeOfOrganisationPartRef value) { this.typeOfOrganisationPartRef = value; } /** * Gets the value of the administrativeZones property. * * @return * possible object is * {@link AdministrativeZones_RelStructure } * */ public AdministrativeZones_RelStructure getAdministrativeZones() { return administrativeZones; } /** * Sets the value of the administrativeZones property. * * @param value * allowed object is * {@link AdministrativeZones_RelStructure } * */ public void setAdministrativeZones(AdministrativeZones_RelStructure value) { this.administrativeZones = value; } /** * Gets the value of the ownResponsibilitySets property. * * @return * possible object is * {@link ResponsibilitySets_RelStructure } * */ public ResponsibilitySets_RelStructure getOwnResponsibilitySets() { return ownResponsibilitySets; } /** * Sets the value of the ownResponsibilitySets property. * * @param value * allowed object is * {@link ResponsibilitySets_RelStructure } * */ public void setOwnResponsibilitySets(ResponsibilitySets_RelStructure value) { this.ownResponsibilitySets = value; } /** * Gets the value of the delegatedResponsibilitySets property. * * @return * possible object is * {@link ResponsibilitySets_RelStructure } * */ public ResponsibilitySets_RelStructure getDelegatedResponsibilitySets() { return delegatedResponsibilitySets; } /** * Sets the value of the delegatedResponsibilitySets property. * * @param value * allowed object is * {@link ResponsibilitySets_RelStructure } * */ public void setDelegatedResponsibilitySets(ResponsibilitySets_RelStructure value) { this.delegatedResponsibilitySets = value; } /** * Gets the value of the delegatedFrom property. * * @return * possible object is * {@link OrganisationRefs_RelStructure } * */ public OrganisationRefs_RelStructure getDelegatedFrom() { return delegatedFrom; } /** * Sets the value of the delegatedFrom property. * * @param value * allowed object is * {@link OrganisationRefs_RelStructure } * */ public void setDelegatedFrom(OrganisationRefs_RelStructure value) { this.delegatedFrom = value; } public OrganisationPart_VersionStructure withName(MultilingualString value) { setName(value); return this; } public OrganisationPart_VersionStructure withShortName(MultilingualString value) { setShortName(value); return this; } public OrganisationPart_VersionStructure withDescription(MultilingualString value) { setDescription(value); return this; } public OrganisationPart_VersionStructure withPublicCode(PrivateCodeStructure value) { setPublicCode(value); return this; } public OrganisationPart_VersionStructure withPrivateCode(PrivateCodeStructure value) { setPrivateCode(value); return this; } public OrganisationPart_VersionStructure withContactDetails(ContactStructure value) { setContactDetails(value); return this; } public OrganisationPart_VersionStructure withLocation(LocationStructure value) { setLocation(value); return this; } public OrganisationPart_VersionStructure withOrganisationRef(JAXBElement value) { setOrganisationRef(value); return this; } public OrganisationPart_VersionStructure withTypeOfOrganisationPartRef(TypeOfOrganisationPartRef value) { setTypeOfOrganisationPartRef(value); return this; } public OrganisationPart_VersionStructure withAdministrativeZones(AdministrativeZones_RelStructure value) { setAdministrativeZones(value); return this; } public OrganisationPart_VersionStructure withOwnResponsibilitySets(ResponsibilitySets_RelStructure value) { setOwnResponsibilitySets(value); return this; } public OrganisationPart_VersionStructure withDelegatedResponsibilitySets(ResponsibilitySets_RelStructure value) { setDelegatedResponsibilitySets(value); return this; } public OrganisationPart_VersionStructure withDelegatedFrom(OrganisationRefs_RelStructure value) { setDelegatedFrom(value); return this; } @Override public OrganisationPart_VersionStructure withKeyList(KeyListStructure value) { setKeyList(value); return this; } @Override public OrganisationPart_VersionStructure withExtensions(ExtensionsStructure value) { setExtensions(value); return this; } @Override public OrganisationPart_VersionStructure withBrandingRef(BrandingRefStructure value) { setBrandingRef(value); return this; } @Override public OrganisationPart_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) { setAlternativeTexts(value); return this; } @Override public OrganisationPart_VersionStructure withResponsibilitySetRef(String value) { setResponsibilitySetRef(value); return this; } @Override public OrganisationPart_VersionStructure withValidityConditions(ValidityConditions_RelStructure value) { setValidityConditions(value); return this; } @Override public OrganisationPart_VersionStructure withValidBetween(ValidBetween... values) { if (values!= null) { for (ValidBetween value: values) { getValidBetween().add(value); } } return this; } @Override public OrganisationPart_VersionStructure withValidBetween(Collection values) { if (values!= null) { getValidBetween().addAll(values); } return this; } @Override public OrganisationPart_VersionStructure withDataSourceRef(String value) { setDataSourceRef(value); return this; } @Override public OrganisationPart_VersionStructure withCreated(OffsetDateTime value) { setCreated(value); return this; } @Override public OrganisationPart_VersionStructure withChanged(OffsetDateTime value) { setChanged(value); return this; } @Override public OrganisationPart_VersionStructure withModification(ModificationEnumeration value) { setModification(value); return this; } @Override public OrganisationPart_VersionStructure withVersion(String value) { setVersion(value); return this; } @Override public OrganisationPart_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) { setStatus_BasicModificationDetailsGroup(value); return this; } @Override public OrganisationPart_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) { setDerivedFromVersionRef_BasicModificationDetailsGroup(value); return this; } @Override public OrganisationPart_VersionStructure withCompatibleWithVersionFrameVersionRef(String value) { setCompatibleWithVersionFrameVersionRef(value); return this; } @Override public OrganisationPart_VersionStructure withDerivedFromObjectRef(String value) { setDerivedFromObjectRef(value); return this; } @Override public OrganisationPart_VersionStructure withNameOfClass(String value) { setNameOfClass(value); return this; } @Override public OrganisationPart_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