org.ow2.jasmine.deployme.generated
Class Configuration.WsdlPublisher

java.lang.Object
  extended by org.ow2.jasmine.deployme.generated.Configuration.WsdlPublisher
Enclosing class:
Configuration

public static class Configuration.WsdlPublisher
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">
       <all>
         <element name="wsdl_filename" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="wsdl_file_dir" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String wsdlFileDir
           
protected  java.lang.String wsdlFilename
           
 
Constructor Summary
Configuration.WsdlPublisher()
           
 
Method Summary
 java.lang.String getWsdlFileDir()
          Gets the value of the wsdlFileDir property.
 java.lang.String getWsdlFilename()
          Gets the value of the wsdlFilename property.
 void setWsdlFileDir(java.lang.String value)
          Sets the value of the wsdlFileDir property.
 void setWsdlFilename(java.lang.String value)
          Sets the value of the wsdlFilename property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsdlFilename

protected java.lang.String wsdlFilename

wsdlFileDir

protected java.lang.String wsdlFileDir
Constructor Detail

Configuration.WsdlPublisher

public Configuration.WsdlPublisher()
Method Detail

getWsdlFilename

public java.lang.String getWsdlFilename()
Gets the value of the wsdlFilename property.

Returns:
possible object is String

setWsdlFilename

public void setWsdlFilename(java.lang.String value)
Sets the value of the wsdlFilename property.

Parameters:
value - allowed object is String

getWsdlFileDir

public java.lang.String getWsdlFileDir()
Gets the value of the wsdlFileDir property.

Returns:
possible object is String

setWsdlFileDir

public void setWsdlFileDir(java.lang.String value)
Sets the value of the wsdlFileDir property.

Parameters:
value - allowed object is String


Copyright © 2010 OW2 Consortium. All Rights Reserved.