org.apache.ws.jaxme.generator.sg.impl
Class AnyAttributePropertySG
java.lang.Object
   org.apache.ws.jaxme.generator.sg.impl.JAXBPropertySG
org.apache.ws.jaxme.generator.sg.impl.JAXBPropertySG
       org.apache.ws.jaxme.generator.sg.impl.AnyAttributePropertySG
org.apache.ws.jaxme.generator.sg.impl.AnyAttributePropertySG
- All Implemented Interfaces: 
- PropertySGChain
- public class AnyAttributePropertySG- extends JAXBPropertySG
PropertySG for attribute wildcards.
- Author:
- Jochen Wiedmann
 
 
| Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.JAXBPropertySG | 
| addValue, forAllNonNullValues, forAllValues, getCollectionType, getDefaultValue, 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 | 
 
AnyAttributePropertySG
protected AnyAttributePropertySG(AttributeSG pAttribute,
                                 XSWildcard pWildcard)
getTargetNamespace
protected java.lang.String getTargetNamespace()
- 
 
getXMLField
public JavaField getXMLField(PropertySG pController,
                             JavaSource pSource)
                      throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLFieldin interface- PropertySGChain
- Overrides:
- getXMLFieldin class- JAXBPropertySG
 
- 
- Throws:
- org.xml.sax.SAXException
 
getNamespaces
protected JavaField getNamespaces(PropertySG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getValidNamespaceCheck
protected void getValidNamespaceCheck(PropertySG pController,
                                      JavaMethod pMethod,
                                      Parameter pName)
                               throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLGetMethod
public JavaMethod getXMLGetMethod(PropertySG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLGetMethodin interface- PropertySGChain
- Overrides:
- getXMLGetMethodin class- JAXBPropertySG
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLSetMethod
public JavaMethod getXMLSetMethod(PropertySG pController,
                                  JavaSource pSource)
                           throws org.xml.sax.SAXException
- 
- Specified by:
- getXMLSetMethodin interface- PropertySGChain
- Overrides:
- getXMLSetMethodin class- JAXBPropertySG
 
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLUnsetMethod
public JavaMethod getXMLUnsetMethod(PropertySG pController,
                                    JavaSource pSource)
                             throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
getXMLGetArrayMethod
public JavaMethod getXMLGetArrayMethod(PropertySG pController,
                                       JavaSource pSource)
                                throws org.xml.sax.SAXException
- 
- Throws:
- org.xml.sax.SAXException
 
generate
public void generate(PropertySG pController,
                     JavaSource pSource)
              throws org.xml.sax.SAXException
- 
- Specified by:
- generatein interface- PropertySGChain
- Overrides:
- generatein class- JAXBPropertySG
 
- 
- Throws:
- org.xml.sax.SAXException