org.apache.ws.jaxme.generator.sg.impl
Class AnyElementPropertySG

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.JAXBPropertySG
      extended by org.apache.ws.jaxme.generator.sg.impl.AnyElementPropertySG
All Implemented Interfaces:
PropertySGChain

public class AnyElementPropertySG
extends JAXBPropertySG

Author:
Jochen Wiedmann

Constructor Summary
protected AnyElementPropertySG(ObjectSG pObjectSG, XSAny pAny)
           
 
Method Summary
 JavaField getXMLField(PropertySG pController, JavaSource pSource)
           
 JavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource)
           
 JavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource)
           
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.JAXBPropertySG
addValue, forAllNonNullValues, forAllValues, generate, getCollectionType, getPropertyName, getValue, getXMLFieldName, getXMLGetMethodName, getXMLIsSetMethod, getXMLIsSetMethodName, getXMLSetMethodName, hasIsSetMethod, init, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyElementPropertySG

protected AnyElementPropertySG(ObjectSG pObjectSG,
                               XSAny pAny)
Method Detail

getXMLField

public JavaField getXMLField(PropertySG pController,
                             JavaSource pSource)
                      throws org.xml.sax.SAXException
Specified by:
getXMLField in interface PropertySGChain
Overrides:
getXMLField in class JAXBPropertySG
Throws:
org.xml.sax.SAXException

getXMLGetMethod

public JavaMethod getXMLGetMethod(PropertySG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
Specified by:
getXMLGetMethod in interface PropertySGChain
Overrides:
getXMLGetMethod in class JAXBPropertySG
Throws:
org.xml.sax.SAXException

getXMLSetMethod

public JavaMethod getXMLSetMethod(PropertySG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
Specified by:
getXMLSetMethod in interface PropertySGChain
Overrides:
getXMLSetMethod in class JAXBPropertySG
Throws:
org.xml.sax.SAXException