public class UnknownExtensionsErrorStructure extends ErrorCodeStructure
Java class for UnknownExtensionsErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnknownExtensionsErrorStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
<sequence>
<element name="ExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
extensionName |
errorText, number| Constructor and Description |
|---|
UnknownExtensionsErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExtensionName()
Gets the value of the extensionName property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UnknownExtensionsErrorStructure |
withErrorText(String value) |
UnknownExtensionsErrorStructure |
withExtensionName(Collection<String> values) |
UnknownExtensionsErrorStructure |
withExtensionName(String... values) |
UnknownExtensionsErrorStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberpublic List<String> getExtensionName()
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 extensionName property.
For example, to add a new item, do as follows:
getExtensionName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public UnknownExtensionsErrorStructure withExtensionName(String... values)
public UnknownExtensionsErrorStructure withExtensionName(Collection<String> values)
public UnknownExtensionsErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic UnknownExtensionsErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.