public class SGICODSD2Type extends Object implements Serializable
Java class for SGICODSD2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SGICODSD2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SenGooCodSD22" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="SenQuaSD23">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
senGooCodSD22 |
protected BigDecimal |
senQuaSD23 |
| Constructor and Description |
|---|
SGICODSD2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSenGooCodSD22()
Gets the value of the senGooCodSD22 property.
|
BigDecimal |
getSenQuaSD23()
Gets the value of the senQuaSD23 property.
|
void |
setSenGooCodSD22(String value)
Sets the value of the senGooCodSD22 property.
|
void |
setSenQuaSD23(BigDecimal value)
Sets the value of the senQuaSD23 property.
|
protected String senGooCodSD22
protected BigDecimal senQuaSD23
public String getSenGooCodSD22()
Stringpublic void setSenGooCodSD22(String value)
value - allowed object is
Stringpublic BigDecimal getSenQuaSD23()
BigDecimalpublic void setSenQuaSD23(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017. All Rights Reserved.