Class ScoState

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class ScoState
    extends AbstractDeviceComponentState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Corresponding state of pm:ScoDescriptor.

    Java class for ScoState complex type.

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

     <complexType name="ScoState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentState">
           <sequence>
             <element name="OperationGroup" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
                       <element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
                     </sequence>
                     <attribute name="OperatingMode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatingMode" />
                     <attribute name="Operations" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="InvocationRequested" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" />
           <attribute name="InvocationRequired" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ScoState

        public ScoState()
    • Method Detail

      • getOperationGroup

        public List<ScoState.OperationGroup> getOperationGroup()
        Gets the value of the operationGroup 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 operationGroup property.

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

            getOperationGroup().add(newItem);
         

        Objects of the following type(s) are allowed in the list ScoState.OperationGroup

      • getInvocationRequested

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

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

            getInvocationRequested().add(newItem);
         

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

      • getInvocationRequired

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

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

            getInvocationRequired().add(newItem);
         

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

      • setInvocationRequested

        public void setInvocationRequested​(List<String> value)
      • setInvocationRequired

        public void setInvocationRequired​(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 AbstractDeviceComponentState
      • 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 AbstractDeviceComponentState
      • 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 AbstractDeviceComponentState