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

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

public static class Configuration.WsdlPublisher
extends 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  String wsdlFileDir
           
protected  String wsdlFilename
           
 
Constructor Summary
Configuration.WsdlPublisher()
           
 
Method Summary
 String getWsdlFileDir()
          Gets the value of the wsdlFileDir property.
 String getWsdlFilename()
          Gets the value of the wsdlFilename property.
 void setWsdlFileDir(String value)
          Sets the value of the wsdlFileDir property.
 void setWsdlFilename(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 String wsdlFilename

wsdlFileDir

protected String wsdlFileDir
Constructor Detail

Configuration.WsdlPublisher

public Configuration.WsdlPublisher()
Method Detail

getWsdlFilename

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

Returns:
possible object is String

setWsdlFilename

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

Parameters:
value - allowed object is String

getWsdlFileDir

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

Returns:
possible object is String

setWsdlFileDir

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

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.