public class ReferenceType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)
Copyright © 2025. All rights reserved.