public class MSDetails 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="fv" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="is" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="p" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="scanType" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fv |
protected String |
is |
protected String |
p |
protected String |
scanType |
| Constructor and Description |
|---|
MSDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFv()
Gets the value of the fv property.
|
String |
getIs()
Gets the value of the is property.
|
String |
getP()
Gets the value of the p property.
|
String |
getScanType()
Gets the value of the scanType property.
|
void |
setFv(String value)
Sets the value of the fv property.
|
void |
setIs(String value)
Sets the value of the is property.
|
void |
setP(String value)
Sets the value of the p property.
|
void |
setScanType(String value)
Sets the value of the scanType property.
|
protected String fv
protected String is
protected String p
protected String scanType
public void setFv(String value)
value - allowed object is
Stringpublic void setIs(String value)
value - allowed object is
Stringpublic void setP(String value)
value - allowed object is
Stringpublic String getScanType()
StringCopyright © 2017. All rights reserved.