Subversion Repositories XServices

Rev

Rev 201 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 203
Line 143... Line 143...
143
     * 
143
     * 
144
     * 
144
     * 
145
     * <p>
145
     * <p>
146
     * Objects of the following type(s) are allowed in the list
146
     * Objects of the following type(s) are allowed in the list
147
     * {@link Object }
147
     * {@link Element }
148
     * {@link Element }
-
 
149
     * 
148
     * {@link Object }
-
 
149
     * 
150
     * 
150
     * 
151
     */
151
     */
152
    public List<Object> getAny() {
152
    public List<Object> getAny() {
153
        if (any == null) {
153
        if (any == null) {
154
            any = new ArrayList<Object>();
154
            any = new ArrayList<Object>();