public class ErrInfo extends Object
Java class for errInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="errInfo"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="errCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
errCode |
protected String |
value |
Constructor and Description |
---|
ErrInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getErrCode()
Gets the value of the errCode property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setErrCode(String value)
Sets the value of the errCode property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getErrCode()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.