public class SignatureModule
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SignatureModule() |
SignatureModule(java.lang.String name,
java.lang.String type,
java.lang.String location,
java.lang.String contentType,
java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContent()
Gets the content value for this SignatureModule.
|
java.lang.String |
getContentType()
Gets the contentType value for this SignatureModule.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getLocation()
Gets the location value for this SignatureModule.
|
java.lang.String |
getName()
Gets the name value for this SignatureModule.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getType()
Gets the type value for this SignatureModule.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContent(java.lang.String content)
Sets the content value for this SignatureModule.
|
void |
setContentType(java.lang.String contentType)
Sets the contentType value for this SignatureModule.
|
void |
setLocation(java.lang.String location)
Sets the location value for this SignatureModule.
|
void |
setName(java.lang.String name)
Sets the name value for this SignatureModule.
|
void |
setType(java.lang.String type)
Sets the type value for this SignatureModule.
|
public SignatureModule()
public SignatureModule(java.lang.String name,
java.lang.String type,
java.lang.String location,
java.lang.String contentType,
java.lang.String content)
public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType - public java.lang.String getContent()
public void setContent(java.lang.String content)
content - 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)