Class PingMeT


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:24-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 Detail

      • faultType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected String faultType
    • Constructor Detail

      • PingMeT

        public PingMeT()
    • Method Detail

      • getFaultType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-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 v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public void setFaultType​(String value)
        Sets the value of the faultType property.
        Parameters:
        value - allowed object is String