public class ConditionSummaryStructure extends Object
Java class for ConditionSummaryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionSummaryStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FareStructureType" type="{http://www.netex.org.uk/netex}FareStructureTypeEnumeration" minOccurs="0"/>
<element name="TariffBasis" type="{http://www.netex.org.uk/netex}TariffBasisEnumeration" minOccurs="0"/>
<element name="HasNotices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<group ref="{http://www.netex.org.uk/netex}ConditionSummaryCardGroup"/>
<group ref="{http://www.netex.org.uk/netex}ConditionSummaryEntitlementGroup"/>
<group ref="{http://www.netex.org.uk/netex}ConditionSummaryTravelGroup"/>
<group ref="{http://www.netex.org.uk/netex}ConditionSummaryCommercialGroup"/>
<group ref="{http://www.netex.org.uk/netex}ConditionSummaryReservationGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConditionSummaryStructure() |
| Modifier and Type | Method and Description |
|---|---|
FareStructureTypeEnumeration |
getFareStructureType()
Gets the value of the fareStructureType property.
|
OperatorRestrictionsEnumeration |
getHasOperatorRestrictions()
Gets the value of the hasOperatorRestrictions property.
|
TariffBasisEnumeration |
getTariffBasis()
Gets the value of the tariffBasis property.
|
TrainRestrictionsEnumeration |
getTrainRestrictions()
Gets the value of the trainRestrictions property.
|
Boolean |
isAllowAdditionalDiscounts()
Gets the value of the allowAdditionalDiscounts property.
|
Boolean |
isAllowCompanionDiscounts()
Gets the value of the allowCompanionDiscounts property.
|
Boolean |
isCanBreakJourney()
Gets the value of the canBreakJourney property.
|
Boolean |
isCanChangeClass()
Gets the value of the canChangeClass property.
|
Boolean |
isGivesEntitlement()
Gets the value of the givesEntitlement property.
|
Boolean |
isGoesOnCard()
Gets the value of the goesOnCard property.
|
Boolean |
isHasDiscountedFares()
Gets the value of the hasDiscountedFares property.
|
Boolean |
isHasDynamicPricing()
Gets the value of the hasDynamicPricing property.
|
Boolean |
isHasExchangeFee()
Gets the value of the hasExchangeFee property.
|
Boolean |
isHasMinimumPrice()
Gets the value of the hasMinimumPrice property.
|
Boolean |
isHasNotices()
Gets the value of the hasNotices property.
|
Boolean |
isHasPurchaseConditions()
Gets the value of the hasPurchaseConditions property.
|
Boolean |
isHasQuota()
Gets the value of the hasQuota property.
|
Boolean |
isHasReservationFee()
Gets the value of the hasReservationFee property.
|
Boolean |
isHasRouteRestrictions()
Gets the value of the hasRouteRestrictions property.
|
Boolean |
isHasTravelTimeRestrictions()
Gets the value of the hasTravelTimeRestrictions property.
|
Boolean |
isHasZoneRestrictions()
Gets the value of the hasZoneRestrictions property.
|
Boolean |
isIsExchangable()
Gets the value of the isExchangable property.
|
Boolean |
isIsPersonal()
Gets the value of the isPersonal property.
|
Boolean |
isIsRefundable()
Gets the value of the isRefundable property.
|
Boolean |
isIsSupplement()
Gets the value of the isSupplement property.
|
Boolean |
isMustCarry()
Gets the value of the mustCarry property.
|
Boolean |
isNightTrain()
Gets the value of the nightTrain property.
|
Boolean |
isProvidesCard()
Gets the value of the providesCard property.
|
Boolean |
isRequiresAccount()
Gets the value of the requiresAccount property.
|
Boolean |
isRequiresEntitlement()
Gets the value of the requiresEntitlement property.
|
Boolean |
isRequiresPhoto()
Gets the value of the requiresPhoto property.
|
Boolean |
isRequiresPositiveBalance()
Gets the value of the requiresPositiveBalance property.
|
Boolean |
isRequiresReservation()
Gets the value of the requiresReservation property.
|
Boolean |
isReturnTripsOnly()
Gets the value of the returnTripsOnly property.
|
void |
setAllowAdditionalDiscounts(Boolean value)
Sets the value of the allowAdditionalDiscounts property.
|
void |
setAllowCompanionDiscounts(Boolean value)
Sets the value of the allowCompanionDiscounts property.
|
void |
setCanBreakJourney(Boolean value)
Sets the value of the canBreakJourney property.
|
void |
setCanChangeClass(Boolean value)
Sets the value of the canChangeClass property.
|
void |
setFareStructureType(FareStructureTypeEnumeration value)
Sets the value of the fareStructureType property.
|
void |
setGivesEntitlement(Boolean value)
Sets the value of the givesEntitlement property.
|
void |
setGoesOnCard(Boolean value)
Sets the value of the goesOnCard property.
|
void |
setHasDiscountedFares(Boolean value)
Sets the value of the hasDiscountedFares property.
|
void |
setHasDynamicPricing(Boolean value)
Sets the value of the hasDynamicPricing property.
|
void |
setHasExchangeFee(Boolean value)
Sets the value of the hasExchangeFee property.
|
void |
setHasMinimumPrice(Boolean value)
Sets the value of the hasMinimumPrice property.
|
void |
setHasNotices(Boolean value)
Sets the value of the hasNotices property.
|
void |
setHasOperatorRestrictions(OperatorRestrictionsEnumeration value)
Sets the value of the hasOperatorRestrictions property.
|
void |
setHasPurchaseConditions(Boolean value)
Sets the value of the hasPurchaseConditions property.
|
void |
setHasQuota(Boolean value)
Sets the value of the hasQuota property.
|
void |
setHasReservationFee(Boolean value)
Sets the value of the hasReservationFee property.
|
void |
setHasRouteRestrictions(Boolean value)
Sets the value of the hasRouteRestrictions property.
|
void |
setHasTravelTimeRestrictions(Boolean value)
Sets the value of the hasTravelTimeRestrictions property.
|
void |
setHasZoneRestrictions(Boolean value)
Sets the value of the hasZoneRestrictions property.
|
void |
setIsExchangable(Boolean value)
Sets the value of the isExchangable property.
|
void |
setIsPersonal(Boolean value)
Sets the value of the isPersonal property.
|
void |
setIsRefundable(Boolean value)
Sets the value of the isRefundable property.
|
void |
setIsSupplement(Boolean value)
Sets the value of the isSupplement property.
|
void |
setMustCarry(Boolean value)
Sets the value of the mustCarry property.
|
void |
setNightTrain(Boolean value)
Sets the value of the nightTrain property.
|
void |
setProvidesCard(Boolean value)
Sets the value of the providesCard property.
|
void |
setRequiresAccount(Boolean value)
Sets the value of the requiresAccount property.
|
void |
setRequiresEntitlement(Boolean value)
Sets the value of the requiresEntitlement property.
|
void |
setRequiresPhoto(Boolean value)
Sets the value of the requiresPhoto property.
|
void |
setRequiresPositiveBalance(Boolean value)
Sets the value of the requiresPositiveBalance property.
|
void |
setRequiresReservation(Boolean value)
Sets the value of the requiresReservation property.
|
void |
setReturnTripsOnly(Boolean value)
Sets the value of the returnTripsOnly property.
|
void |
setTariffBasis(TariffBasisEnumeration value)
Sets the value of the tariffBasis property.
|
void |
setTrainRestrictions(TrainRestrictionsEnumeration value)
Sets the value of the trainRestrictions property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ConditionSummaryStructure |
withAllowAdditionalDiscounts(Boolean value) |
ConditionSummaryStructure |
withAllowCompanionDiscounts(Boolean value) |
ConditionSummaryStructure |
withCanBreakJourney(Boolean value) |
ConditionSummaryStructure |
withCanChangeClass(Boolean value) |
ConditionSummaryStructure |
withFareStructureType(FareStructureTypeEnumeration value) |
ConditionSummaryStructure |
withGivesEntitlement(Boolean value) |
ConditionSummaryStructure |
withGoesOnCard(Boolean value) |
ConditionSummaryStructure |
withHasDiscountedFares(Boolean value) |
ConditionSummaryStructure |
withHasDynamicPricing(Boolean value) |
ConditionSummaryStructure |
withHasExchangeFee(Boolean value) |
ConditionSummaryStructure |
withHasMinimumPrice(Boolean value) |
ConditionSummaryStructure |
withHasNotices(Boolean value) |
ConditionSummaryStructure |
withHasOperatorRestrictions(OperatorRestrictionsEnumeration value) |
ConditionSummaryStructure |
withHasPurchaseConditions(Boolean value) |
ConditionSummaryStructure |
withHasQuota(Boolean value) |
ConditionSummaryStructure |
withHasReservationFee(Boolean value) |
ConditionSummaryStructure |
withHasRouteRestrictions(Boolean value) |
ConditionSummaryStructure |
withHasTravelTimeRestrictions(Boolean value) |
ConditionSummaryStructure |
withHasZoneRestrictions(Boolean value) |
ConditionSummaryStructure |
withIsExchangable(Boolean value) |
ConditionSummaryStructure |
withIsPersonal(Boolean value) |
ConditionSummaryStructure |
withIsRefundable(Boolean value) |
ConditionSummaryStructure |
withIsSupplement(Boolean value) |
ConditionSummaryStructure |
withMustCarry(Boolean value) |
ConditionSummaryStructure |
withNightTrain(Boolean value) |
ConditionSummaryStructure |
withProvidesCard(Boolean value) |
ConditionSummaryStructure |
withRequiresAccount(Boolean value) |
ConditionSummaryStructure |
withRequiresEntitlement(Boolean value) |
ConditionSummaryStructure |
withRequiresPhoto(Boolean value) |
ConditionSummaryStructure |
withRequiresPositiveBalance(Boolean value) |
ConditionSummaryStructure |
withRequiresReservation(Boolean value) |
ConditionSummaryStructure |
withReturnTripsOnly(Boolean value) |
ConditionSummaryStructure |
withTariffBasis(TariffBasisEnumeration value) |
ConditionSummaryStructure |
withTrainRestrictions(TrainRestrictionsEnumeration value) |
protected FareStructureTypeEnumeration fareStructureType
protected TariffBasisEnumeration tariffBasis
protected Boolean hasNotices
protected Boolean providesCard
protected Boolean goesOnCard
protected Boolean isPersonal
protected Boolean requiresPhoto
protected Boolean mustCarry
protected Boolean requiresAccount
protected Boolean isSupplement
protected Boolean requiresEntitlement
protected Boolean givesEntitlement
protected OperatorRestrictionsEnumeration hasOperatorRestrictions
protected Boolean hasTravelTimeRestrictions
protected Boolean hasRouteRestrictions
protected TrainRestrictionsEnumeration trainRestrictions
protected Boolean hasZoneRestrictions
protected Boolean canBreakJourney
protected Boolean returnTripsOnly
protected Boolean nightTrain
protected Boolean canChangeClass
protected Boolean isRefundable
protected Boolean isExchangable
protected Boolean hasExchangeFee
protected Boolean hasDiscountedFares
protected Boolean allowAdditionalDiscounts
protected Boolean allowCompanionDiscounts
protected Boolean hasMinimumPrice
protected Boolean requiresPositiveBalance
protected Boolean hasPurchaseConditions
protected Boolean hasDynamicPricing
protected Boolean requiresReservation
protected Boolean hasReservationFee
protected Boolean hasQuota
public FareStructureTypeEnumeration getFareStructureType()
FareStructureTypeEnumerationpublic void setFareStructureType(FareStructureTypeEnumeration value)
value - allowed object is
FareStructureTypeEnumerationpublic TariffBasisEnumeration getTariffBasis()
TariffBasisEnumerationpublic void setTariffBasis(TariffBasisEnumeration value)
value - allowed object is
TariffBasisEnumerationpublic Boolean isHasNotices()
Booleanpublic void setHasNotices(Boolean value)
value - allowed object is
Booleanpublic Boolean isProvidesCard()
Booleanpublic void setProvidesCard(Boolean value)
value - allowed object is
Booleanpublic Boolean isGoesOnCard()
Booleanpublic void setGoesOnCard(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsPersonal()
Booleanpublic void setIsPersonal(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresPhoto()
Booleanpublic void setRequiresPhoto(Boolean value)
value - allowed object is
Booleanpublic Boolean isMustCarry()
Booleanpublic void setMustCarry(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresAccount()
Booleanpublic void setRequiresAccount(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSupplement()
Booleanpublic void setIsSupplement(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresEntitlement()
Booleanpublic void setRequiresEntitlement(Boolean value)
value - allowed object is
Booleanpublic Boolean isGivesEntitlement()
Booleanpublic void setGivesEntitlement(Boolean value)
value - allowed object is
Booleanpublic OperatorRestrictionsEnumeration getHasOperatorRestrictions()
OperatorRestrictionsEnumerationpublic void setHasOperatorRestrictions(OperatorRestrictionsEnumeration value)
value - allowed object is
OperatorRestrictionsEnumerationpublic Boolean isHasTravelTimeRestrictions()
Booleanpublic void setHasTravelTimeRestrictions(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasRouteRestrictions()
Booleanpublic void setHasRouteRestrictions(Boolean value)
value - allowed object is
Booleanpublic TrainRestrictionsEnumeration getTrainRestrictions()
TrainRestrictionsEnumerationpublic void setTrainRestrictions(TrainRestrictionsEnumeration value)
value - allowed object is
TrainRestrictionsEnumerationpublic Boolean isHasZoneRestrictions()
Booleanpublic void setHasZoneRestrictions(Boolean value)
value - allowed object is
Booleanpublic Boolean isCanBreakJourney()
Booleanpublic void setCanBreakJourney(Boolean value)
value - allowed object is
Booleanpublic Boolean isReturnTripsOnly()
Booleanpublic void setReturnTripsOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean isNightTrain()
Booleanpublic void setNightTrain(Boolean value)
value - allowed object is
Booleanpublic Boolean isCanChangeClass()
Booleanpublic void setCanChangeClass(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRefundable()
Booleanpublic void setIsRefundable(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsExchangable()
Booleanpublic void setIsExchangable(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasExchangeFee()
Booleanpublic void setHasExchangeFee(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasDiscountedFares()
Booleanpublic void setHasDiscountedFares(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowAdditionalDiscounts()
Booleanpublic void setAllowAdditionalDiscounts(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowCompanionDiscounts()
Booleanpublic void setAllowCompanionDiscounts(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasMinimumPrice()
Booleanpublic void setHasMinimumPrice(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresPositiveBalance()
Booleanpublic void setRequiresPositiveBalance(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasPurchaseConditions()
Booleanpublic void setHasPurchaseConditions(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasDynamicPricing()
Booleanpublic void setHasDynamicPricing(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequiresReservation()
Booleanpublic void setRequiresReservation(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasReservationFee()
Booleanpublic void setHasReservationFee(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasQuota()
Booleanpublic void setHasQuota(Boolean value)
value - allowed object is
Booleanpublic ConditionSummaryStructure withFareStructureType(FareStructureTypeEnumeration value)
public ConditionSummaryStructure withTariffBasis(TariffBasisEnumeration value)
public ConditionSummaryStructure withHasNotices(Boolean value)
public ConditionSummaryStructure withProvidesCard(Boolean value)
public ConditionSummaryStructure withGoesOnCard(Boolean value)
public ConditionSummaryStructure withIsPersonal(Boolean value)
public ConditionSummaryStructure withRequiresPhoto(Boolean value)
public ConditionSummaryStructure withMustCarry(Boolean value)
public ConditionSummaryStructure withRequiresAccount(Boolean value)
public ConditionSummaryStructure withIsSupplement(Boolean value)
public ConditionSummaryStructure withRequiresEntitlement(Boolean value)
public ConditionSummaryStructure withGivesEntitlement(Boolean value)
public ConditionSummaryStructure withHasOperatorRestrictions(OperatorRestrictionsEnumeration value)
public ConditionSummaryStructure withHasTravelTimeRestrictions(Boolean value)
public ConditionSummaryStructure withHasRouteRestrictions(Boolean value)
public ConditionSummaryStructure withTrainRestrictions(TrainRestrictionsEnumeration value)
public ConditionSummaryStructure withHasZoneRestrictions(Boolean value)
public ConditionSummaryStructure withCanBreakJourney(Boolean value)
public ConditionSummaryStructure withReturnTripsOnly(Boolean value)
public ConditionSummaryStructure withNightTrain(Boolean value)
public ConditionSummaryStructure withCanChangeClass(Boolean value)
public ConditionSummaryStructure withIsRefundable(Boolean value)
public ConditionSummaryStructure withIsExchangable(Boolean value)
public ConditionSummaryStructure withHasExchangeFee(Boolean value)
public ConditionSummaryStructure withHasDiscountedFares(Boolean value)
public ConditionSummaryStructure withAllowAdditionalDiscounts(Boolean value)
public ConditionSummaryStructure withAllowCompanionDiscounts(Boolean value)
public ConditionSummaryStructure withHasMinimumPrice(Boolean value)
public ConditionSummaryStructure withRequiresPositiveBalance(Boolean value)
public ConditionSummaryStructure withHasPurchaseConditions(Boolean value)
public ConditionSummaryStructure withHasDynamicPricing(Boolean value)
public ConditionSummaryStructure withRequiresReservation(Boolean value)
public ConditionSummaryStructure withHasReservationFee(Boolean value)
public ConditionSummaryStructure withHasQuota(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.