org.apache.ws.jaxme.generator.sg.impl
public class ArrayPropertySG extends MultiplePropertySG
| Constructor Summary | |
|---|---|
| protected | ArrayPropertySG(PropertySGChain pBase, ObjectSG pObjectSG, int pMinOccurs, int pMaxOccurs) |
| Method Summary | |
|---|---|
| void | addValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, TypedValue pValue, JavaQName pType) |
| void | forAllNonNullValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) |
| void | forAllValues(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, SGlet pSGlet) |
| void | generate(PropertySG pController, JavaSource pSource) |
| protected JavaMethod | getXMLGetElementMethod(PropertySG pController, JavaSource pSource) |
| protected JavaMethod | getXMLGetLengthMethod(PropertySG pController, JavaSource pSource) |
| JavaMethod | getXMLGetMethod(PropertySG pController, JavaSource pSource) |
| protected JavaMethod | getXMLSetElementMethod(PropertySG pController, JavaSource pSource) |
| JavaMethod | getXMLSetMethod(PropertySG pController, JavaSource pSource) |
| void | setValue(PropertySG pController, JavaMethod pMethod, DirectAccessible pElement, Object pValue, JavaQName pType) |