|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.WebServiceService
public class WebServiceService
Java class for WebServiceService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebServiceService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
port
|
protected java.lang.String |
prefix
|
| Constructor Summary | |
|---|---|
WebServiceService()
|
|
| Method Summary | |
|---|---|
int |
getPort()
Gets the value of the port property. |
java.lang.String |
getPrefix()
Gets the value of the prefix property. |
void |
setPort(int value)
Sets the value of the port property. |
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int port
protected java.lang.String prefix
| Constructor Detail |
|---|
public WebServiceService()
| Method Detail |
|---|
public int getPort()
public void setPort(int value)
public java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||