📄 subscribecreationfailedfaulttype.java
字号:
package org.oasis_open.docs.wsn._2004._06.wsn_ws_basenotification_1_2_draft_01;import javax.xml.bind.annotation.XmlAccessType;import javax.xml.bind.annotation.XmlAccessorType;import javax.xml.bind.annotation.XmlType;import org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.BaseFaultType;/** * <p>Java class for SubscribeCreationFailedFaultType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="SubscribeCreationFailedFaultType"> * <complexContent> * <extension base="{http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd}BaseFaultType"> * </extension> * </complexContent> * </complexType> * </pre> * * */@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name = "SubscribeCreationFailedFaultType")public class SubscribeCreationFailedFaultType extends BaseFaultType{}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -