Class AbstractSetStateOperationDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    ActivateOperationDescriptor, SetAlertStateOperationDescriptor, SetComponentStateOperationDescriptor, SetContextStateOperationDescriptor, SetMetricStateOperationDescriptor

    public class AbstractSetStateOperationDescriptor
    extends AbstractOperationDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Abstract description of an operation that is exposed on the SCO and is intended to be used to set a complete state.

    Java class for AbstractSetStateOperationDescriptor complex type.

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

     <complexType name="AbstractSetStateOperationDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationDescriptor">
           <sequence>
             <element name="ModifiableData" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • modifiableData

        protected List<String> modifiableData
    • Constructor Detail

      • AbstractSetStateOperationDescriptor

        public AbstractSetStateOperationDescriptor()
    • Method Detail

      • getModifiableData

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

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

            getModifiableData().add(newItem);
         

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

      • setModifiableData

        public void setModifiableData​(List<String> value)
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractOperationDescriptor
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractOperationDescriptor
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractOperationDescriptor