fr.tireme.schemadoc.SDSchema
Interface SDWildCard

All Superinterfaces:
SDConcreteComponent
All Known Implementing Classes:
XSDWildCardWrapp

public interface SDWildCard
extends SDConcreteComponent

Author:
Mike Niemaz (niemaz@xrce.xerox.com)

Method Summary
 java.util.List getNamespaceConstraint()
          Returns the value of the 'Namespace Constraint' attribute list.
 boolean isSetLexicalNamespaceConstraint()
          Returns whether the value of the 'Lexical Namespace Constraint' attribute list is set
 boolean isSetProcessContents()
          Returns whether the value of the 'Process Contents' attribute is set
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Method Detail

isSetLexicalNamespaceConstraint

boolean isSetLexicalNamespaceConstraint()
Returns whether the value of the 'Lexical Namespace Constraint' attribute list is set

Returns:
boolean - true if set, false otherwise

isSetProcessContents

boolean isSetProcessContents()
Returns whether the value of the 'Process Contents' attribute is set

Returns:
boolean - true if set, false otherwise

getNamespaceConstraint

java.util.List getNamespaceConstraint()
Returns the value of the 'Namespace Constraint' attribute list. The list contents are of type String. This represents the value of the namespace constraint infoset property.

Returns:
List - the value of the 'Namespace Constraint' attribute list.