Class InlineXMLType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.booleanGets the value of the ignoreComments property.booleanGets the value of the ignorePIs property.voidSets the value of the any property.voidsetIgnoreComments(Boolean value) Sets the value of the ignoreComments property.voidsetIgnorePIs(Boolean value) Sets the value of the ignorePIs property.
-
Field Details
-
any
-
ignorePIs
-
ignoreComments
-
-
Constructor Details
-
InlineXMLType
public InlineXMLType()
-
-
Method Details
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property. -
isIgnorePIs
public boolean isIgnorePIs()Gets the value of the ignorePIs property.- Returns:
- possible object is
Boolean
-
setIgnorePIs
Sets the value of the ignorePIs property.- Parameters:
value- allowed object isBoolean
-
isIgnoreComments
public boolean isIgnoreComments()Gets the value of the ignoreComments property.- Returns:
- possible object is
Boolean
-
setIgnoreComments
Sets the value of the ignoreComments property.- Parameters:
value- allowed object isBoolean
-