net.sf.jaxme.xs.xml.impl
Class XsENotationImpl

java.lang.Object
  extended bynet.sf.jaxme.xs.xml.impl.XsObjectImpl
      extended bynet.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended bynet.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended bynet.sf.jaxme.xs.xml.impl.XsENotationImpl
All Implemented Interfaces:
XsENotation, XsObject, XsTAnnotated, XsTOpenAttrs

public class XsENotationImpl
extends XsTAnnotatedImpl
implements XsENotation

Interface of the xs:notation element, with the following specification:

  
    
      
    
    
      
        
          
          
          
        
      
    
  
 

Author:
Jochen Wiedmann

Constructor Summary
protected XsENotationImpl(XsObject pParent)
           
 
Method Summary
 XsNCName getName()
           
 XsToken getPublic()
           
 XsAnyURI getSystem()
           
 void setName(XsNCName pName)
           
 void setPublic(XsToken pPublic)
           
 void setSystem(XsAnyURI pSystem)
           
 void validate()
          Validates the types, attributes, elements, ... internal state.
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject
 

Constructor Detail

XsENotationImpl

protected XsENotationImpl(XsObject pParent)
Method Detail

setName

public void setName(XsNCName pName)
Specified by:
setName in interface XsENotation

getName

public XsNCName getName()
Specified by:
getName in interface XsENotation

setPublic

public void setPublic(XsToken pPublic)
Specified by:
setPublic in interface XsENotation

getPublic

public XsToken getPublic()
Specified by:
getPublic in interface XsENotation

setSystem

public void setSystem(XsAnyURI pSystem)
Specified by:
setSystem in interface XsENotation

getSystem

public XsAnyURI getSystem()
Specified by:
getSystem in interface XsENotation

validate

public void validate()
              throws org.xml.sax.SAXException
Description copied from interface: XsObject

Validates the types, attributes, elements, ... internal state.

Specified by:
validate in interface XsObject
Overrides:
validate in class XsObjectImpl
Throws:
org.xml.sax.SAXException