com.sun.xml.ws.fault
Class DetailType

java.lang.Object
  extended by com.sun.xml.ws.fault.DetailType

 class DetailType
extends Object

<env:Detail> <m:MaxTime>P5M </env:Detail>


Constructor Summary
DetailType()
           
DetailType(Element detailObject)
           
 
Method Summary
(package private)  Node getDetail(int n)
          Gets the n-th detail object, or null if no such item exists.
(package private)  List<Element> getDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailType

DetailType(Element detailObject)

DetailType

DetailType()
Method Detail

getDetails

@NotNull
List<Element> getDetails()

getDetail

@Nullable
Node getDetail(int n)
Gets the n-th detail object, or null if no such item exists.