class: ModifiersType

public class: ModifiersType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:18; Modified: 16.07.2009 15:19:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {1EEF110D-4D64-4c57-B942-9E831CE279A3}
 

Goto: Custom Properties, Fields, Methods

See also: BooleanType, ModifierType, RelationType

Appears in: xcql

Connections
 
Custom Properties
 
ModifiersType 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 gov.loc.www.zing.cql.xcql.ModifierType
  modifier
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(ModifiersType.class, true)
Notes: Type metadata
 
ModifiersType 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
getModifier():gov.loc.www.zing.cql.xcql.ModifierType
Sequential
Notes: Gets the modifier value for this ModifiersType.
@return modifier
public
getModifier(
   int i):gov.loc.www.zing.cql.xcql.ModifierType
Sequential
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
ModifiersType():
Sequential
public
ModifiersType(
   gov.loc.www.zing.cql.xcql.ModifierType[] modifier):
Sequential
public
setModifier(
   gov.loc.www.zing.cql.xcql.ModifierType[] modifier):void
Sequential
Notes: Sets the modifier value for this ModifiersType.
public
setModifier(
   int i,
   gov.loc.www.zing.cql.xcql.ModifierType _value):void
Sequential