|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tm.stubs.BindParameters
public class BindParameters
| Constructor Summary | |
|---|---|
BindParameters()
|
|
BindParameters(boolean broadcast,
Payload payload,
String plugin)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Payload |
getPayload()
Gets the payload value for this BindParameters. |
String |
getPlugin()
Gets the plugin value for this BindParameters. |
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()
|
boolean |
isBroadcast()
Gets the broadcast value for this BindParameters. |
void |
setBroadcast(boolean broadcast)
Sets the broadcast value for this BindParameters. |
void |
setPayload(Payload payload)
Sets the payload value for this BindParameters. |
void |
setPlugin(String plugin)
Sets the plugin value for this BindParameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindParameters()
public BindParameters(boolean broadcast,
Payload payload,
String plugin)
| Method Detail |
|---|
public boolean isBroadcast()
public void setBroadcast(boolean broadcast)
broadcast - public String getPlugin()
public void setPlugin(String plugin)
plugin - public Payload getPayload()
public void setPayload(Payload payload)
payload - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||