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="2026-06-04T12:18:59Z")
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 processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the identifier property.Gets the value of the method property.voidsetIdentifier(String value) Sets the value of the identifier property.voidSets the value of the method property.
-
Field Details
-
Constructor Details
-
MethodConfig
public MethodConfig()
-
-
Method Details
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public List<Element> getAny()Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
Element -
getMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setMethod(String value) Sets the value of the method property.- Parameters:
value- allowed object isString
-
getIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getIdentifier()Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setIdentifier(String value) Sets the value of the identifier property.- Parameters:
value- allowed object isString
-