public class org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse extends java.lang.Object
{
private double price;
public void <init>()
{
org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse v;
v := @this: org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public double getPrice()
{
org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse v;
double v;
v := @this: org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse;
v = v.<org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse: double price>;
return v;
}
public void setPrice(double)
{
org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse v;
double v;
v := @this: org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse;
v := @parameter: double;
v.<org.apache.axiom.ts.springws.scenario.jaxb.GetQuoteResponse: double price> = v;
return;
}
}