|
||||||||||
| 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.SubscriptionRequestType
public class SubscriptionRequestType
SubscriptionRequestType describes the structure of a single subscription request. It contains subscription details and an action field to indicate the action to be taken on the contained subscription. Note that if the action is update or delete, then the registry supplied URN for the subscription must be included.
Java class for SubscriptionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subscription" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubscriptionType"/>
</sequence>
<attribute name="action" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ActionType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected SubscriptionType |
subscription
|
| Constructor Summary | |
|---|---|
SubscriptionRequestType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
SubscriptionType |
getSubscription()
Gets the value of the subscription property. |
void |
setAction(ActionType value)
Sets the value of the action property. |
void |
setSubscription(SubscriptionType value)
Sets the value of the subscription property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SubscriptionType subscription
protected ActionType action
| Constructor Detail |
|---|
public SubscriptionRequestType()
| Method Detail |
|---|
public SubscriptionType getSubscription()
SubscriptionTypepublic void setSubscription(SubscriptionType value)
value - allowed object is
SubscriptionTypepublic ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||