Package org.apache.headers.coloc.types
Class PingMeT
java.lang.Object
org.apache.headers.coloc.types.PingMeT
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class PingMeT
extends Object
Java class for pingMeT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pingMeT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the faultType property.voidsetFaultType(String value) Sets the value of the faultType property.
-
Field Details
-
faultType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String faultType
-
-
Constructor Details
-
PingMeT
public PingMeT()
-
-
Method Details
-
getFaultType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getFaultType()Gets the value of the faultType property.- Returns:
- possible object is
String
-
setFaultType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setFaultType(String value) Sets the value of the faultType property.- Parameters:
value- allowed object isString
-