Class GeneratorType.TransportMethods

  • Enclosing class:
    GeneratorType

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

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="transportMethod">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                   <enumeration value="file"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String transportMethod  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTransportMethod()
      Gets the value of the transportMethod property.
      void setTransportMethod​(java.lang.String value)
      Sets the value of the transportMethod property.
      • Methods inherited from class java.lang.Object

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

      • transportMethod

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

      • TransportMethods

        public TransportMethods()
    • Method Detail

      • getTransportMethod

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

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