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