Uses of Class
org.w3._2003._05.soap_envelope.Detail
-
Packages that use Detail Package Description org.w3._2003._05.soap_envelope -
-
Uses of Detail in org.w3._2003._05.soap_envelope
Fields in org.w3._2003._05.soap_envelope declared as Detail Modifier and Type Field Description protected Detail
Fault. detail
Methods in org.w3._2003._05.soap_envelope that return Detail Modifier and Type Method Description Detail
ObjectFactory. createDetail()
Create an instance ofDetail
Detail
Fault. getDetail()
Gets the value of the detail property.Detail
Detail. withAny(Object... values)
Detail
Detail. withAny(Collection<Object> values)
Methods in org.w3._2003._05.soap_envelope with parameters of type Detail Modifier and Type Method Description void
Fault. setDetail(Detail value)
Sets the value of the detail property.Fault
Fault. withDetail(Detail value)
-