public static class NetworkFrameTopicStructure.SelectionValidityConditions extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.netex.org.uk/netex}ValidityCondition_"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends DataManagedObjectStructure>> |
validityCondition_ |
| Constructor and Description |
|---|
SelectionValidityConditions() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends DataManagedObjectStructure>> |
getValidityCondition_()
Gets the value of the validityCondition property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
NetworkFrameTopicStructure.SelectionValidityConditions |
withValidityCondition_(Collection<JAXBElement<? extends DataManagedObjectStructure>> values) |
NetworkFrameTopicStructure.SelectionValidityConditions |
withValidityCondition_(JAXBElement<? extends DataManagedObjectStructure>... values) |
protected List<JAXBElement<? extends DataManagedObjectStructure>> validityCondition_
public List<JAXBElement<? extends DataManagedObjectStructure>> getValidityCondition_()
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 validityCondition property.
For example, to add a new item, do as follows:
getValidityCondition_().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ValidityCondition>
JAXBElement<DataManagedObjectStructure>
JAXBElement<ValidityTrigger>
JAXBElement<SimpleAvailabilityCondition>
JAXBElement<ValidityRuleParameter>
JAXBElement<AvailabilityCondition>
JAXBElement<ValidDuring>
public NetworkFrameTopicStructure.SelectionValidityConditions withValidityCondition_(JAXBElement<? extends DataManagedObjectStructure>... values)
public NetworkFrameTopicStructure.SelectionValidityConditions withValidityCondition_(Collection<JAXBElement<? extends DataManagedObjectStructure>> values)
Copyright © 2018 Entur AS. All rights reserved.