class: PrefixType

public class: PrefixType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:20; Modified: 16.07.2009 15:19:20;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A3159665-127F-482c-9432-B505871BA823}
 

Goto: Custom Properties, Fields, Methods

See also: PrefixesType

Appears in: xcql

Connections
 
Custom Properties
 
PrefixType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private java.lang.String
  identifier
private java.lang.String
  name
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(PrefixType.class, true)
Notes: Type metadata
 
PrefixType Methods
Operation Details
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
getIdentifier():java.lang.String
Sequential
Notes: Gets the identifier value for this PrefixType.
@return identifier
public
getName():java.lang.String
Sequential
Notes: Gets the name value for this PrefixType.
@return name
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
hashCode():int
Sequential
public
PrefixType():
Sequential
public
PrefixType(
   java.lang.String name,
   java.lang.String identifier):
Sequential
public
setIdentifier(
   java.lang.String identifier):void
Sequential
Notes: Sets the identifier value for this PrefixType.
public
setName(
   java.lang.String name):void
Sequential
Notes: Sets the name value for this PrefixType.