org.apache.ws.jaxme.generator.sg
Interface AttributeSGChain
- All Known Implementing Classes: 
- AttributeSGChainImpl
- public interface AttributeSGChain
 
getName
public XsQName getName(AttributeSG pController)
- 
 
isRequired
public boolean isRequired(AttributeSG pController)
- 
 
forAllValues
public void forAllValues(AttributeSG pController,
                         JavaMethod pMethod,
                         DirectAccessible pElement,
                         SGlet pSGlet)
                  throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
forAllNonNullValues
public void forAllNonNullValues(AttributeSG pController,
                                JavaMethod pMethod,
                                DirectAccessible pElement,
                                SGlet pSGlet)
                         throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
newPropertySGChain
public java.lang.Object newPropertySGChain(AttributeSG pController)
- 
 
getPropertySG
public PropertySG getPropertySG(AttributeSG pController)
- 
 
getTypeSG
public TypeSG getTypeSG(AttributeSG pController)
- 
 
isWildcard
public boolean isWildcard(AttributeSG pController)
- 
 
getNamespaceList
public XsNamespaceList getNamespaceList(AttributeSG pController)
- 
 
getProcessContents
public XsTWildcard.ProcessContents getProcessContents(AttributeSG pController)
- 
 
getFactory
public SGFactory getFactory(AttributeSG pController)
- 
 
getSchema
public SchemaSG getSchema(AttributeSG pController)
- 
 
getLocator
public org.xml.sax.Locator getLocator(AttributeSG pController)
- 
 
init
public void init(AttributeSG pController)
          throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException