fr.tireme.schemadoc.SDSchema.XSD
Class XSDWildCardWrapp

java.lang.Object
  extended by fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
      extended by fr.tireme.schemadoc.SDSchema.XSD.XSDWildCardWrapp
All Implemented Interfaces:
SDConcreteComponent, SDWildCard

public class XSDWildCardWrapp
extends SDConcreteComponentImpl
implements SDWildCard

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

Constructor Summary
XSDWildCardWrapp(org.eclipse.xsd.XSDWildcard xsdWildCard_)
          Constructor for the XSDWildCardWrapp object
 
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 class fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Constructor Detail

XSDWildCardWrapp

public XSDWildCardWrapp(org.eclipse.xsd.XSDWildcard xsdWildCard_)
Constructor for the XSDWildCardWrapp object

Parameters:
xsdWildCard_ - - the eclipse xsd WildCard representation to wrap
Method Detail

isSetLexicalNamespaceConstraint

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

Specified by:
isSetLexicalNamespaceConstraint in interface SDWildCard
Returns:
boolean - true if set, false otherwise

isSetProcessContents

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

Specified by:
isSetProcessContents in interface SDWildCard
Returns:
boolean - true if set, false otherwise

getNamespaceConstraint

public 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.

Specified by:
getNamespaceConstraint in interface SDWildCard
Returns:
List - the value of the 'Namespace Constraint' attribute list or null