Class ExtensionsStructure

  • All Implemented Interfaces:
    Serializable

    public class ExtensionsStructure
    extends Object
    implements Serializable
    Type for Extensions to schema. Wraps an 'any' tag to ensure decidability.

    Java class for ExtensionsStructure complex type.

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

     <complexType name="ExtensionsStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • ExtensionsStructure

        public ExtensionsStructure()
    • Method Detail

      • getAny

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

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