com.eu.miscedautils.ipxact.Component
Class GeneratorType.TransportMethods

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.GeneratorType.TransportMethods
Enclosing class:
GeneratorType

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>
 


Constructor Summary
GeneratorType.TransportMethods()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorType.TransportMethods

public GeneratorType.TransportMethods()
Method Detail

getTransportMethod

public java.lang.String getTransportMethod()
Gets the value of the transportMethod property.

Returns:
possible object is String

setTransportMethod

public void setTransportMethod(java.lang.String value)
Sets the value of the transportMethod property.

Parameters:
value - allowed object is String