org.apache.ws.jaxme.xs.xml
Interface XsENotation

All Superinterfaces:
XsObject, XsTAnnotated, XsTOpenAttrs
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 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, validate
 

Method Detail

setName

void setName(XsNCName pName)

getName

XsNCName getName()

setPublic

void setPublic(XsToken pPublic)

getPublic

XsToken getPublic()

setSystem

void setSystem(XsAnyURI pSystem)

getSystem

XsAnyURI getSystem()