org.rutebanken.netex.model.Refunding_VersionStructure Maven / Gradle / Ivy
Show all versions of netex-java-model Show documentation
//
// 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.Duration;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
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.XmlList;
import javax.xml.bind.annotation.XmlSchemaType;
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 Refunding_VersionStructure complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Refunding_VersionStructure">
* <complexContent>
* <extension base="{http://www.netex.org.uk/netex}Reselling_VersionStructure">
* <sequence>
* <group ref="{http://www.netex.org.uk/netex}RefundingGroup"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Refunding_VersionStructure", propOrder = {
"refundType",
"paymentMethod"
})
@XmlSeeAlso({
Refunding.class
})
public class Refunding_VersionStructure
extends Reselling_VersionStructure
{
@XmlElement(name = "RefundType", defaultValue = "unused")
@XmlSchemaType(name = "normalizedString")
protected RefundTypeEnumeration refundType;
@XmlList
@XmlElement(name = "PaymentMethod")
protected List paymentMethod;
/**
* Gets the value of the refundType property.
*
* @return
* possible object is
* {@link RefundTypeEnumeration }
*
*/
public RefundTypeEnumeration getRefundType() {
return refundType;
}
/**
* Sets the value of the refundType property.
*
* @param value
* allowed object is
* {@link RefundTypeEnumeration }
*
*/
public void setRefundType(RefundTypeEnumeration value) {
this.refundType = value;
}
/**
* Gets the value of the paymentMethod property.
*
*
* 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 paymentMethod property.
*
*
* For example, to add a new item, do as follows:
*
* getPaymentMethod().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PaymentMethodEnumeration }
*
*
*/
public List getPaymentMethod() {
if (paymentMethod == null) {
paymentMethod = new ArrayList();
}
return this.paymentMethod;
}
public Refunding_VersionStructure withRefundType(RefundTypeEnumeration value) {
setRefundType(value);
return this;
}
public Refunding_VersionStructure withPaymentMethod(PaymentMethodEnumeration... values) {
if (values!= null) {
for (PaymentMethodEnumeration value: values) {
getPaymentMethod().add(value);
}
}
return this;
}
public Refunding_VersionStructure withPaymentMethod(Collection values) {
if (values!= null) {
getPaymentMethod().addAll(values);
}
return this;
}
@Override
public Refunding_VersionStructure withAllowed(ResellTypeEnumeration value) {
setAllowed(value);
return this;
}
@Override
public Refunding_VersionStructure withCanChangeClass(Boolean value) {
setCanChangeClass(value);
return this;
}
@Override
public Refunding_VersionStructure withUnusedTicketsOnly(Boolean value) {
setUnusedTicketsOnly(value);
return this;
}
@Override
public Refunding_VersionStructure withOnlyAtCertainDistributionPoints(Boolean value) {
setOnlyAtCertainDistributionPoints(value);
return this;
}
@Override
public Refunding_VersionStructure withResellWhen(ResellWhenEnumeration value) {
setResellWhen(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableFromAnyTime(String value) {
setExchangableFromAnyTime(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableFromDuration(Duration value) {
setExchangableFromDuration(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableFromIntervalRef(TimeIntervalRefStructure value) {
setExchangableFromIntervalRef(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableUntilAnyTime(String value) {
setExchangableUntilAnyTime(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableUntilDuration(Duration value) {
setExchangableUntilDuration(value);
return this;
}
@Override
public Refunding_VersionStructure withExchangableUntilIntervalRef(TimeIntervalRefStructure value) {
setExchangableUntilIntervalRef(value);
return this;
}
@Override
public Refunding_VersionStructure withHasFee(Boolean value) {
setHasFee(value);
return this;
}
@Override
public Refunding_VersionStructure withRefundBasis(PerBasisEnumeration value) {
setRefundBasis(value);
return this;
}
@Override
public Refunding_VersionStructure withUrl(String value) {
setUrl(value);
return this;
}
@Override
public Refunding_VersionStructure withTypeOfUsageParameterRef(TypeOfUsageParameterRefStructure value) {
setTypeOfUsageParameterRef(value);
return this;
}
@Override
public Refunding_VersionStructure withPrices(UsageParameterPrices_RelStructure value) {
setPrices(value);
return this;
}
@Override
public Refunding_VersionStructure withName(MultilingualString value) {
setName(value);
return this;
}
@Override
public Refunding_VersionStructure withDescription(MultilingualString value) {
setDescription(value);
return this;
}
@Override
public Refunding_VersionStructure withAlternativeNames(AlternativeNames_RelStructure value) {
setAlternativeNames(value);
return this;
}
@Override
public Refunding_VersionStructure withNoticeAssignments(NoticeAssignments_RelStructure value) {
setNoticeAssignments(value);
return this;
}
@Override
public Refunding_VersionStructure withPricingServiceRef(PricingServiceRefStructure value) {
setPricingServiceRef(value);
return this;
}
@Override
public Refunding_VersionStructure withPricingRuleRef(JAXBElement extends PricingRuleRefStructure> value) {
setPricingRuleRef(value);
return this;
}
@Override
public Refunding_VersionStructure withPriceGroups(PriceGroups_RelStructure value) {
setPriceGroups(value);
return this;
}
@Override
public Refunding_VersionStructure withFareTables(FareTables_RelStructure value) {
setFareTables(value);
return this;
}
@Override
public Refunding_VersionStructure withKeyList(KeyListStructure value) {
setKeyList(value);
return this;
}
@Override
public Refunding_VersionStructure withExtensions(ExtensionsStructure value) {
setExtensions(value);
return this;
}
@Override
public Refunding_VersionStructure withBrandingRef(BrandingRefStructure value) {
setBrandingRef(value);
return this;
}
@Override
public Refunding_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value) {
setAlternativeTexts(value);
return this;
}
@Override
public Refunding_VersionStructure withResponsibilitySetRef(String value) {
setResponsibilitySetRef(value);
return this;
}
@Override
public Refunding_VersionStructure withValidityConditions(ValidityConditions_RelStructure value) {
setValidityConditions(value);
return this;
}
@Override
public Refunding_VersionStructure withValidBetween(ValidBetween... values) {
if (values!= null) {
for (ValidBetween value: values) {
getValidBetween().add(value);
}
}
return this;
}
@Override
public Refunding_VersionStructure withValidBetween(Collection values) {
if (values!= null) {
getValidBetween().addAll(values);
}
return this;
}
@Override
public Refunding_VersionStructure withDataSourceRef(String value) {
setDataSourceRef(value);
return this;
}
@Override
public Refunding_VersionStructure withCreated(OffsetDateTime value) {
setCreated(value);
return this;
}
@Override
public Refunding_VersionStructure withChanged(OffsetDateTime value) {
setChanged(value);
return this;
}
@Override
public Refunding_VersionStructure withModification(ModificationEnumeration value) {
setModification(value);
return this;
}
@Override
public Refunding_VersionStructure withVersion(String value) {
setVersion(value);
return this;
}
@Override
public Refunding_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value) {
setStatus_BasicModificationDetailsGroup(value);
return this;
}
@Override
public Refunding_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value) {
setDerivedFromVersionRef_BasicModificationDetailsGroup(value);
return this;
}
@Override
public Refunding_VersionStructure withCompatibleWithVersionFrameVersionRef(String value) {
setCompatibleWithVersionFrameVersionRef(value);
return this;
}
@Override
public Refunding_VersionStructure withDerivedFromObjectRef(String value) {
setDerivedFromObjectRef(value);
return this;
}
@Override
public Refunding_VersionStructure withNameOfClass(String value) {
setNameOfClass(value);
return this;
}
@Override
public Refunding_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);
}
}