public class OptionsParameters extends Object implements Serializable
| Constructor and Description |
|---|
OptionsParameters() |
OptionsParameters(ScopeOption[] scopeOptionList,
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
|
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.
|
public OptionsParameters()
public OptionsParameters(ScopeOption[] scopeOptionList, String targetScope)
public String getTargetScope()
public void setTargetScope(String targetScope)
targetScope - public ScopeOption[] getScopeOptionList()
public void setScopeOptionList(ScopeOption[] scopeOptionList)
scopeOptionList - public ScopeOption getScopeOptionList(int i)
public void setScopeOptionList(int i,
ScopeOption _value)
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.