001    
002    package org.oasis_open.docs.wsn.br_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 PublisherRegistrationFailedFaultType complex type.
012     * 
013     * <p>The following schema fragment specifies the expected content contained within this class.
014     * 
015     * <pre>
016     * &lt;complexType name="PublisherRegistrationFailedFaultType">
017     *   &lt;complexContent>
018     *     &lt;extension base="{http://docs.oasis-open.org/wsrf/bf-2}BaseFaultType">
019     *     &lt;/extension>
020     *   &lt;/complexContent>
021     * &lt;/complexType>
022     * </pre>
023     * 
024     * 
025     */
026    @XmlAccessorType(XmlAccessType.FIELD)
027    @XmlType(name = "PublisherRegistrationFailedFaultType")
028    public class PublisherRegistrationFailedFaultType
029        extends BaseFaultType
030    {
031    
032    
033    }