Class FaultType
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.sml.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 Summary
Fields Modifier and Type Field Description protected StringfaultMessage
-
Constructor Summary
Constructors Constructor Description FaultType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFaultMessage()Gets the value of the faultMessage property.voidsetFaultMessage(String value)Sets the value of the faultMessage property.
-
-
-
Field Detail
-
faultMessage
protected String faultMessage
-
-