public class FaultInformation
extends java.lang.Object
Constructor and Description |
---|
FaultInformation(javax.xml.namespace.QName code,
java.lang.String reason)
Constructs with the minimum code and reason.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getCode()
Returns the code in QName form identifying the type of fault.
|
java.lang.String |
getNode()
Returns the SOAP node reporting the fault in URI form.
|
java.lang.String |
getReason()
Returns the description of the reason for the fault.
|
java.lang.String |
getRole()
Returns the role of the SOAP node in URI form reporting the fault
(i.e., next, ultimate receiver).
|
javax.xml.namespace.QName |
getSubCode()
Returns a sub-code in QName form further qualifying the type of fault.
|
void |
setCode(javax.xml.namespace.QName code)
Changes the code identifying the type of fault.
|
void |
setNode(java.lang.String node)
Changes the SOAP node reporting the fault.
|
void |
setReason(java.lang.String reason)
Changes the description of the reason for the fault.
|
void |
setRole(java.lang.String role)
Changes the role of the SOAP Node reporting the fault.
|
void |
setSubCode(javax.xml.namespace.QName subCode)
Changes the sub-code further qualifying the type of fault.
|
public FaultInformation(javax.xml.namespace.QName code, java.lang.String reason)
code
- The code in QName form identifying the type of fault.reason
- String description of the reason for the fault.public javax.xml.namespace.QName getCode()
public void setCode(javax.xml.namespace.QName code)
code
- Code in QName form identifying the type of fault.public javax.xml.namespace.QName getSubCode()
public void setSubCode(javax.xml.namespace.QName subCode)
subCode
- Sub-code in QName of form.public java.lang.String getReason()
public void setReason(java.lang.String reason)
reason
- String description of the reason for the fault.public java.lang.String getNode()
public void setNode(java.lang.String node)
node
- SOAP node in URI form.public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- Role of the SOAP Node reporting the fault in URI form.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.