@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:52:42+02:00", comments="JAXB RI v2.2.11") public class InlineXMLType extends Object implements Serializable
Java class for InlineXMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InlineXMLType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> <attribute name="ignorePIs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="ignoreComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
InlineXMLType() |
Modifier and Type | Method and Description |
---|---|
Element |
getAny()
Gets the value of the any property.
|
boolean |
isIgnoreComments()
Gets the value of the ignoreComments property.
|
boolean |
isIgnorePIs()
Gets the value of the ignorePIs property.
|
void |
setAny(Element value)
Sets the value of the any property.
|
void |
setIgnoreComments(Boolean value)
Sets the value of the ignoreComments property.
|
void |
setIgnorePIs(Boolean value)
Sets the value of the ignorePIs property.
|
public Element getAny()
Element
public void setAny(Element value)
value
- allowed object is
Element
public boolean isIgnorePIs()
Boolean
public void setIgnorePIs(Boolean value)
value
- allowed object is
Boolean
public boolean isIgnoreComments()
Boolean
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.