|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.registry.SubmitSubscriptionResponseType
public class SubmitSubscriptionResponseType
The SubmitSubscriptionResponse element contains information which describes the success or failure of a Subscription, providing any error messages in the event of failure. It also returns the registry URN of the subscription, and the subscriber-assigned ID.
Java class for SubmitSubscriptionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitSubscriptionResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubscriptionURN" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="SubscriberAssignedID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
<element name="SubscriptionStatus" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}StatusMessageType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
subscriberAssignedID
|
protected StatusMessageType |
subscriptionStatus
|
protected String |
subscriptionURN
|
| Constructor Summary | |
|---|---|
SubmitSubscriptionResponseType()
|
|
| Method Summary | |
|---|---|
String |
getSubscriberAssignedID()
Gets the value of the subscriberAssignedID property. |
StatusMessageType |
getSubscriptionStatus()
Gets the value of the subscriptionStatus property. |
String |
getSubscriptionURN()
Gets the value of the subscriptionURN property. |
void |
setSubscriberAssignedID(String value)
Sets the value of the subscriberAssignedID property. |
void |
setSubscriptionStatus(StatusMessageType value)
Sets the value of the subscriptionStatus property. |
void |
setSubscriptionURN(String value)
Sets the value of the subscriptionURN property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String subscriptionURN
protected String subscriberAssignedID
protected StatusMessageType subscriptionStatus
| Constructor Detail |
|---|
public SubmitSubscriptionResponseType()
| Method Detail |
|---|
public String getSubscriptionURN()
Stringpublic void setSubscriptionURN(String value)
value - allowed object is
Stringpublic String getSubscriberAssignedID()
Stringpublic void setSubscriberAssignedID(String value)
value - allowed object is
Stringpublic StatusMessageType getSubscriptionStatus()
StatusMessageTypepublic void setSubscriptionStatus(StatusMessageType value)
value - allowed object is
StatusMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||