Class InlineXMLType


  • public class InlineXMLType
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object any  
      protected java.lang.Boolean ignoreComments  
      protected java.lang.Boolean ignorePIs  
    • Constructor Summary

      Constructors 
      Constructor Description
      InlineXMLType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object 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​(java.lang.Object value)
      Sets the value of the any property.
      void setIgnoreComments​(java.lang.Boolean value)
      Sets the value of the ignoreComments property.
      void setIgnorePIs​(java.lang.Boolean value)
      Sets the value of the ignorePIs property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • any

        protected java.lang.Object any
      • ignorePIs

        protected java.lang.Boolean ignorePIs
      • ignoreComments

        protected java.lang.Boolean ignoreComments
    • Constructor Detail

      • InlineXMLType

        public InlineXMLType()
    • Method Detail

      • getAny

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

        public void setAny​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
        Sets the value of the ignoreComments property.
        Parameters:
        value - allowed object is Boolean