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

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

public class MaintainableEventType
extends Object

MaintainableEventType provides a reference to a maintainable object's event with either the URN of the specific object, or a set of potentially wild-carded reference fields.

Java class for MaintainableEventType complex type.

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

 <complexType name="MaintainableEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="Ref" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}MaintainableQueryType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MaintainableQueryType ref
           
protected  String urn
           
 
Constructor Summary
MaintainableEventType()
           
 
Method Summary
 MaintainableQueryType getRef()
          Gets the value of the ref property.
 String getURN()
          Gets the value of the urn property.
 void setRef(MaintainableQueryType value)
          Sets the value of the ref 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

urn

protected String urn

ref

protected MaintainableQueryType ref
Constructor Detail

MaintainableEventType

public MaintainableEventType()
Method Detail

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

getRef

public MaintainableQueryType getRef()
Gets the value of the ref property.

Returns:
possible object is MaintainableQueryType

setRef

public void setRef(MaintainableQueryType value)
Sets the value of the ref property.

Parameters:
value - allowed object is MaintainableQueryType


Copyright © 2012. All Rights Reserved.