Uses of Class
net.sf.jaxme.xs.xml.XsID

Packages that use XsID
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsID in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsID
 XsID XsTAnnotated.getId()
           
 XsID XsESchema.getId()
           
 XsID XsERedefine.getId()
           
 XsID XsEAnnotation.getId()
           
 

Methods in net.sf.jaxme.xs.xml with parameters of type XsID
 void XsTAnnotated.setId(XsID pId)
           
 void XsESchema.setId(XsID pId)
           
 void XsERedefine.setId(XsID pID)
           
 void XsEAnnotation.setId(XsID pId)
           
 

Uses of XsID in net.sf.jaxme.xs.xml.impl
 

Methods in net.sf.jaxme.xs.xml.impl that return XsID
 XsID XsTAnnotatedImpl.getId()
           
 XsID XsESchemaImpl.getId()
           
 XsID XsEAnnotationImpl.getId()
           
 

Methods in net.sf.jaxme.xs.xml.impl with parameters of type XsID
 void XsTAnnotatedImpl.setId(XsID pId)
           
 void XsESchemaImpl.setId(XsID pId)
           
 void XsEAnnotationImpl.setId(XsID pId)