org.gcube.data.tm.stubs
Class SourceBindings

java.lang.Object
  extended by org.gcube.data.tm.stubs.SourceBindings
All Implemented Interfaces:
Serializable

public class SourceBindings
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SourceBindings()
           
SourceBindings(SourceBinding[] bindings)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceBindings

public SourceBindings()

SourceBindings

public SourceBindings(SourceBinding[] bindings)
Method Detail

getBindings

public SourceBinding[] getBindings()
Gets the bindings value for this SourceBindings.

Returns:
bindings

setBindings

public void setBindings(SourceBinding[] bindings)
Sets the bindings value for this SourceBindings.

Parameters:
bindings -

getBindings

public SourceBinding getBindings(int i)

setBindings

public void setBindings(int i,
                        SourceBinding _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.