com.sun.xml.ws.fault
Class DetailType
java.lang.Object
com.sun.xml.ws.fault.DetailType
class DetailType
- extends Object
<env:Detail>
<m:MaxTime>P5M
</env:Detail>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailType
DetailType(Element detailObject)
DetailType
DetailType()
getDetails
@NotNull
List<Element> getDetails()
getDetail
@Nullable
Node getDetail(int n)
- Gets the n-th detail object, or null if no such item exists.