Class AlertCDirection.AlertCDirectionNamed
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.AlertCDirection.AlertCDirectionNamed
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AlertCDirection
public static class AlertCDirection.AlertCDirectionNamed 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="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlertCDirection.AlertCDirectionNamed.ValueJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<AlertCDirection.AlertCDirectionNamed.Value>values
-
Constructor Summary
Constructors Constructor Description AlertCDirectionNamed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AlertCDirection.AlertCDirectionNamed.Value>getValues()Gets the value of the values property.
-
-
-
Field Detail
-
values
protected List<AlertCDirection.AlertCDirectionNamed.Value> values
-
-
Method Detail
-
getValues
public List<AlertCDirection.AlertCDirectionNamed.Value> getValues()
Gets the value of the values 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 JAXB object. This is why there is not a
setmethod for the values property.For example, to add a new item, do as follows:
getValues().add(newItem);Objects of the following type(s) are allowed in the list
AlertCDirection.AlertCDirectionNamed.Value
-
-