Package org.apache.wsil
Interface WSILElementWithAbstract
- All Superinterfaces:
Serializable
,WSILElement
- All Known Subinterfaces:
Description
,Inspection
,Link
,Service
- All Known Implementing Classes:
DescriptionImpl
,InspectionImpl
,LinkImpl
,ServiceImpl
,ServiceReferenceElement
,WSILElementWithAbstractImpl
Common WS-Inpsection element definition for elements that contain an abstract element.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAbstract
(Abstract abs) Add one abstract to this element.void
addAbstracts
(Abstract[] abstracts) Add abstracts to this element.Abstract[]
Get all abstracts for this element.void
Remove all abstracts from this element.Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
Method Details
-
addAbstract
Add one abstract to this element.- Parameters:
abs
- the abstract to add
-
addAbstracts
Add abstracts to this element.- Parameters:
abstracts
- the array of abstracts to add
-
removeAbstracts
void removeAbstracts()Remove all abstracts from this element. -
getAbstracts
Abstract[] getAbstracts()Get all abstracts for this element.- Returns:
- Returns all abstracts for this element.
-