|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.discoverygate.webservice.types.Capped
com.discoverygate.webservice.types.SourceId
public class SourceId
Constructor Summary | |
---|---|
SourceId()
|
|
SourceId(java.lang.String compoundId,
Datasource datasource)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCompoundId()
Gets the compoundId value for this SourceId. |
Datasource |
getDatasource()
Gets the datasource value for this SourceId. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCompoundId(java.lang.String compoundId)
Sets the compoundId value for this SourceId. |
void |
setDatasource(Datasource datasource)
Sets the datasource value for this SourceId. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceId()
public SourceId(java.lang.String compoundId, Datasource datasource)
Method Detail |
---|
public java.lang.String getCompoundId()
public void setCompoundId(java.lang.String compoundId)
compoundId
- public Datasource getDatasource()
public void setDatasource(Datasource datasource)
datasource
- public boolean equals(java.lang.Object obj)
equals
in class Capped
public int hashCode()
hashCode
in class Capped
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |