public class CONTRESULTSType extends Object implements Serializable
Java class for CONTRESULTSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONTRESULTSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConResCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="ComConRes" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="280"/>
</restriction>
</simpleType>
</element>
<element name="ComConResLNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comConRes |
protected String |
comConResLNG |
protected String |
conResCode |
| Constructor and Description |
|---|
CONTRESULTSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComConRes()
Gets the value of the comConRes property.
|
String |
getComConResLNG()
Gets the value of the comConResLNG property.
|
String |
getConResCode()
Gets the value of the conResCode property.
|
void |
setComConRes(String value)
Sets the value of the comConRes property.
|
void |
setComConResLNG(String value)
Sets the value of the comConResLNG property.
|
void |
setConResCode(String value)
Sets the value of the conResCode property.
|
protected String conResCode
protected String comConRes
protected String comConResLNG
public String getConResCode()
Stringpublic void setConResCode(String value)
value - allowed object is
Stringpublic String getComConRes()
Stringpublic void setComConRes(String value)
value - allowed object is
Stringpublic String getComConResLNG()
StringCopyright © 2017. All Rights Reserved.