public class UsageParameterPriceRefs_RelStructure extends StrictContainmentAggregationStructure
Java class for usageParameterPriceRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="usageParameterPriceRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}UsageParameterPriceRef" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<UsageParameterPriceRefStructure> |
usageParameterPriceRef |
id| Constructor and Description |
|---|
UsageParameterPriceRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<UsageParameterPriceRefStructure> |
getUsageParameterPriceRef()
Gets the value of the usageParameterPriceRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UsageParameterPriceRefs_RelStructure |
withId(String value) |
UsageParameterPriceRefs_RelStructure |
withUsageParameterPriceRef(Collection<UsageParameterPriceRefStructure> values) |
UsageParameterPriceRefs_RelStructure |
withUsageParameterPriceRef(UsageParameterPriceRefStructure... values) |
getId, setIdprotected List<UsageParameterPriceRefStructure> usageParameterPriceRef
public UsageParameterPriceRefs_RelStructure()
public List<UsageParameterPriceRefStructure> getUsageParameterPriceRef()
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 usageParameterPriceRef property.
For example, to add a new item, do as follows:
getUsageParameterPriceRef().add(newItem);
Objects of the following type(s) are allowed in the list
UsageParameterPriceRefStructure
public UsageParameterPriceRefs_RelStructure withUsageParameterPriceRef(UsageParameterPriceRefStructure... values)
public UsageParameterPriceRefs_RelStructure withUsageParameterPriceRef(Collection<UsageParameterPriceRefStructure> values)
public UsageParameterPriceRefs_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.