private boolean isSchemaInstanceIncluded;
private boolean isWriteOnly;
private boolean reuseContainer;
public XMLAnyAttributeMapping() {
this.containerPolicy = new MappedKeyMapContainerPolicy(HashMap.class);
this.containerPolicy.setKeyMapping(new XMLDirectMapping());
this.isNamespaceDeclarationIncluded = true;
this.isSchemaInstanceIncluded = true;
}