|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.WsdlPublisherType
public class WsdlPublisherType
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 |
|---|
protected String filename
protected String dir
| Constructor Detail |
|---|
public WsdlPublisherType()
| Method Detail |
|---|
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getDir()
Stringpublic void setDir(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||