Class Protocol.ProtocolType

  • Enclosing class:
    Protocol

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:45Z")
    public static class Protocol.ProtocolType
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>protocolTypeType">
           <attribute name="custom" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ProtocolType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustom()
      Gets the value of the custom property.
      ProtocolTypeType getValue()
      Gets the value of the value property.
      void setCustom​(java.lang.String value)
      Sets the value of the custom property.
      void setValue​(ProtocolTypeType value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        protected ProtocolTypeType value
      • custom

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

      • ProtocolType

        public ProtocolType()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public ProtocolTypeType getValue()
        Gets the value of the value property.
        Returns:
        possible object is ProtocolTypeType
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:45Z")
        public void setValue​(ProtocolTypeType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ProtocolTypeType
      • getCustom

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

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