Package uk.org.siri.siri13
Class Extensions
- java.lang.Object
-
- uk.org.siri.siri13.Extensions
-
- All Implemented Interfaces:
Serializable
public class Extensions 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 processContents='lax' minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Extensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetAny()Gets the value of the any property.voidsetAny(Element value)Sets the value of the any property.
-
-
-
Field Detail
-
any
protected Element any
-
-