@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class FaultLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
after |
protected String |
before |
protected String |
phase |
| Constructor and Description |
|---|
FaultLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getPhase()
Gets the value of the phase property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setPhase(String value)
Sets the value of the phase property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String phase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String before
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String after
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getPhase()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setPhase(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getBefore()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setBefore(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getAfter()
StringApache CXF