public class WebServiceConnection extends Object implements Serializable
Java class for WebServiceConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebServiceConnection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static WebServiceConnection |
EMPTY_INSTANCE |
protected String |
url |
Constructor and Description |
---|
WebServiceConnection() |
Modifier and Type | Method and Description |
---|---|
WebServiceConnection |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WebServiceConnection |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WebServiceConnection |
copy(WebServiceConnection nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
String |
getUrl()
Gets the value of the url property.
|
int |
hashCode() |
void |
setUrl(String value)
Sets the value of the url property.
|
String |
toString() |
WebServiceConnection |
withUrl(String newValue)
Sets the url property to the given newValue and returns this instance.
|
protected String url
public static final WebServiceConnection EMPTY_INSTANCE
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public WebServiceConnection copy()
public WebServiceConnection copy(boolean isDeep)
protected WebServiceConnection copy(WebServiceConnection nobj, boolean isDeep)
public WebServiceConnection withUrl(String newValue)