Class ScoDescriptor

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

    public class ScoDescriptor
    extends AbstractDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    ScoDescriptor describes the capabilities of the SCO.

    Java class for ScoDescriptor complex type.

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

     <complexType name="ScoDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
           <sequence>
             <element name="Operation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationDescriptor" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>