public static class Scan.ScanOrigin extends 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">
<attribute name="parentFileID" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="40"/>
</restriction>
</simpleType>
</attribute>
<attribute name="num" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
num |
protected String |
parentFileID |
| Constructor and Description |
|---|
Scan.ScanOrigin() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNum()
Gets the value of the num property.
|
String |
getParentFileID()
Gets the value of the parentFileID property.
|
void |
setNum(BigInteger value)
Sets the value of the num property.
|
void |
setParentFileID(String value)
Sets the value of the parentFileID property.
|
protected String parentFileID
protected BigInteger num
public String getParentFileID()
Stringpublic void setParentFileID(String value)
value - allowed object is
Stringpublic BigInteger getNum()
BigIntegerpublic void setNum(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.