Class WorkerTasksPerNodeConfigurationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class WorkerTasksPerNodeConfigurationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    How to create worker tasks per node. EXPERIMENTAL.

    Java class for WorkerTasksPerNodeConfigurationType complex type.

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

     <complexType name="WorkerTasksPerNodeConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="scavengers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="executionGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • nodeIdentifier

        protected List<String> nodeIdentifier
      • scavengers

        protected Integer scavengers
      • taskName

        protected String taskName
      • executionGroup

        protected String executionGroup
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_NODE_IDENTIFIER

        public static final ItemName F_NODE_IDENTIFIER
      • F_COUNT

        public static final ItemName F_COUNT
      • F_SCAVENGERS

        public static final ItemName F_SCAVENGERS
      • F_TASK_NAME

        public static final ItemName F_TASK_NAME
      • F_EXECUTION_GROUP

        public static final ItemName F_EXECUTION_GROUP
      • F_OTHER_DELTAS

        public static final ItemName F_OTHER_DELTAS
    • Constructor Detail

      • WorkerTasksPerNodeConfigurationType

        public WorkerTasksPerNodeConfigurationType()
        Creates a new WorkerTasksPerNodeConfigurationType instance.
      • WorkerTasksPerNodeConfigurationType

        public WorkerTasksPerNodeConfigurationType​(WorkerTasksPerNodeConfigurationType o)
        Creates a new WorkerTasksPerNodeConfigurationType instance by deeply copying a given WorkerTasksPerNodeConfigurationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • Method Detail

      • getNodeIdentifier

        public List<String> getNodeIdentifier()
        Gets the value of the nodeIdentifier 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 nodeIdentifier property.

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

            getNodeIdentifier().add(newItem);
         

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

      • getCount

        public Integer getCount()
        Gets the value of the count property.
        Returns:
        possible object is Integer
      • setCount

        public void setCount​(Integer value)
        Sets the value of the count property.
        Parameters:
        value - allowed object is Integer
      • getScavengers

        public Integer getScavengers()
        Gets the value of the scavengers property.
        Returns:
        possible object is Integer
      • setScavengers

        public void setScavengers​(Integer value)
        Sets the value of the scavengers property.
        Parameters:
        value - allowed object is Integer
      • getTaskName

        public String getTaskName()
        Gets the value of the taskName property.
        Returns:
        possible object is String
      • setTaskName

        public void setTaskName​(String value)
        Sets the value of the taskName property.
        Parameters:
        value - allowed object is String
      • getExecutionGroup

        public String getExecutionGroup()
        Gets the value of the executionGroup property.
        Returns:
        possible object is String
      • setExecutionGroup

        public void setExecutionGroup​(String value)
        Sets the value of the executionGroup property.
        Parameters:
        value - allowed object is String
      • getOtherDeltas

        public List<ItemDeltaType> getOtherDeltas()
        Gets the value of the otherDeltas 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 otherDeltas property.

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

            getOtherDeltas().add(newItem);
         

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

      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals