public class ExtensionsStructure extends Object
Java class for ExtensionsStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionsStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtensionsStructure() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ExtensionsStructure |
withAny(Object value) |
protected Object any
public Object getAny()
public void setAny(Object value)
public ExtensionsStructure withAny(Object value)
Copyright © 2018 Entur AS. All rights reserved.