Class InvalidMessage


  • public class InvalidMessage
    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> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="string" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • InvalidMessage

        public InvalidMessage()
    • 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 list String