|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.registry.MaintainableEventType
public class MaintainableEventType
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 |
|---|
protected String urn
protected MaintainableQueryType ref
| Constructor Detail |
|---|
public MaintainableEventType()
| Method Detail |
|---|
public String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic MaintainableQueryType getRef()
MaintainableQueryTypepublic void setRef(MaintainableQueryType value)
value - allowed object is
MaintainableQueryType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||