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

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

public class SubscriptionStatusType
extends Object

SubscriptionStatusType describes the structure a status for a single subscription request.

Java class for SubscriptionStatusType complex type.

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

 <complexType name="SubscriptionStatusType">
   <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_1/common}IDType" minOccurs="0"/>
         <element name="StatusMessage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}StatusMessageType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StatusMessageType statusMessage
           
protected  String subscriberAssignedID
           
protected  String subscriptionURN
           
 
Constructor Summary
SubscriptionStatusType()
           
 
Method Summary
 StatusMessageType getStatusMessage()
          Gets the value of the statusMessage property.
 String getSubscriberAssignedID()
          Gets the value of the subscriberAssignedID property.
 String getSubscriptionURN()
          Gets the value of the subscriptionURN property.
 void setStatusMessage(StatusMessageType value)
          Sets the value of the statusMessage property.
 void setSubscriberAssignedID(String value)
          Sets the value of the subscriberAssignedID 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

statusMessage

protected StatusMessageType statusMessage
Constructor Detail

SubscriptionStatusType

public SubscriptionStatusType()
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

getStatusMessage

public StatusMessageType getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is StatusMessageType

setStatusMessage

public void setStatusMessage(StatusMessageType value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is StatusMessageType


Copyright © 2012. All Rights Reserved.