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

Packages that use ActionType
org.sdmx.resources.sdmxml.schemas.v2_0.common   
org.sdmx.resources.sdmxml.schemas.v2_0.compact   
org.sdmx.resources.sdmxml.schemas.v2_0.cross   
org.sdmx.resources.sdmxml.schemas.v2_0.generic   
org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata   
org.sdmx.resources.sdmxml.schemas.v2_0.message   
org.sdmx.resources.sdmxml.schemas.v2_0.metadatareport   
org.sdmx.resources.sdmxml.schemas.v2_0.registry   
org.sdmx.resources.sdmxml.schemas.v2_0.utility   
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.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_0.compact
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.compact declared as ActionType
protected  ActionType DataSetType.action
           
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.compact 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_0.cross
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.cross declared as ActionType
protected  ActionType DataSetType.action
           
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.cross 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_0.generic
 

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

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.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_0.genericmetadata
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata declared as ActionType
protected  ActionType MetadataSetType.action
           
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata 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_0.message
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.message declared as ActionType
protected  ActionType HeaderType.dataSetAction
           
 

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

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

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_0.metadatareport
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.metadatareport declared as ActionType
protected  ActionType MetadataSetType.action
           
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.metadatareport 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_0.registry
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.registry declared as ActionType
protected  ActionType SubmittedStructureType.action
           
protected  ActionType ProvisionAgreementType.action
           
protected  ActionType SubscriptionType.action
           
protected  ActionType RegistrationType.action
           
protected  ActionType NotifyRegistryEventType.eventAction
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.registry that return ActionType
 ActionType SubmittedStructureType.getAction()
          Gets the value of the action property.
 ActionType ProvisionAgreementType.getAction()
          Gets the value of the action property.
 ActionType SubscriptionType.getAction()
          Gets the value of the action property.
 ActionType RegistrationType.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_0.registry with parameters of type ActionType
 void SubmittedStructureType.setAction(ActionType value)
          Sets the value of the action property.
 void ProvisionAgreementType.setAction(ActionType value)
          Sets the value of the action property.
 void SubscriptionType.setAction(ActionType value)
          Sets the value of the action property.
 void RegistrationType.setAction(ActionType value)
          Sets the value of the action property.
 void NotifyRegistryEventType.setEventAction(ActionType value)
          Sets the value of the eventAction property.
 

Uses of ActionType in org.sdmx.resources.sdmxml.schemas.v2_0.utility
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.utility declared as ActionType
protected  ActionType DataSetType.action
           
 

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

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



Copyright © 2012. All Rights Reserved.