Package com.pensio.api.generated
Class MethodConfig
java.lang.Object
com.pensio.api.generated.MethodConfig
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class MethodConfig
extends Object
Java class for MethodConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MethodConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any minOccurs="0"/>
</sequence>
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
MethodConfig
public MethodConfig()
-
-
Method Details
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Object getAny()Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setAny(Object value) Sets the value of the any property.- Parameters:
value- allowed object isObject
-
getMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getMethod()Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMethod(String value) Sets the value of the method property.- Parameters:
value- allowed object isString
-