public class CreateScopeParameters extends Object implements Serializable
| Constructor and Description |
|---|
CreateScopeParameters() |
CreateScopeParameters(OptionsParameters optionsParameters,
String serviceMap,
String targetScope) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CreateScopeParameters()
public CreateScopeParameters(OptionsParameters optionsParameters, String serviceMap, String targetScope)
public String getTargetScope()
public void setTargetScope(String targetScope)
targetScope - public String getServiceMap()
public void setServiceMap(String serviceMap)
serviceMap - public OptionsParameters getOptionsParameters()
public void setOptionsParameters(OptionsParameters optionsParameters)
optionsParameters - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.