Class DisplayedByType

  • All Implemented Interfaces:
    java.lang.Cloneable , org.jvnet.jaxb.lang.CopyTo , org.jvnet.jaxb.lang.ToString

    
    public class DisplayedByType
     implements Cloneable, CopyTo, ToString
                        

    Type definition for the DisplayedBy element.

    Java class for DisplayedByType complex type

    .

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

    
    <complexType name="DisplayedByType">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <attribute name="ReferencedMetric" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
          <attribute ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}MustUnderstand"/>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • DisplayedByType

        DisplayedByType()
    • Method Detail

      • getReferencedMetric

         String getReferencedMetric()

        Handle reference of the METRIC that provides display data. If ReferencedMetric is not present, it is unknown to the SDC METRIC PROVIDER which data is actually being displayed.

        Returns:

        possibleobject is String

      • setReferencedMetric

         void setReferencedMetric(String value)

        Sets the value of the referencedMetric property.

        Parameters:
        value - allowed object is String
      • isMustUnderstand

         boolean isMustUnderstand()

        In cases where an extension modifies the meaning of the element that contains it, a MustUnderstand attribute is senseful. This means that the data cannot safely be processed unless the application knows the meaning of the extension. A MustUnderstand marked extension could be look like this: tns:Extension xmlns:tns="http://standards.ieee.org/downloads/11073/11073-10207-2017/extension" xmlns:ext="http://concrete-extension-namespace" ext:AdditionalInfo tns:MustUnderstand="true" ... Extensions are not required to provide a MustUnderstand attribute. If no MustUnderstand attribute is present, false is assumed. The MustUnderstand attribute is conceptually borrowed from SOAP header's "mustUnderstand" attribute.

        Returns:

        possibleobject is Boolean