|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3.www._2000._09.xmldsig.RetrievalMethodType
public class RetrievalMethodType
Constructor Summary | |
---|---|
RetrievalMethodType()
|
|
RetrievalMethodType(TransformType[] transforms,
org.apache.axis.types.URI URI,
org.apache.axis.types.URI type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
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 |
TransformType[] |
getTransforms()
Gets the transforms value for this RetrievalMethodType. |
org.apache.axis.types.URI |
getType()
Gets the type value for this RetrievalMethodType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
org.apache.axis.types.URI |
getURI()
Gets the URI value for this RetrievalMethodType. |
int |
hashCode()
|
void |
setTransforms(TransformType[] transforms)
Sets the transforms value for this RetrievalMethodType. |
void |
setType(org.apache.axis.types.URI type)
Sets the type value for this RetrievalMethodType. |
void |
setURI(org.apache.axis.types.URI URI)
Sets the URI value for this RetrievalMethodType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetrievalMethodType()
public RetrievalMethodType(TransformType[] transforms, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)
Method Detail |
---|
public TransformType[] getTransforms()
public void setTransforms(TransformType[] transforms)
transforms
- public org.apache.axis.types.URI getURI()
public void setURI(org.apache.axis.types.URI URI)
URI
- public org.apache.axis.types.URI getType()
public void setType(org.apache.axis.types.URI type)
type
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |