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

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

public class OptionsParameters
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

OptionsParameters

public OptionsParameters()

OptionsParameters

public OptionsParameters(ScopeOption[] scopeOptionList,
                         String targetScope)
Method Detail

getTargetScope

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

Returns:
targetScope

setTargetScope

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

Parameters:
targetScope -

getScopeOptionList

public ScopeOption[] getScopeOptionList()
Gets the scopeOptionList value for this OptionsParameters.

Returns:
scopeOptionList

setScopeOptionList

public void setScopeOptionList(ScopeOption[] scopeOptionList)
Sets the scopeOptionList value for this OptionsParameters.

Parameters:
scopeOptionList -

getScopeOptionList

public ScopeOption getScopeOptionList(int i)

setScopeOptionList

public void setScopeOptionList(int i,
                               ScopeOption _value)

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 © 2012. All Rights Reserved.