Class DoneType


  • public class DoneType
    extends AbstractActionType

    Java class for DoneType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DoneType">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractActionType">
           <sequence>
             <element name="assign" type="{http://www.hybris.com/cockpitng/config/wizard-config}AssignType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • assign

        protected java.util.List<AssignType> assign
    • Constructor Detail

      • DoneType

        public DoneType()
    • Method Detail

      • getAssign

        public java.util.List<AssignType> getAssign()
        Gets the value of the assign 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 assign property.

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

            getAssign().add(newItem);
         

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