PropertySG pSG;
DirectAccessible element;
if (isMixed) {
LocalJavaField f = pJm.newJavaField(GroupUtil.getContentClass(group, pParticle, ctSG.getClassContext().getXMLInterfaceName()));
f.addLine("new ", GroupUtil.getContentClass(group, pParticle, ctSG.getClassContext().getXMLImplementationName()), "()");
PropertySGChain chain = ((PropertySGImpl) pParticle.getPropertySG()).getHeadOfChain();
PropertySGChain head = new PropertySGChainImpl(chain){
public String getXMLFieldName(PropertySG pController) throws SAXException {
return "_value";
}
public String getPropertyName(PropertySG pController) throws SAXException {
return "value";