Searched defs:statusRef (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFaultDetail.java113 private String statusRef = null; field in class:SOAPFaultDetail
129 * @param statusRef the value of <code>ref</code> attribute of the Status
134 public SOAPFaultDetail(QName statusCode,String statusRef, argument
137 this.statusRef = statusRef;
190 statusRef = XMLUtils.getNodeAttributeValue(
317 return statusRef;
430 * @param statusRef value of <code>ref</code> attribute of Status element.
432 public void setStatusRef(String statusRef) { argument
433 this.statusRef
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFaultDetail.java113 private String statusRef = null; field in class:SOAPFaultDetail
129 * @param statusRef the value of <code>ref</code> attribute of the Status
134 public SOAPFaultDetail(QName statusCode,String statusRef, argument
137 this.statusRef = statusRef;
190 statusRef = XMLUtils.getNodeAttributeValue(
317 return statusRef;
430 * @param statusRef value of <code>ref</code> attribute of Status element.
432 public void setStatusRef(String statusRef) { argument
433 this.statusRef
[all...]

Completed in 366 milliseconds