Package uk.org.siri.siri10
Class ExtensionsStructure
- java.lang.Object
-
- uk.org.siri.siri10.ExtensionsStructure
-
- All Implemented Interfaces:
Serializable
public class ExtensionsStructure extends Object implements Serializable
Type for Extensions to schema. Wraps an 'any' tag to ensure decidability.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 minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionsStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.voidsetAny(Object value)Sets the value of the any property.
-
-
-
Field Detail
-
any
protected Object any
-
-