public class FactoryReset
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operatorTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="resetAllSectors" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FactoryReset() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperatorTag()
Gets the value of the operatorTag property.
|
short |
getResetAllSectors()
Gets the value of the resetAllSectors property.
|
java.math.BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
void |
setOperatorTag(java.lang.String value)
Sets the value of the operatorTag property.
|
void |
setResetAllSectors(short value)
Sets the value of the resetAllSectors property.
|
void |
setSerialNumber(java.math.BigInteger value)
Sets the value of the serialNumber property.
|
public java.lang.String getOperatorTag()
Stringpublic void setOperatorTag(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getSerialNumber()
BigIntegerpublic void setSerialNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic short getResetAllSectors()
public void setResetAllSectors(short value)