public class ValidityTriggers_RelStructure extends ContainmentAggregationStructure
Java class for validityTriggers_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validityTriggers_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<sequence>
<element name="ValidityTrigger" type="{http://www.netex.org.uk/netex}ValidityTrigger_VersionStructure" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ValidityTrigger_VersionStructure> |
validityTrigger |
modificationSetid| Constructor and Description |
|---|
ValidityTriggers_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidityTrigger_VersionStructure> |
getValidityTrigger()
Gets the value of the validityTrigger property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ValidityTriggers_RelStructure |
withId(String value) |
ValidityTriggers_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
ValidityTriggers_RelStructure |
withValidityTrigger(Collection<ValidityTrigger_VersionStructure> values) |
ValidityTriggers_RelStructure |
withValidityTrigger(ValidityTrigger_VersionStructure... values) |
getModificationSet, setModificationSetgetId, setIdprotected List<ValidityTrigger_VersionStructure> validityTrigger
public List<ValidityTrigger_VersionStructure> getValidityTrigger()
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 validityTrigger property.
For example, to add a new item, do as follows:
getValidityTrigger().add(newItem);
Objects of the following type(s) are allowed in the list
ValidityTrigger_VersionStructure
public ValidityTriggers_RelStructure withValidityTrigger(ValidityTrigger_VersionStructure... values)
public ValidityTriggers_RelStructure withValidityTrigger(Collection<ValidityTrigger_VersionStructure> values)
public ValidityTriggers_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic ValidityTriggers_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.