org.apache.ws.jaxme.generator.sg
Interface PropertySGChain

All Known Implementing Classes:
AnyAttributePropertySG, AnyElementPropertySG, JAXBPropertySG, MultiplePropertySG, PropertySGChainImpl

public interface PropertySGChain


Method Summary
 void addValue(PropertySG pController, JavaMethod p0, DirectAccessible p1, java.lang.Object p2, JavaQName p3)
           
 void forAllNonNullValues(PropertySG pController, JavaMethod p0, DirectAccessible p1, SGlet p2)
           
 void forAllValues(PropertySG pController, JavaMethod p0, DirectAccessible p1, SGlet p2)
           
 void generate(PropertySG pController, JavaSource p0)
           
 java.lang.String getCollectionType(PropertySG pController)
           
 java.lang.Object getValue(PropertySG pController, DirectAccessible p0)
           
 JavaField getXMLField(PropertySG pController, JavaSource p0)
           
 java.lang.String getXMLFieldName(PropertySG pController)
           
 JavaMethod getXMLGetMethod(PropertySG pController, JavaSource p0)
           
 java.lang.String getXMLGetMethodName(PropertySG pController)
           
 JavaMethod getXMLIsSetMethod(PropertySG pController, JavaSource p0)
           
 java.lang.String getXMLIsSetMethodName(PropertySG pController)
           
 JavaMethod getXMLSetMethod(PropertySG pController, JavaSource p0)
           
 java.lang.String getXMLSetMethodName(PropertySG pController)
           
 boolean hasIsSetMethod(PropertySG pController)
           
 void init(PropertySG pController)
           
 void setValue(PropertySG pController, JavaMethod p0, DirectAccessible p1, java.lang.Object p2, JavaQName p3)
           
 

Method Detail

getValue

java.lang.Object getValue(PropertySG pController,
                          DirectAccessible p0)
                          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

init

void init(PropertySG pController)
          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

setValue

void setValue(PropertySG pController,
              JavaMethod p0,
              DirectAccessible p1,
              java.lang.Object p2,
              JavaQName p3)
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

generate

void generate(PropertySG pController,
              JavaSource p0)
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

addValue

void addValue(PropertySG pController,
              JavaMethod p0,
              DirectAccessible p1,
              java.lang.Object p2,
              JavaQName p3)
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

forAllValues

void forAllValues(PropertySG pController,
                  JavaMethod p0,
                  DirectAccessible p1,
                  SGlet p2)
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

forAllNonNullValues

void forAllNonNullValues(PropertySG pController,
                         JavaMethod p0,
                         DirectAccessible p1,
                         SGlet p2)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

hasIsSetMethod

boolean hasIsSetMethod(PropertySG pController)

getCollectionType

java.lang.String getCollectionType(PropertySG pController)

getXMLFieldName

java.lang.String getXMLFieldName(PropertySG pController)
                                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLGetMethodName

java.lang.String getXMLGetMethodName(PropertySG pController)
                                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLSetMethodName

java.lang.String getXMLSetMethodName(PropertySG pController)
                                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLIsSetMethodName

java.lang.String getXMLIsSetMethodName(PropertySG pController)
                                       throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLField

JavaField getXMLField(PropertySG pController,
                      JavaSource p0)
                      throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLGetMethod

JavaMethod getXMLGetMethod(PropertySG pController,
                           JavaSource p0)
                           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLSetMethod

JavaMethod getXMLSetMethod(PropertySG pController,
                           JavaSource p0)
                           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLIsSetMethod

JavaMethod getXMLIsSetMethod(PropertySG pController,
                             JavaSource p0)
                             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException