|
||||||||||
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="2017-06-27T08:06:22+02:00", comments="JAXB RI v2.2.11") 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()
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
public 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 |