Class FaultType


  • public class FaultType
    extends Object

    Java class for FaultType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="FaultType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FaultMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • faultMessage

        protected String faultMessage
    • Constructor Detail

      • FaultType

        public FaultType()
    • Method Detail

      • getFaultMessage

        public String getFaultMessage()
        Gets the value of the faultMessage property.
        Returns:
        possible object is String
      • setFaultMessage

        public void setFaultMessage​(String value)
        Sets the value of the faultMessage property.
        Parameters:
        value - allowed object is String