Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.PropertySGChainImpl
Constructor Summary | |
public void addValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, TypedValue pValue, JavaQName pType) throws SAXException
- Specified by:
- addValue in interface PropertySGChain
public void forAllNonNullValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws SAXException
- Specified by:
- forAllNonNullValues in interface PropertySGChain
public void forAllValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) throws SAXException
- Specified by:
- forAllValues in interface PropertySGChain
public void generate(PropertySG pController, JavaSource pSource) throws SAXException
- Specified by:
- generate in interface PropertySGChain
public String getCollectionType(PropertySG pController)
- Specified by:
- getCollectionType in interface PropertySGChain
public String getPropertyName(PropertySG pController) throws SAXException
- Specified by:
- getPropertyName in interface PropertySGChain
public Object getValue(PropertySG pController, DirectAccessible pElement) throws SAXException
- Specified by:
- getValue in interface PropertySGChain
public JavaField getXMLField(PropertySG pController, JavaSource pSource) throws SAXException
- Specified by:
- getXMLField in interface PropertySGChain
public String getXMLFieldName(PropertySG pController) throws SAXException
- Specified by:
- getXMLFieldName in interface PropertySGChain
public JavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource) throws SAXException
- Specified by:
- getXMLGetMethod in interface PropertySGChain
public String getXMLGetMethodName(PropertySG pController) throws SAXException
- Specified by:
- getXMLGetMethodName in interface PropertySGChain
public JavaMethod getXMLIsSetMethod(PropertySG pController, JavaSource pSource) throws SAXException
- Specified by:
- getXMLIsSetMethod in interface PropertySGChain
public String getXMLIsSetMethodName(PropertySG pController) throws SAXException
- Specified by:
- getXMLIsSetMethodName in interface PropertySGChain
public JavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource) throws SAXException
- Specified by:
- getXMLSetMethod in interface PropertySGChain
public String getXMLSetMethodName(PropertySG pController) throws SAXException
- Specified by:
- getXMLSetMethodName in interface PropertySGChain
public boolean hasIsSetMethod(PropertySG pController)
- Specified by:
- hasIsSetMethod in interface PropertySGChain
public void init(PropertySG pController) throws SAXException
- Specified by:
- init in interface PropertySGChain
public void setValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, Object pValue, JavaQName pType) throws SAXException
- Specified by:
- setValue in interface PropertySGChain