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 TypeMethodDescriptionvoidaddAbstract(Abstract abs) Add one abstract to this element.voidaddAbstracts(Abstract[] array) Add abstracts to this element.Abstract[]Get all abstracts for this element.voidRemove 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, waitMethods 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:
addAbstractin interfaceWSILElementWithAbstract- Parameters:
abs- the abstract to add
-
addAbstracts
Add abstracts to this element.- Specified by:
addAbstractsin interfaceWSILElementWithAbstract- Parameters:
abstracts- the array of abstracts to add
-
getAbstracts
Get all abstracts for this element.- Specified by:
getAbstractsin interfaceWSILElementWithAbstract- Returns:
- Returns all abstracts for this element.
-
removeAbstracts
public void removeAbstracts()Remove all abstracts from this element.- Specified by:
removeAbstractsin interfaceWSILElementWithAbstract
-
toString
String representation of this object.
-