public class InvalidDataReferencesErrorStructure extends ErrorCodeStructure
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
invalidRef |
errorText, number| Constructor and Description |
|---|
InvalidDataReferencesErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInvalidRef()
Gets the value of the invalidRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
InvalidDataReferencesErrorStructure |
withErrorText(String value) |
InvalidDataReferencesErrorStructure |
withInvalidRef(Collection<String> values) |
InvalidDataReferencesErrorStructure |
withInvalidRef(String... values) |
InvalidDataReferencesErrorStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberpublic List<String> getInvalidRef()
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 invalidRef property.
For example, to add a new item, do as follows:
getInvalidRef().add(newItem);
Objects of the following type(s) are allowed in the list
String
public InvalidDataReferencesErrorStructure withInvalidRef(String... values)
public InvalidDataReferencesErrorStructure withInvalidRef(Collection<String> values)
public InvalidDataReferencesErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic InvalidDataReferencesErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.