public class AnyAttributePropertySG extends JAXBPropertySG
PropertySG for attribute wildcards.
| Modifier | Constructor and Description |
|---|---|
protected |
AnyAttributePropertySG(AttributeSG pAttribute,
XSWildcard pWildcard) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(PropertySG pController,
JavaSource pSource) |
protected JavaField |
getNamespaces(PropertySG pController,
JavaSource pSource) |
protected java.lang.String |
getTargetNamespace() |
protected void |
getValidNamespaceCheck(PropertySG pController,
JavaMethod pMethod,
Parameter pName) |
JavaField |
getXMLField(PropertySG pController,
JavaSource pSource) |
JavaMethod |
getXMLGetArrayMethod(PropertySG pController,
JavaSource pSource) |
JavaMethod |
getXMLGetMethod(PropertySG pController,
JavaSource pSource) |
JavaMethod |
getXMLSetMethod(PropertySG pController,
JavaSource pSource) |
JavaMethod |
getXMLUnsetMethod(PropertySG pController,
JavaSource pSource) |
addValue, forAllNonNullValues, forAllValues, getCollectionType, getPropertyName, getValue, getXMLFieldName, getXMLGetMethodName, getXMLIsSetMethod, getXMLIsSetMethodName, getXMLSetMethodName, hasIsSetMethod, init, setValueprotected AnyAttributePropertySG(AttributeSG pAttribute, XSWildcard pWildcard)
protected java.lang.String getTargetNamespace()
public JavaField getXMLField(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLField in interface PropertySGChaingetXMLField in class JAXBPropertySGorg.xml.sax.SAXExceptionprotected JavaField getNamespaces(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionprotected void getValidNamespaceCheck(PropertySG pController, JavaMethod pMethod, Parameter pName) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic JavaMethod getXMLGetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLGetMethod in interface PropertySGChaingetXMLGetMethod in class JAXBPropertySGorg.xml.sax.SAXExceptionpublic JavaMethod getXMLSetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
getXMLSetMethod in interface PropertySGChaingetXMLSetMethod in class JAXBPropertySGorg.xml.sax.SAXExceptionpublic JavaMethod getXMLUnsetMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic JavaMethod getXMLGetArrayMethod(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void generate(PropertySG pController, JavaSource pSource) throws org.xml.sax.SAXException
generate in interface PropertySGChaingenerate in class JAXBPropertySGorg.xml.sax.SAXException