public class File extends Object
Java class for File complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" default="csv" /> <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" default="utf-8" /> </extension> </simpleContent> </complexType>
Constructor and Description |
---|
File() |
Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public String getEncoding()
String
Copyright © 2016 Metron, Inc.. All rights reserved.