uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class ID

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.ID
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SimpleType

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

public class ID
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.SimpleType

See Also:
Serialized Form

Constructor Summary
ID()
          Deprecated.  
ID(java.lang.String value)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Deprecated. Return type metadata object
 java.lang.String getValue()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setValue(java.lang.String value)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID

public ID()
Deprecated. 

ID

public ID(java.lang.String value)
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 

getValue

public java.lang.String getValue()
Deprecated. 

setValue

public void setValue(java.lang.String value)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Deprecated. 
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Deprecated. 
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Deprecated. 
Get Custom Deserializer


uPortal 2.4.1
API Documentation