org.apache.ws.jaxme.xs.xml

Interface XsENotation

public interface XsENotation extends XsTAnnotated

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

  
    
      
    
    
      
        
          
          
          
        
      
    
  
 

Author: Jochen Wiedmann

Method Summary
XsNCNamegetName()
XsTokengetPublic()
XsAnyURIgetSystem()
voidsetName(XsNCName pName)
voidsetPublic(XsToken pPublic)
voidsetSystem(XsAnyURI pSystem)

Method Detail

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)