Class JDFMessageService

    • Constructor Detail

      • JDFMessageService

        public JDFMessageService​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                 java.lang.String qualifiedName)
        Constructor for JDFMessageService
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFMessageService

        public JDFMessageService​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                 java.lang.String myNamespaceURI,
                                 java.lang.String qualifiedName)
        Constructor for JDFMessageService
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFMessageService

        public JDFMessageService​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                 java.lang.String myNamespaceURI,
                                 java.lang.String qualifiedName,
                                 java.lang.String myLocalName)
        Constructor for JDFMessageService
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: KElement
        this to string, used for debug purpose mostly
        Overrides:
        toString in class KElement
        Returns:
        the string
        See Also:
        KElement.toString()
      • getEnumType

        public JDFMessage.EnumType getEnumType()
        Typesafe enumerated attribute Type
        Returns:
        EnumType: the enumeration value of the attribute
      • setType

        public void setType​(JDFMessage.EnumType value)
        Set attribute Type
        Parameters:
        value - the value to set the attribute to
      • isCommand

        @Deprecated
        public boolean isCommand()
        Deprecated.
        use getCommand
        Method isCommand.
        Returns:
        boolean
      • isQuery

        @Deprecated
        public boolean isQuery()
        Deprecated.
        use getQuery
        Method isQuery.
        Returns:
        boolean
      • getFamilies

        public java.util.Vector<JDFMessage.EnumFamily> getFamilies()
        get the list of supported families
        Returns:
        EnumFamily[] the list of supported families
      • setFamilies

        public void setFamilies​(java.util.Vector<JDFMessage.EnumFamily> fams)
        set the list of supported families
        Parameters:
        fams - the Vector of EnumFamily of supported families
      • setFamily

        public void setFamily​(JDFMessage.EnumFamily family)
        set the value of the family name to true
        Parameters:
        family -