All Superinterfaces:
AttributeExtensibleXMLObject, LangBearing, SAMLObject, XMLObject, XSBase64Binary
All Known Implementing Classes:
MessageImpl

Definition for the MessageType type:
 
   <xs:complexType name="MessageType">
     <xs:annotation>
       <xs:documentation>
         The Base64-encoding of UTF-8 string holding the user message.
       </xs:documentation>
     </xs:annotation>
     <xs:simpleContent>
       <xs:extension base="xs:base64Binary">
         <xs:attribute ref="xml:lang" use="required"/>
         <xs:anyAttribute namespace="##any"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 
 
Author:
Martin Lindström
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Name of the element.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the type
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details