class: DiagnosticType

public class: DiagnosticType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:23; Modified: 16.07.2009 15:19:23;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C65A3DF9-CE44-4b0c-8DDF-20254C22A2C5}
 

Goto: Custom Properties, Fields, Methods

See also: DiagnosticsType

Appears in: diagnostic

Connections
 
Custom Properties
 
DiagnosticType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private java.lang.String
  details
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private java.lang.String
  message
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(DiagnosticType.class, true)
Notes: Type metadata
private org.apache.axis.types.URI
  uri
 
DiagnosticType Methods
Operation Details
public
DiagnosticType():
Sequential
public
DiagnosticType(
   java.lang.String details,
   java.lang.String message,
   org.apache.axis.types.URI uri):
Sequential
public
equals(
   java.lang.Object obj):boolean
Sequential
public static
getDeserializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer
Sequential
Notes: Get Custom Deserializer
public
getDetails():java.lang.String
Sequential
Notes: Gets the details value for this DiagnosticType.
@return details
public
getMessage():java.lang.String
Sequential
Notes: Gets the message value for this DiagnosticType.
@return message
public static
getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer
Sequential
Notes: Get Custom Serializer
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
getUri():org.apache.axis.types.URI
Sequential
Notes: Gets the uri value for this DiagnosticType.
@return uri
public
hashCode():int
Sequential
public
setDetails(
   java.lang.String details):void
Sequential
Notes: Sets the details value for this DiagnosticType.
public
setMessage(
   java.lang.String message):void
Sequential
Notes: Sets the message value for this DiagnosticType.
public
setUri(
   org.apache.axis.types.URI uri):void
Sequential
Notes: Sets the uri value for this DiagnosticType.