public interface  org.apache.axiom.om.impl.intf.AxiomProcessingInstruction extends java.lang.Object implements org.apache.axiom.om.OMProcessingInstruction, org.apache.axiom.om.impl.intf.AxiomLeafNode, org.apache.axiom.core.CoreProcessingInstruction, org.apache.axiom.om.impl.intf.AxiomCoreParentNode
{
public void setTarget(java.lang.String)
{
java.lang.Error v;
java.lang.String v;
org.apache.axiom.om.impl.intf.AxiomProcessingInstruction v;
v := @this: org.apache.axiom.om.impl.intf.AxiomProcessingInstruction;
v := @parameter: java.lang.String;
v = new java.lang.Error;
specialinvoke v.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <org.apache.axiom.om.impl.intf.AxiomProcessingInstruction: void setTarget(java.lang.String)> does not exist!");
throw v;
}
public void setValue(java.lang.String)
{
java.lang.Error v;
java.lang.String v;
org.apache.axiom.om.impl.intf.AxiomProcessingInstruction v;
v := @this: org.apache.axiom.om.impl.intf.AxiomProcessingInstruction;
v := @parameter: java.lang.String;
v = new java.lang.Error;
specialinvoke v.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <org.apache.axiom.om.impl.intf.AxiomProcessingInstruction: void setValue(java.lang.String)> does not exist!");
throw v;
}
}