|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.InlineXMLType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:15:30+02:00",
comments="JAXB RI v2.3.6")
public class InlineXMLType
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 Summary | |
|---|---|
InlineXMLType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineXMLType()
| Method Detail |
|---|
public Element getAny()
Elementpublic void setAny(Element value)
value - allowed object is
Elementpublic boolean isIgnorePIs()
Booleanpublic void setIgnorePIs(Boolean value)
value - allowed object is
Booleanpublic boolean isIgnoreComments()
Booleanpublic void setIgnoreComments(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||