Package org.oasis_open.docs.wsrf.bf_2
Class BaseFaultType.Description
- java.lang.Object
-
- org.oasis_open.docs.wsrf.bf_2.BaseFaultType.Description
-
- Enclosing class:
- BaseFaultType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public static class BaseFaultType.Description extends ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Description()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public void setValue(String value)Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public String getLang()Gets the value of the lang property.- Returns:
- possible object is
String
-
-