org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class StructuralEventType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.registry.StructuralEventType
public class StructuralEventType
- extends Object
StructuralEventType provides the details of a structure event, specifically the object that changed.
Java class for StructuralEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuralEventType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Structures"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structures
protected StructuresType structures
StructuralEventType
public StructuralEventType()
getStructures
public StructuresType getStructures()
- Structures contains the details of the structural object that has triggered the event. Although this container allows for multiple structural object, it should only contain the one changed object.
- Returns:
- possible object is
StructuresType
setStructures
public void setStructures(StructuresType value)
- Sets the value of the structures property.
- Parameters:
value - allowed object is
StructuresType
Copyright © 2012. All Rights Reserved.