Class ParameterType

  • Direct Known Subclasses:
    ModuleParameterType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public class ParameterType
    extends ParameterBaseType

    Java class for parameterType complex type.

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

     <complexType name="parameterType">
       <complexContent>
         <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}parameterBaseType">
           <attribute name="resolve" default="immediate">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="immediate"/>
                 <enumeration value="user"/>
                 <enumeration value="generated"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • resolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String resolve
    • Constructor Detail

      • ParameterType

        public ParameterType()
    • Method Detail

      • getResolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getResolve()
        Gets the value of the resolve property.
        Returns:
        possible object is String
      • setResolve

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setResolve​(java.lang.String value)
        Sets the value of the resolve property.
        Parameters:
        value - allowed object is String