Class JingleContentDescription.JinglePayloadType

    • Constructor Detail

      • JinglePayloadType

        public JinglePayloadType​(PayloadType payload)
        Create a payload type.
        Parameters:
        payload - the payload
      • JinglePayloadType

        public JinglePayloadType()
        Create an empty payload type.
    • Method Detail

      • getElementName

        public static java.lang.String getElementName()
        Returns the XML element name of the element.
        Returns:
        the XML element name of the element.
      • getPayloadType

        public PayloadType getPayloadType()
        Get the payload represented.
        Returns:
        the payload
      • setPayload

        public void setPayload​(PayloadType payload)
        Set the payload represented.
        Parameters:
        payload - the payload to set
      • getChildAttributes

        protected java.lang.String getChildAttributes()
      • toXML

        public java.lang.String toXML()