Class InlineXMLType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.InlineXMLType

public class InlineXMLType extends Object

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 Details

    • any

      protected Object any
    • ignorePIs

      protected Boolean ignorePIs
    • ignoreComments

      protected Boolean ignoreComments
  • Constructor Details

    • InlineXMLType

      public InlineXMLType()
  • Method Details

    • getAny

      public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Element Object
    • setAny

      public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Element Object
    • isIgnorePIs

      public boolean isIgnorePIs()
      Gets the value of the ignorePIs property.
      Returns:
      possible object is Boolean
    • setIgnorePIs

      public void setIgnorePIs(Boolean value)
      Sets the value of the ignorePIs property.
      Parameters:
      value - allowed object is Boolean
    • isIgnoreComments

      public boolean isIgnoreComments()
      Gets the value of the ignoreComments property.
      Returns:
      possible object is Boolean
    • setIgnoreComments

      public void setIgnoreComments(Boolean value)
      Sets the value of the ignoreComments property.
      Parameters:
      value - allowed object is Boolean