Package uk.org.siri.siri21
Class InvalidDataReferencesErrorStructure
- java.lang.Object
-
- uk.org.siri.siri21.ErrorCodeStructure
-
- uk.org.siri.siri21.InvalidDataReferencesErrorStructure
-
- All Implemented Interfaces:
Serializable
public class InvalidDataReferencesErrorStructure extends ErrorCodeStructure implements Serializable
Type for InvalidDataReferencesError:. +SIRI v2.0.Java class for InvalidDataReferencesErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidDataReferencesErrorStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure"> <sequence> <element name="InvalidRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>invalidReves-
Fields inherited from class uk.org.siri.siri21.ErrorCodeStructure
errorText, number
-
-
Constructor Summary
Constructors Constructor Description InvalidDataReferencesErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getInvalidReves()Gets the value of the invalidReves property.-
Methods inherited from class uk.org.siri.siri21.ErrorCodeStructure
getErrorText, getNumber, setErrorText, setNumber
-
-
-
-
Method Detail
-
getInvalidReves
public List<String> getInvalidReves()
Gets the value of the invalidReves 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 invalidReves property.For example, to add a new item, do as follows:
getInvalidReves().add(newItem);Objects of the following type(s) are allowed in the list
String
-
-