Package org.oasis_open.docs.wsrf.bf_2
Class BaseFaultType.FaultCause
- java.lang.Object
-
- org.oasis_open.docs.wsrf.bf_2.BaseFaultType.FaultCause
-
- Enclosing class:
- BaseFaultType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public static class BaseFaultType.FaultCause extends ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' namespace='##other'/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FaultCause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.voidsetAny(Object value)Sets the value of the any property.
-
-
-
Field Detail
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected Object any
-
-
Method Detail
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public Object getAny()Gets the value of the any property.
-
-