Package generated

Class CommandListType


  • public class CommandListType
    extends java.lang.Object

    Java-Klasse für CommandListType complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType name="CommandListType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Command" type="{}CommandType" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<CommandType> command  
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandListType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CommandType> getCommand()
      Gets the value of the command property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • command

        protected java.util.List<CommandType> command
    • Constructor Detail

      • CommandListType

        public CommandListType()
    • Method Detail

      • getCommand

        public java.util.List<CommandType> getCommand()
        Gets the value of the command 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 a set method for the command property.

        For example, to add a new item, do as follows:

            getCommand().add(newItem);
         

        Objects of the following type(s) are allowed in the list CommandType