public class PACGS2Type extends Object implements Serializable
Java class for PACGS2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PACGS2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MarNumOfPacGS21" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="42"/>
</restriction>
</simpleType>
</element>
<element name="MarNumOfPacGS21LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="KinOfPacGS23">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="NumOfPacGS24" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<totalDigits value="5"/>
</restriction>
</simpleType>
</element>
<element name="NumOfPieGS25" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<totalDigits value="5"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
kinOfPacGS23 |
protected String |
marNumOfPacGS21 |
protected String |
marNumOfPacGS21LNG |
protected BigInteger |
numOfPacGS24 |
protected BigInteger |
numOfPieGS25 |
| Constructor and Description |
|---|
PACGS2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKinOfPacGS23()
Gets the value of the kinOfPacGS23 property.
|
String |
getMarNumOfPacGS21()
Gets the value of the marNumOfPacGS21 property.
|
String |
getMarNumOfPacGS21LNG()
Gets the value of the marNumOfPacGS21LNG property.
|
BigInteger |
getNumOfPacGS24()
Gets the value of the numOfPacGS24 property.
|
BigInteger |
getNumOfPieGS25()
Gets the value of the numOfPieGS25 property.
|
void |
setKinOfPacGS23(String value)
Sets the value of the kinOfPacGS23 property.
|
void |
setMarNumOfPacGS21(String value)
Sets the value of the marNumOfPacGS21 property.
|
void |
setMarNumOfPacGS21LNG(String value)
Sets the value of the marNumOfPacGS21LNG property.
|
void |
setNumOfPacGS24(BigInteger value)
Sets the value of the numOfPacGS24 property.
|
void |
setNumOfPieGS25(BigInteger value)
Sets the value of the numOfPieGS25 property.
|
protected String marNumOfPacGS21
protected String marNumOfPacGS21LNG
protected String kinOfPacGS23
protected BigInteger numOfPacGS24
protected BigInteger numOfPieGS25
public String getMarNumOfPacGS21()
Stringpublic void setMarNumOfPacGS21(String value)
value - allowed object is
Stringpublic String getMarNumOfPacGS21LNG()
Stringpublic void setMarNumOfPacGS21LNG(String value)
value - allowed object is
Stringpublic String getKinOfPacGS23()
Stringpublic void setKinOfPacGS23(String value)
value - allowed object is
Stringpublic BigInteger getNumOfPacGS24()
BigIntegerpublic void setNumOfPacGS24(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getNumOfPieGS25()
BigIntegerpublic void setNumOfPieGS25(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All Rights Reserved.