@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:33+02:00", comments="JAXB RI v2.3.7") public class ErrorType extends Object implements Serializable
Java class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ErrorType() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
String |
getType()
Gets the value of the type property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public BigInteger getNumber()
BigInteger
public void setNumber(BigInteger value)
value
- allowed object is
BigInteger
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.