Package com.sun.xml.ws.security.soap12
Class Faultcode
- java.lang.Object
-
- com.sun.xml.ws.security.soap12.Faultcode
-
public class Faultcode extends Object
Java class for faultcode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faultcode"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" type="{http://www.w3.org/2003/05/soap-envelope}faultcodeEnum"/> <element name="Subcode" type="{http://www.w3.org/2003/05/soap-envelope}subcode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Faultcode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubcodegetSubcode()Gets the value of the subcode property.QNamegetValue()Gets the value of the value property.voidsetSubcode(Subcode value)Sets the value of the subcode property.voidsetValue(QName value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public QName getValue()
Gets the value of the value property.- Returns:
- possible object is
QName
-
setValue
public void setValue(QName value)
Sets the value of the value property.- Parameters:
value- allowed object isQName
-
getSubcode
public Subcode getSubcode()
Gets the value of the subcode property.- Returns:
- possible object is
Subcode
-
-