Class Extensions

  • All Implemented Interfaces:
    Serializable

    public class Extensions
    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 processContents='lax' minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Extensions

        public Extensions()
    • Method Detail

      • getAny

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

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