public class XmlData extends Object
Java class for CT_XmlData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_XmlData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="originalXmlEncoding" type="{http://www.w3.org/2001/XMLSchema}string" default="UTF-8" />
<attribute name="originalXmlVersion" type="{http://www.w3.org/2001/XMLSchema}string" default="1.0" />
<attribute name="originalXmlStandalone" type="{http://www.w3.org/2001/XMLSchema}string" default="yes" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Element |
any |
protected String |
originalXmlEncoding |
protected String |
originalXmlStandalone |
protected String |
originalXmlVersion |
| Constructor and Description |
|---|
XmlData() |
| Modifier and Type | Method and Description |
|---|---|
Element |
getAny()
Gets the value of the any property.
|
String |
getOriginalXmlEncoding()
Gets the value of the originalXmlEncoding property.
|
String |
getOriginalXmlStandalone()
Gets the value of the originalXmlStandalone property.
|
String |
getOriginalXmlVersion()
Gets the value of the originalXmlVersion property.
|
void |
setAny(Element value)
Sets the value of the any property.
|
void |
setOriginalXmlEncoding(String value)
Sets the value of the originalXmlEncoding property.
|
void |
setOriginalXmlStandalone(String value)
Sets the value of the originalXmlStandalone property.
|
void |
setOriginalXmlVersion(String value)
Sets the value of the originalXmlVersion property.
|
protected Element any
protected String originalXmlEncoding
protected String originalXmlVersion
protected String originalXmlStandalone
public Element getAny()
Elementpublic void setAny(Element value)
value - allowed object is
Elementpublic String getOriginalXmlEncoding()
Stringpublic void setOriginalXmlEncoding(String value)
value - allowed object is
Stringpublic String getOriginalXmlVersion()
Stringpublic void setOriginalXmlVersion(String value)
value - allowed object is
Stringpublic String getOriginalXmlStandalone()
StringCopyright © 2007-2020. All Rights Reserved.