public class FileIdDataObj extends Object
Java class for fileIdDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileIdDataObj"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contentsMD5" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="filePathname" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contentsMD5 |
protected String |
filePathname |
Constructor and Description |
---|
FileIdDataObj() |
Modifier and Type | Method and Description |
---|---|
String |
getContentsMD5()
Gets the value of the contentsMD5 property.
|
String |
getFilePathname()
Gets the value of the filePathname property.
|
void |
setContentsMD5(String value)
Sets the value of the contentsMD5 property.
|
void |
setFilePathname(String value)
Sets the value of the filePathname property.
|
public String getContentsMD5()
String
public void setContentsMD5(String value)
value
- allowed object is
String
public String getFilePathname()
String
Copyright © 2016–2019. All rights reserved.