org.apache.xerces.impl.xs
Class XSAttributeDecl

java.lang.Object
  |
  +--org.apache.xerces.impl.xs.XSAttributeDecl

public class XSAttributeDecl
extends java.lang.Object

The XML representation for an attribute declaration schema component is an element information item

Version:
$Id: XSAttributeDecl.java,v 1.5 2002/01/29 01:15:14 lehors Exp $
Author:
Elena Litani, IBM, Sandy Gao, IBM

Field Summary
static short DEFAULT_VALUE
           
 ValidatedInfo fDefault
           
static short FIXED_VALUE
           
 java.lang.String fName
           
 java.lang.String fTargetNamespace
           
 XSSimpleType fType
           
static short NO_CONSTRAINT
           
 
Constructor Summary
XSAttributeDecl()
           
 
Method Summary
 short getConstraintType()
           
 boolean isGlobal()
           
 void setConstraintType(short constraintType)
           
 void setIsGlobal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CONSTRAINT

public static final short NO_CONSTRAINT

DEFAULT_VALUE

public static final short DEFAULT_VALUE

FIXED_VALUE

public static final short FIXED_VALUE

fName

public java.lang.String fName

fTargetNamespace

public java.lang.String fTargetNamespace

fType

public XSSimpleType fType

fDefault

public ValidatedInfo fDefault
Constructor Detail

XSAttributeDecl

public XSAttributeDecl()
Method Detail

getConstraintType

public short getConstraintType()

isGlobal

public boolean isGlobal()

setConstraintType

public void setConstraintType(short constraintType)

setIsGlobal

public void setIsGlobal()


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.