public class Data extends Object
Java class for Data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Data"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="file"> <complexType> <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> </element> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Data.File
Java class for anonymous complex type.
|
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
Data.File |
getFile()
Gets the value of the file property.
|
void |
setFile(Data.File value)
Sets the value of the file property.
|
Copyright © 2016 Metron, Inc.. All rights reserved.