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