Package org.apache.wsil.impl
Class WSILElementWithAbstractImpl
java.lang.Object
org.apache.wsil.impl.WSILElementWithAbstractImpl
- All Implemented Interfaces:
Serializable
,WSILElement
,WSILElementWithAbstract
- Direct Known Subclasses:
InspectionImpl
,ServiceImpl
,ServiceReferenceElement
This class is the base class for all elements that have an abstract.
- Version:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAbstract
(Abstract abs) Add one abstract to this element.void
addAbstracts
(Abstract[] array) Add abstracts to this element.Abstract[]
Get all abstracts for this element.void
Remove all abstracts from this element.toString()
String representation of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
Field Details
-
abstracts
Abstracts.
-
-
Constructor Details
-
WSILElementWithAbstractImpl
public WSILElementWithAbstractImpl()WSILElementWithAbstractImpl constructor.
-
-
Method Details
-
addAbstract
Add one abstract to this element.- Specified by:
addAbstract
in interfaceWSILElementWithAbstract
- Parameters:
abs
- the abstract to add
-
addAbstracts
Add abstracts to this element.- Specified by:
addAbstracts
in interfaceWSILElementWithAbstract
- Parameters:
abstracts
- the array of abstracts to add
-
getAbstracts
Get all abstracts for this element.- Specified by:
getAbstracts
in interfaceWSILElementWithAbstract
- Returns:
- Returns all abstracts for this element.
-
removeAbstracts
public void removeAbstracts()Remove all abstracts from this element.- Specified by:
removeAbstracts
in interfaceWSILElementWithAbstract
-
toString
String representation of this object.
-