public class UsageParameterRefs_RelStructure extends OneToManyRelationshipStructure
Java class for usageParameterRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="usageParameterRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}oneToManyRelationshipStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}UsageParameterRef" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends UsageParameterRefStructure>> |
usageParameterRef |
modificationSetid| Constructor and Description |
|---|
UsageParameterRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends UsageParameterRefStructure>> |
getUsageParameterRef()
Gets the value of the usageParameterRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UsageParameterRefs_RelStructure |
withId(String value) |
UsageParameterRefs_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
UsageParameterRefs_RelStructure |
withUsageParameterRef(Collection<JAXBElement<? extends UsageParameterRefStructure>> values) |
UsageParameterRefs_RelStructure |
withUsageParameterRef(JAXBElement<? extends UsageParameterRefStructure>... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<? extends UsageParameterRefStructure>> usageParameterRef
public List<JAXBElement<? extends UsageParameterRefStructure>> getUsageParameterRef()
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 usageParameterRef property.
For example, to add a new item, do as follows:
getUsageParameterRef().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TransferabilityRefStructure>
JAXBElement<LuggageAllowanceRefStructure>
JAXBElement<StepLimitRefStructure>
JAXBElement<ReservingRefStructure>
JAXBElement<PurchaseWindowRefStructure>
JAXBElement<CancellingRefStructure>
JAXBElement<RoundTripRefStructure>
JAXBElement<UsageParameterRefStructure>
JAXBElement<EntitlementRequiredRefStructure>
JAXBElement<UsageParameterRefStructure>
JAXBElement<ExchangingRefStructure>
JAXBElement<FrequencyOfUseRefStructure>
JAXBElement<EntitlementGivenRefStructure>
JAXBElement<GroupTicketRefStructure>
JAXBElement<ResellingRefStructure>
JAXBElement<RoutingRefStructure>
JAXBElement<ReplacingRefStructure>
JAXBElement<PenaltyPolicyRefStructure>
JAXBElement<ChargingPolicyRefStructure>
JAXBElement<UsageValidityPeriodRefStructure>
JAXBElement<RefundingRefStructure>
JAXBElement<InterchangingRefStructure>
JAXBElement<CommercialProfileRefStructure>
JAXBElement<MinimumStayRefStructure>
JAXBElement<UserProfileRefStructure>
public UsageParameterRefs_RelStructure withUsageParameterRef(JAXBElement<? extends UsageParameterRefStructure>... values)
public UsageParameterRefs_RelStructure withUsageParameterRef(Collection<JAXBElement<? extends UsageParameterRefStructure>> values)
public UsageParameterRefs_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class OneToManyRelationshipStructurepublic UsageParameterRefs_RelStructure withId(String value)
withId in class OneToManyRelationshipStructurepublic String toString()
toString in class OneToManyRelationshipStructureCopyright © 2018 Entur AS. All rights reserved.