Class SetStringOperationDescriptor

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

    public class SetStringOperationDescriptor
    extends AbstractOperationDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Describes a string set operation for a specific object state in the MDIB that is exposed on the SCO.

    Java class for SetStringOperationDescriptor complex type.

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

     <complexType name="SetStringOperationDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationDescriptor">
           <attribute name="MaxLength" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
         </extension>
       </complexContent>
     </complexType>