public class SEAINFSLIType extends Object implements Serializable
Java class for SEAINFSLIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEAINFSLIType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all minOccurs="0">
<element name="SealsIntact" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="SeaNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<element name="SEAIDSID">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
seaidsid |
protected BigInteger |
sealsIntact |
protected String |
seaNumber |
| Constructor and Description |
|---|
SEAINFSLIType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSEAIDSID()
Gets the value of the seaidsid property.
|
BigInteger |
getSealsIntact()
Gets the value of the sealsIntact property.
|
String |
getSeaNumber()
Gets the value of the seaNumber property.
|
void |
setSEAIDSID(String value)
Sets the value of the seaidsid property.
|
void |
setSealsIntact(BigInteger value)
Sets the value of the sealsIntact property.
|
void |
setSeaNumber(String value)
Sets the value of the seaNumber property.
|
protected BigInteger sealsIntact
protected String seaNumber
protected String seaidsid
public BigInteger getSealsIntact()
BigIntegerpublic void setSealsIntact(BigInteger value)
value - allowed object is
BigIntegerpublic String getSeaNumber()
Stringpublic void setSeaNumber(String value)
value - allowed object is
Stringpublic String getSEAIDSID()
StringCopyright © 2017. All Rights Reserved.