001    
002    package org.oasis_open.docs.wsn.b_2;
003    
004    import javax.xml.bind.annotation.XmlAccessType;
005    import javax.xml.bind.annotation.XmlAccessorType;
006    import javax.xml.bind.annotation.XmlType;
007    import org.oasis_open.docs.wsrf.bf_2.BaseFaultType;
008    
009    
010    /**
011     * <p>Java class for PauseFailedFaultType complex type.
012     * 
013     * <p>The following schema fragment specifies the expected content contained within this class.
014     * 
015     * <pre>
016     * &lt;complexType name="PauseFailedFaultType">
017     *   &lt;complexContent>
018     *     &lt;extension base="{http://docs.oasis-open.org/wsrf/bf-2}BaseFaultType">
019     *       &lt;anyAttribute processContents='lax' namespace='##other'/>
020     *     &lt;/extension>
021     *   &lt;/complexContent>
022     * &lt;/complexType>
023     * </pre>
024     * 
025     * 
026     */
027    @XmlAccessorType(XmlAccessType.FIELD)
028    @XmlType(name = "PauseFailedFaultType")
029    public class PauseFailedFaultType
030        extends BaseFaultType
031    {
032    
033    
034    }