Package org.apache.openejb.jee.wls
Class IdempotentMethods
- java.lang.Object
-
- org.apache.openejb.jee.wls.IdempotentMethods
-
public class IdempotentMethods extends Object
Java class for idempotent-methods complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="idempotent-methods"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method" type="{http://www.bea.com/ns/weblogic/90}method" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description IdempotentMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.List<Method>getMethod()Gets the value of the method property.voidsetId(String value)Sets the value of the id property.
-
-
-
Method Detail
-
getMethod
public List<Method> getMethod()
Gets the value of the method 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 JAXB object. This is why there is not asetmethod for the method property. For example, to add a new item, do as follows:getMethod().add(newItem);Objects of the following type(s) are allowed in the listMethod
-
-