org.gcube.vremanagement.resourcemanager.stubs.scontroller
Class CreateScopeParameters

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.scontroller.CreateScopeParameters
All Implemented Interfaces:
Serializable

public class CreateScopeParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateScopeParameters()
           
CreateScopeParameters(OptionsParameters optionsParameters, String serviceMap, String targetScope)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 OptionsParameters getOptionsParameters()
          Gets the optionsParameters value for this CreateScopeParameters.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceMap()
          Gets the serviceMap value for this CreateScopeParameters.
 String getTargetScope()
          Gets the targetScope value for this CreateScopeParameters.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOptionsParameters(OptionsParameters optionsParameters)
          Sets the optionsParameters value for this CreateScopeParameters.
 void setServiceMap(String serviceMap)
          Sets the serviceMap value for this CreateScopeParameters.
 void setTargetScope(String targetScope)
          Sets the targetScope value for this CreateScopeParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateScopeParameters

public CreateScopeParameters()

CreateScopeParameters

public CreateScopeParameters(OptionsParameters optionsParameters,
                             String serviceMap,
                             String targetScope)
Method Detail

getTargetScope

public String getTargetScope()
Gets the targetScope value for this CreateScopeParameters.

Returns:
targetScope

setTargetScope

public void setTargetScope(String targetScope)
Sets the targetScope value for this CreateScopeParameters.

Parameters:
targetScope -

getServiceMap

public String getServiceMap()
Gets the serviceMap value for this CreateScopeParameters.

Returns:
serviceMap

setServiceMap

public void setServiceMap(String serviceMap)
Sets the serviceMap value for this CreateScopeParameters.

Parameters:
serviceMap -

getOptionsParameters

public OptionsParameters getOptionsParameters()
Gets the optionsParameters value for this CreateScopeParameters.

Returns:
optionsParameters

setOptionsParameters

public void setOptionsParameters(OptionsParameters optionsParameters)
Sets the optionsParameters value for this CreateScopeParameters.

Parameters:
optionsParameters -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.