org.apache.ws.jaxme.generator.sg
Interface ParticleSGChain
- All Known Implementing Classes:
- JAXBParticleSG, ParticleSGChainImpl
public interface ParticleSGChain
init
void init(ParticleSG pController)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getLocator
org.xml.sax.Locator getLocator(ParticleSG pController)
forAllNonNullValues
void forAllNonNullValues(ParticleSG pController,
JavaMethod p0,
DirectAccessible p1,
SGlet p2)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
newPropertySGChain
java.lang.Object newPropertySGChain(ParticleSG pController)
getPropertySG
PropertySG getPropertySG(ParticleSG pController)
isWildcard
boolean isWildcard(ParticleSG pController)
getGroupSG
GroupSG getGroupSG(ParticleSG pController)
isGroup
boolean isGroup(ParticleSG pController)
isElement
boolean isElement(ParticleSG pController)
getObjectSG
ObjectSG getObjectSG(ParticleSG pController)
getMinOccurs
int getMinOccurs(ParticleSG pController)
getMaxOccurs
int getMaxOccurs(ParticleSG pController)
isMultiple
boolean isMultiple(ParticleSG pController)