public class XmlData
extends java.lang.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 org.w3c.dom.Element |
any |
protected java.lang.String |
originalXmlEncoding |
protected java.lang.String |
originalXmlStandalone |
protected java.lang.String |
originalXmlVersion |
| Constructor and Description |
|---|
XmlData() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
getAny()
Gets the value of the any property.
|
java.lang.String |
getOriginalXmlEncoding()
Gets the value of the originalXmlEncoding property.
|
java.lang.String |
getOriginalXmlStandalone()
Gets the value of the originalXmlStandalone property.
|
java.lang.String |
getOriginalXmlVersion()
Gets the value of the originalXmlVersion property.
|
void |
setAny(org.w3c.dom.Element value)
Sets the value of the any property.
|
void |
setOriginalXmlEncoding(java.lang.String value)
Sets the value of the originalXmlEncoding property.
|
void |
setOriginalXmlStandalone(java.lang.String value)
Sets the value of the originalXmlStandalone property.
|
void |
setOriginalXmlVersion(java.lang.String value)
Sets the value of the originalXmlVersion property.
|
protected org.w3c.dom.Element any
protected java.lang.String originalXmlEncoding
protected java.lang.String originalXmlVersion
protected java.lang.String originalXmlStandalone
public org.w3c.dom.Element getAny()
Elementpublic void setAny(org.w3c.dom.Element value)
value - allowed object is
Elementpublic java.lang.String getOriginalXmlEncoding()
Stringpublic void setOriginalXmlEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginalXmlVersion()
Stringpublic void setOriginalXmlVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginalXmlStandalone()
Stringpublic void setOriginalXmlStandalone(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2025. All rights reserved.