Class SayHi.Port
java.lang.Object
org.apache.hello_world_soap_http.any_types.SayHi.Port
- Enclosing class:
- SayHi
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:57-04:00")
public static class SayHi.Port
extends Object
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>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected Object any
-
-
Constructor Details
-
Port
public Port()
-
-
Method Details
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public Object getAny()Gets the value of the any property. -
setAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public void setAny(Object value) Sets the value of the any property.
-