Class EchoRequest
- java.lang.Object
-
- org.ow2.petals.bc.soap.simple_with_import.xsd.EchoRequest
-
public class EchoRequest extends Object
<p>Classe Java pour anonymous complex type. <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe. <pre> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="string" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description EchoRequest()
-
-
-
Method Detail
-
getString
public List<String> getString()
Gets the value of the string property. <p> 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 a <CODE>set</CODE> method for the string property. <p> For example, to add a new item, do as follows: <pre> getString().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listString
-
-