Package uk.org.siri.siri13
Class AffectsScopeStructure.Networks
- java.lang.Object
-
- uk.org.siri.siri13.AffectsScopeStructure.Networks
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AffectsScopeStructure
public static class AffectsScopeStructure.Networks extends Object implements Serializable
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"> <sequence> <element name="AffectedNetwork" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedNetworkStructure"> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAffectsScopeStructure.Networks.AffectedNetworkJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<AffectsScopeStructure.Networks.AffectedNetwork>affectedNetworks
-
Constructor Summary
Constructors Constructor Description Networks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AffectsScopeStructure.Networks.AffectedNetwork>getAffectedNetworks()Gets the value of the affectedNetworks property.
-
-
-
Field Detail
-
affectedNetworks
protected List<AffectsScopeStructure.Networks.AffectedNetwork> affectedNetworks
-
-
Method Detail
-
getAffectedNetworks
public List<AffectsScopeStructure.Networks.AffectedNetwork> getAffectedNetworks()
Gets the value of the affectedNetworks property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the affectedNetworks property.For example, to add a new item, do as follows:
getAffectedNetworks().add(newItem);Objects of the following type(s) are allowed in the list
AffectsScopeStructure.Networks.AffectedNetwork
-
-