Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsENotationImpl  view XsENotationImpl download XsENotationImpl.java

java.lang.Object
  extended byorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended byorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended byorg.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended byorg.apache.ws.jaxme.xs.xml.impl.XsENotationImpl
All Implemented Interfaces:
org.apache.ws.jaxme.xs.xml.XsENotation, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

public class XsENotationImpl
extends XsTAnnotatedImpl
implements org.apache.ws.jaxme.xs.xml.XsENotation

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

  
    
      
    
    
      
        
          
          
          
        
      
    
  
 


Field Summary
private  org.apache.ws.jaxme.xs.xml.XsNCName name
           
private  org.apache.ws.jaxme.xs.xml.XsToken publicId
           
private  org.apache.ws.jaxme.xs.xml.XsAnyURI systemId
           
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
 
Constructor Summary
protected XsENotationImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
           
 
Method Summary
 org.apache.ws.jaxme.xs.xml.XsNCName getName()
           
 org.apache.ws.jaxme.xs.xml.XsToken getPublic()
           
 org.apache.ws.jaxme.xs.xml.XsAnyURI getSystem()
           
 void setName(org.apache.ws.jaxme.xs.xml.XsNCName pName)
           
 void setPublic(org.apache.ws.jaxme.xs.xml.XsToken pPublic)
           
 void setSystem(org.apache.ws.jaxme.xs.xml.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
 

Field Detail

name

private org.apache.ws.jaxme.xs.xml.XsNCName name

publicId

private org.apache.ws.jaxme.xs.xml.XsToken publicId

systemId

private org.apache.ws.jaxme.xs.xml.XsAnyURI systemId
Constructor Detail

XsENotationImpl

protected XsENotationImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
Method Detail

setName

public void setName(org.apache.ws.jaxme.xs.xml.XsNCName pName)
Specified by:
setName in interface org.apache.ws.jaxme.xs.xml.XsENotation

getName

public org.apache.ws.jaxme.xs.xml.XsNCName getName()
Specified by:
getName in interface org.apache.ws.jaxme.xs.xml.XsENotation

setPublic

public void setPublic(org.apache.ws.jaxme.xs.xml.XsToken pPublic)
Specified by:
setPublic in interface org.apache.ws.jaxme.xs.xml.XsENotation

getPublic

public org.apache.ws.jaxme.xs.xml.XsToken getPublic()
Specified by:
getPublic in interface org.apache.ws.jaxme.xs.xml.XsENotation

setSystem

public void setSystem(org.apache.ws.jaxme.xs.xml.XsAnyURI pSystem)
Specified by:
setSystem in interface org.apache.ws.jaxme.xs.xml.XsENotation

getSystem

public org.apache.ws.jaxme.xs.xml.XsAnyURI getSystem()
Specified by:
getSystem in interface org.apache.ws.jaxme.xs.xml.XsENotation

validate

public void validate()
              throws org.xml.sax.SAXException
Description copied from interface: org.apache.ws.jaxme.xs.xml.XsObject
Validates the internal state of the type, attribute, element, or whatever object.

Specified by:
validate in interface org.apache.ws.jaxme.xs.xml.XsObject
Overrides:
validate in class XsObjectImpl