public class NamespaceConfigurationInner
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NamespaceConfigurationInner() |
NamespaceConfigurationInner(org.apache.axis.types.NCName prefix,
java.lang.String uri) |
| 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
|
org.apache.axis.types.NCName |
getPrefix()
Gets the prefix value for this NamespaceConfigurationInner.
|
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
|
java.lang.String |
getUri()
Gets the uri value for this NamespaceConfigurationInner.
|
int |
hashCode() |
void |
setPrefix(org.apache.axis.types.NCName prefix)
Sets the prefix value for this NamespaceConfigurationInner.
|
void |
setUri(java.lang.String uri)
Sets the uri value for this NamespaceConfigurationInner.
|
public NamespaceConfigurationInner()
public NamespaceConfigurationInner(org.apache.axis.types.NCName prefix,
java.lang.String uri)
public org.apache.axis.types.NCName getPrefix()
public void setPrefix(org.apache.axis.types.NCName prefix)
prefix - public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - 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 © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.