org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class SubmitSubscriptionResponseType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.SubmitSubscriptionResponseType

public class SubmitSubscriptionResponseType
extends Object

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

subscriptionURN

protected String subscriptionURN

subscriberAssignedID

protected String subscriberAssignedID

subscriptionStatus

protected StatusMessageType subscriptionStatus
Constructor Detail

SubmitSubscriptionResponseType

public SubmitSubscriptionResponseType()
Method Detail

getSubscriptionURN

public String getSubscriptionURN()
Gets the value of the subscriptionURN property.

Returns:
possible object is String

setSubscriptionURN

public void setSubscriptionURN(String value)
Sets the value of the subscriptionURN property.

Parameters:
value - allowed object is String

getSubscriberAssignedID

public String getSubscriberAssignedID()
Gets the value of the subscriberAssignedID property.

Returns:
possible object is String

setSubscriberAssignedID

public void setSubscriberAssignedID(String value)
Sets the value of the subscriberAssignedID property.

Parameters:
value - allowed object is String

getSubscriptionStatus

public StatusMessageType getSubscriptionStatus()
Gets the value of the subscriptionStatus property.

Returns:
possible object is StatusMessageType

setSubscriptionStatus

public void setSubscriptionStatus(StatusMessageType value)
Sets the value of the subscriptionStatus property.

Parameters:
value - allowed object is StatusMessageType


Copyright © 2012. All Rights Reserved.