Package com.sun.xml.xsom
Interface XSAttributeDecl
-
- All Superinterfaces:
XSComponent
,XSDeclaration
- All Known Implementing Classes:
AttributeDeclImpl
public interface XSAttributeDecl extends XSDeclaration
Attribute declaration.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlString
getDefaultValue()
XmlString
getFixedValue()
XSSimpleType
getType()
-
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Methods inherited from interface com.sun.xml.xsom.XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
-
-
-
-
Method Detail
-
getType
XSSimpleType getType()
-
getDefaultValue
XmlString getDefaultValue()
-
getFixedValue
XmlString getFixedValue()
-
-