public class SourceBindings extends Object implements Serializable
| Constructor and Description |
|---|
SourceBindings() |
SourceBindings(SourceBinding[] bindings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SourceBinding[] |
getBindings()
Gets the bindings value for this SourceBindings.
|
SourceBinding |
getBindings(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBindings(int i,
SourceBinding _value) |
void |
setBindings(SourceBinding[] bindings)
Sets the bindings value for this SourceBindings.
|
public SourceBindings()
public SourceBindings(SourceBinding[] bindings)
public SourceBinding[] getBindings()
public void setBindings(SourceBinding[] bindings)
bindings - public SourceBinding getBindings(int i)
public void setBindings(int i,
SourceBinding _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.