|
||||||||||
| 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.SubscriptionStatusType
public class SubscriptionStatusType
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 |
|---|
protected String subscriptionURN
protected String subscriberAssignedID
protected StatusMessageType statusMessage
| Constructor Detail |
|---|
public SubscriptionStatusType()
| 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 getStatusMessage()
StatusMessageTypepublic void setStatusMessage(StatusMessageType value)
value - allowed object is
StatusMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||