org.apache.ws.jaxme.xs.xml

Interface XsENotation

All Superinterfaces:
XsObject, XsTAnnotated, XsTOpenAttrs
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 org.apache.ws.jaxme.xs.xml.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

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

Method Details

getName

public XsNCName getName()

getPublic

public XsToken getPublic()

getSystem

public XsAnyURI getSystem()

setName

public void setName(XsNCName pName)

setPublic

public void setPublic(XsToken pPublic)

setSystem

public void setSystem(XsAnyURI pSystem)