Class StructWithAny


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-09-13T12:40:30-04:00")
    public class StructWithAny
    extends Object

    Java class for StructWithAny complex type.

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

     <complexType name="StructWithAny">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <any processContents='skip'/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • name

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        protected String name
      • address

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        protected String address
      • any

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        protected Element any
    • Constructor Detail

      • StructWithAny

        public StructWithAny()
    • Method Detail

      • getName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getAddress

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public String getAddress()
        Gets the value of the address property.
        Returns:
        possible object is String
      • setAddress

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public void setAddress​(String value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is String
      • getAny

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public Element getAny()
        Gets the value of the any property.
        Returns:
        possible object is Element
      • setAny

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public void setAny​(Element value)
        Sets the value of the any property.
        Parameters:
        value - allowed object is Element