public class WebServiceMetaData extends Object implements Serializable
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">
<sequence>
<element ref="{}WebServiceDescription"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static WebServiceMetaData |
EMPTY_INSTANCE |
protected WebServiceDescription |
webServiceDescription |
| Constructor and Description |
|---|
WebServiceMetaData() |
| Modifier and Type | Method and Description |
|---|---|
WebServiceMetaData |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WebServiceMetaData |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WebServiceMetaData |
copy(WebServiceMetaData nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
WebServiceDescription |
getWebServiceDescription()
Gets the value of the webServiceDescription property.
|
int |
hashCode() |
WebServiceDescription |
safeGetWebServiceDescription()
Returns the current webServiceDescription property value if non-
null, otherwise WebServiceDescription.EMPTY_INSTANCE. |
void |
setWebServiceDescription(WebServiceDescription value)
Sets the value of the webServiceDescription property.
|
String |
toString() |
WebServiceMetaData |
withWebServiceDescription(WebServiceDescription newValue)
Sets the webServiceDescription property to the given newValue and returns this instance.
|
protected WebServiceDescription webServiceDescription
public static final WebServiceMetaData EMPTY_INSTANCE
public WebServiceDescription getWebServiceDescription()
WebServiceDescriptionpublic void setWebServiceDescription(WebServiceDescription value)
value - allowed object is
WebServiceDescriptionpublic WebServiceMetaData copy()
public WebServiceMetaData copy(boolean isDeep)
protected WebServiceMetaData copy(WebServiceMetaData nobj, boolean isDeep)
public WebServiceMetaData withWebServiceDescription(WebServiceDescription newValue)
public WebServiceDescription safeGetWebServiceDescription()
null, otherwise WebServiceDescription.EMPTY_INSTANCE.