org.ow2.jasmine.deployme.v2.generated
Class WsdlPublisherType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.WsdlPublisherType

public class WsdlPublisherType
extends Object

The

Java class for wsdlPublisherType complex type.

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

 <complexType name="wsdlPublisherType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dir
           
protected  String filename
           
 
Constructor Summary
WsdlPublisherType()
           
 
Method Summary
 String getDir()
          Gets the value of the dir property.
 String getFilename()
          Gets the value of the filename property.
 void setDir(String value)
          Sets the value of the dir property.
 void setFilename(String value)
          Sets the value of the filename property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

protected String filename

dir

protected String dir
Constructor Detail

WsdlPublisherType

public WsdlPublisherType()
Method Detail

getFilename

public String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

public void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

getDir

public String getDir()
Gets the value of the dir property.

Returns:
possible object is String

setDir

public void setDir(String value)
Sets the value of the dir property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.