public class DistributionChannel_VersionStructure extends TypeOfValue_VersionStructure
Java class for DistributionChannel_VersionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionChannel_VersionStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}TypeOfValue_VersionStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}DistributionChannelGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributionChannel_VersionStructure.DistributionGroupRef
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlternativeNames_RelStructure |
alternativeNames |
protected ContactStructure |
contactDetails |
protected DistributionChannelTypeEnumeration |
distributionChannelType |
protected DistributionChannel_VersionStructure.DistributionGroupRef |
distributionGroupRef |
protected PointRefs_RelStructure |
distributionPoints |
protected List<DistributionRightsEnumeration> |
distributionRights |
protected Boolean |
isObligatory |
protected JAXBElement<? extends OrganisationRefStructure> |
organisationRef |
protected List<PaymentMethodEnumeration> |
paymentMethods |
protected Boolean |
requiresEmailAddress |
description, image, name, privateCode, shortName, urlbrandingRef, extensions, keyList, responsibilitySetRefalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
DistributionChannel_VersionStructure() |
getDescription, getImage, getName, getPrivateCode, getShortName, getUrl, setDescription, setImage, setName, setPrivateCode, setShortName, setUrlgetBrandingRef, getExtensions, getKeyList, getResponsibilitySetRef, setBrandingRef, setExtensions, setKeyList, setResponsibilitySetRefgetAlternativeTexts, getChanged, getCompatibleWithVersionFrameVersionRef, getCreated, getDataSourceRef, getDerivedFromObjectRef, getDerivedFromVersionRef_BasicModificationDetailsGroup, getModification, getStatus_BasicModificationDetailsGroup, getValidBetween, getValidityConditions, getVersion, setAlternativeTexts, setChanged, setCompatibleWithVersionFrameVersionRef, setCreated, setDataSourceRef, setDerivedFromObjectRef, setDerivedFromVersionRef_BasicModificationDetailsGroup, setModification, setStatus_BasicModificationDetailsGroup, setValidityConditions, setVersiongetId, getNameOfClass, setId, setNameOfClassprotected AlternativeNames_RelStructure alternativeNames
protected DistributionChannelTypeEnumeration distributionChannelType
protected Boolean isObligatory
protected Boolean requiresEmailAddress
protected ContactStructure contactDetails
protected JAXBElement<? extends OrganisationRefStructure> organisationRef
protected List<PaymentMethodEnumeration> paymentMethods
protected List<DistributionRightsEnumeration> distributionRights
protected PointRefs_RelStructure distributionPoints
protected DistributionChannel_VersionStructure.DistributionGroupRef distributionGroupRef
public DistributionChannel_VersionStructure()
public AlternativeNames_RelStructure getAlternativeNames()
AlternativeNames_RelStructurepublic void setAlternativeNames(AlternativeNames_RelStructure value)
value - allowed object is
AlternativeNames_RelStructurepublic DistributionChannelTypeEnumeration getDistributionChannelType()
DistributionChannelTypeEnumerationpublic void setDistributionChannelType(DistributionChannelTypeEnumeration value)
value - allowed object is
DistributionChannelTypeEnumerationpublic Boolean isIsObligatory()
Booleanpublic void setIsObligatory(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresEmailAddress()
Booleanpublic void setRequiresEmailAddress(Boolean value)
value - allowed object is
Booleanpublic ContactStructure getContactDetails()
ContactStructurepublic void setContactDetails(ContactStructure value)
value - allowed object is
ContactStructurepublic JAXBElement<? extends OrganisationRefStructure> getOrganisationRef()
JAXBElement<GeneralOrganisationRefStructure>
JAXBElement<OperatorRefStructure>
JAXBElement<OtherOrganisationRefStructure>
JAXBElement<AuthorityRefStructure>
JAXBElement<RetailConsortiumRefStructure>
JAXBElement<ManagementAgentRefStructure>
JAXBElement<OrganisationRefStructure>
JAXBElement<ServicedOrganisationRefStructure>
JAXBElement<OrganisationRefStructure>
JAXBElement<TravelAgentRefStructure>public void setOrganisationRef(JAXBElement<? extends OrganisationRefStructure> value)
value - allowed object is
JAXBElement<GeneralOrganisationRefStructure>
JAXBElement<OperatorRefStructure>
JAXBElement<OtherOrganisationRefStructure>
JAXBElement<AuthorityRefStructure>
JAXBElement<RetailConsortiumRefStructure>
JAXBElement<ManagementAgentRefStructure>
JAXBElement<OrganisationRefStructure>
JAXBElement<ServicedOrganisationRefStructure>
JAXBElement<OrganisationRefStructure>
JAXBElement<TravelAgentRefStructure>public List<PaymentMethodEnumeration> getPaymentMethods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentMethods property.
For example, to add a new item, do as follows:
getPaymentMethods().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMethodEnumeration
public List<DistributionRightsEnumeration> getDistributionRights()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the distributionRights property.
For example, to add a new item, do as follows:
getDistributionRights().add(newItem);
Objects of the following type(s) are allowed in the list
DistributionRightsEnumeration
public PointRefs_RelStructure getDistributionPoints()
PointRefs_RelStructurepublic void setDistributionPoints(PointRefs_RelStructure value)
value - allowed object is
PointRefs_RelStructurepublic DistributionChannel_VersionStructure.DistributionGroupRef getDistributionGroupRef()
DistributionChannel_VersionStructure.DistributionGroupRefpublic void setDistributionGroupRef(DistributionChannel_VersionStructure.DistributionGroupRef value)
value - allowed object is
DistributionChannel_VersionStructure.DistributionGroupRefpublic DistributionChannel_VersionStructure withAlternativeNames(AlternativeNames_RelStructure value)
public DistributionChannel_VersionStructure withDistributionChannelType(DistributionChannelTypeEnumeration value)
public DistributionChannel_VersionStructure withIsObligatory(Boolean value)
public DistributionChannel_VersionStructure withRequiresEmailAddress(Boolean value)
public DistributionChannel_VersionStructure withContactDetails(ContactStructure value)
public DistributionChannel_VersionStructure withOrganisationRef(JAXBElement<? extends OrganisationRefStructure> value)
public DistributionChannel_VersionStructure withPaymentMethods(PaymentMethodEnumeration... values)
public DistributionChannel_VersionStructure withPaymentMethods(Collection<PaymentMethodEnumeration> values)
public DistributionChannel_VersionStructure withDistributionRights(DistributionRightsEnumeration... values)
public DistributionChannel_VersionStructure withDistributionRights(Collection<DistributionRightsEnumeration> values)
public DistributionChannel_VersionStructure withDistributionPoints(PointRefs_RelStructure value)
public DistributionChannel_VersionStructure withDistributionGroupRef(DistributionChannel_VersionStructure.DistributionGroupRef value)
public DistributionChannel_VersionStructure withName(MultilingualString value)
withName in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withShortName(MultilingualString value)
withShortName in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withDescription(MultilingualString value)
withDescription in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withImage(String value)
withImage in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withUrl(String value)
withUrl in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withPrivateCode(PrivateCodeStructure value)
withPrivateCode in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withKeyList(KeyListStructure value)
withKeyList in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withExtensions(ExtensionsStructure value)
withExtensions in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withResponsibilitySetRef(String value)
withResponsibilitySetRef in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withValidBetween(ValidBetween... values)
withValidBetween in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withDataSourceRef(String value)
withDataSourceRef in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withCreated(LocalDateTime value)
withCreated in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withChanged(LocalDateTime value)
withChanged in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withModification(ModificationEnumeration value)
withModification in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withVersion(String value)
withVersion in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
withDerivedFromVersionRef_BasicModificationDetailsGroup in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withNameOfClass(String value)
withNameOfClass in class TypeOfValue_VersionStructurepublic DistributionChannel_VersionStructure withId(String value)
withId in class TypeOfValue_VersionStructurepublic String toString()
toString in class TypeOfValue_VersionStructureCopyright © 2018 Entur AS. All rights reserved.