Class IncludeType

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class IncludeType
    extends Object
    implements Serializable

    Java class for includeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="includeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{http://www.w3.org/2001/XInclude}fallback"/>
             <any processContents='lax' namespace='##other'/>
             <any processContents='lax' namespace=''/>
           </choice>
           <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="parse" type="{http://www.w3.org/2001/XInclude}parseType" default="xml" />
           <attribute name="xpointer" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="accept" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="accept-language" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • content

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected List<Object> content
      • href

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String href
      • parse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected ParseType parse
      • xpointer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String xpointer
      • encoding

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String encoding
      • accept

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String accept
      • acceptLanguage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String acceptLanguage
    • Constructor Detail

      • IncludeType

        public IncludeType()
    • Method Detail

      • getContent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public List<Object> getContent()
        Gets the value of the content property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the content property.

        For example, to add a new item, do as follows:

            getContent().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object String JAXBElement<FallbackType> Element

      • getHref

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String
      • getParse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public ParseType getParse()
        Gets the value of the parse property.
        Returns:
        possible object is ParseType
      • setParse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setParse​(ParseType value)
        Sets the value of the parse property.
        Parameters:
        value - allowed object is ParseType
      • getXpointer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getXpointer()
        Gets the value of the xpointer property.
        Returns:
        possible object is String
      • setXpointer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setXpointer​(String value)
        Sets the value of the xpointer property.
        Parameters:
        value - allowed object is String
      • getEncoding

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getEncoding()
        Gets the value of the encoding property.
        Returns:
        possible object is String
      • setEncoding

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setEncoding​(String value)
        Sets the value of the encoding property.
        Parameters:
        value - allowed object is String
      • getAccept

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getAccept()
        Gets the value of the accept property.
        Returns:
        possible object is String
      • setAccept

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setAccept​(String value)
        Sets the value of the accept property.
        Parameters:
        value - allowed object is String
      • getAcceptLanguage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String getAcceptLanguage()
        Gets the value of the acceptLanguage property.
        Returns:
        possible object is String
      • setAcceptLanguage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setAcceptLanguage​(String value)
        Sets the value of the acceptLanguage property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null