org.apache.ws.jaxme.xs.xml.impl
Class XsENotationImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended by org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended by org.apache.ws.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 internal state of the type, attribute, element, or whatever object.
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, 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 org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.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 internal state of the type, attribute, element, or whatever object.

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