Package org.apache.wsil
Interface Abstract
-
- All Superinterfaces:
java.io.Serializable
,WSILElement
,WSILElementWithText
- All Known Implementing Classes:
AbstractImpl
public interface Abstract extends WSILElementWithText
Abstract element in a WS-Inspection document.- Version:
- 1.0
- Author:
- Peter Brittenham
-
-
Method Summary
-
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
Methods inherited from interface org.apache.wsil.WSILElementWithText
getLang, getText, setLang, setText
-
-
-
-
Field Detail
-
ELEM_NAME
static final java.lang.String ELEM_NAME
Element name.- See Also:
- Constant Field Values
-
QNAME
static final QName QNAME
QName.
-
-