net.sf.jaxme.xs.xml
Interface XsENotation

All Superinterfaces:
XsObject, XsTAnnotated
All Known Implementing Classes:
XsENotationImpl

public interface XsENotation
extends XsTAnnotated

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

  
    
      
    
    
      
        
          
          
          
        
      
    
  
 

Author:
Jochen Wiedmann

Method Summary
 XsNCName getName()
           
 XsToken getPublic()
           
 XsAnyURI getSystem()
           
 void setName(XsNCName pName)
           
 void setPublic(XsToken pPublic)
           
 void setSystem(XsAnyURI pSystem)
           
 
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, validate
 

Method Detail

setName

public void setName(XsNCName pName)

getName

public XsNCName getName()

setPublic

public void setPublic(XsToken pPublic)

getPublic

public XsToken getPublic()

setSystem

public void setSystem(XsAnyURI pSystem)

getSystem

public XsAnyURI getSystem()