Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.common.ActionType

Packages that use ActionType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.data.generic   
org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific   
org.sdmx.resources.sdmxml.schemas.v2_1.message   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific   
org.sdmx.resources.sdmxml.schemas.v2_1.registry   
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return ActionType
static ActionType ActionType.fromValue(String v)
           
static ActionType ActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActionType[] ActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic declared as ActionType
protected  ActionType DataSetType.action
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic that return ActionType
 ActionType DataSetType.getAction()
          Gets the value of the action property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.generic with parameters of type ActionType
 void DataSetType.setAction(ActionType value)
          Sets the value of the action property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific declared as ActionType
protected  ActionType DataSetType.action
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific that return ActionType
 ActionType DataSetType.getAction()
          Gets the value of the action property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.data.structurespecific with parameters of type ActionType
 void DataSetType.setAction(ActionType value)
          Sets the value of the action property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.message
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.message declared as ActionType
protected  ActionType BaseHeaderType.dataSetAction
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.message that return ActionType
 ActionType BaseHeaderType.getDataSetAction()
          Gets the value of the dataSetAction property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.message with parameters of type ActionType
 void BaseHeaderType.setDataSetAction(ActionType value)
          Sets the value of the dataSetAction property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic declared as ActionType
protected  ActionType MetadataSetType.action
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic that return ActionType
 ActionType MetadataSetType.getAction()
          Gets the value of the action property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic with parameters of type ActionType
 void MetadataSetType.setAction(ActionType value)
          Sets the value of the action property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific declared as ActionType
protected  ActionType MetadataSetType.action
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific that return ActionType
 ActionType MetadataSetType.getAction()
          Gets the value of the action property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific with parameters of type ActionType
 void MetadataSetType.setAction(ActionType value)
          Sets the value of the action property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_1.registry
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.registry declared as ActionType
protected  ActionType SubmittedStructureType.action
           
protected  ActionType SubscriptionRequestType.action
           
protected  ActionType SubmitStructureRequestType.action
           
protected  ActionType RegistrationRequestType.action
           
protected  ActionType NotifyRegistryEventType.eventAction
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.registry that return ActionType
 ActionType SubmittedStructureType.getAction()
          Gets the value of the action property.
 ActionType SubscriptionRequestType.getAction()
          Gets the value of the action property.
 ActionType SubmitStructureRequestType.getAction()
          Gets the value of the action property.
 ActionType RegistrationRequestType.getAction()
          Gets the value of the action property.
 ActionType NotifyRegistryEventType.getEventAction()
          Gets the value of the eventAction property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.registry with parameters of type ActionType
 void SubmittedStructureType.setAction(ActionType value)
          Sets the value of the action property.
 void SubscriptionRequestType.setAction(ActionType value)
          Sets the value of the action property.
 void SubmitStructureRequestType.setAction(ActionType value)
          Sets the value of the action property.
 void RegistrationRequestType.setAction(ActionType value)
          Sets the value of the action property.
 void NotifyRegistryEventType.setEventAction(ActionType value)
          Sets the value of the eventAction property.
 



Copyright © 2012. All Rights Reserved.