org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class IdentifiableObjectEventType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.IdentifiableObjectEventType

public class IdentifiableObjectEventType
extends Object

IdentifiableObjectEventType describes the structure of a reference to an identifiable object's events. Either all instances of the object matching the inherited criteria, a specific instance, or specific instances of the object may be selected.

Java class for IdentifiableObjectEventType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdentifiableObjectEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="All" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
         <element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <sequence>
           <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}IDQueryType"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EmptyType all
           
protected  String id
           
protected  String urn
           
 
Constructor Summary
IdentifiableObjectEventType()
           
 
Method Summary
 EmptyType getAll()
          Gets the value of the all property.
 String getID()
          Gets the value of the id property.
 String getURN()
          Gets the value of the urn property.
 void setAll(EmptyType value)
          Sets the value of the all property.
 void setID(String value)
          Sets the value of the id property.
 void setURN(String value)
          Sets the value of the urn property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

protected EmptyType all

urn

protected String urn

id

protected String id
Constructor Detail

IdentifiableObjectEventType

public IdentifiableObjectEventType()
Method Detail

getAll

public EmptyType getAll()
Gets the value of the all property.

Returns:
possible object is EmptyType

setAll

public void setAll(EmptyType value)
Sets the value of the all property.

Parameters:
value - allowed object is EmptyType

getURN

public String getURN()
Gets the value of the urn property.

Returns:
possible object is String

setURN

public void setURN(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.