Class SingleLocalizableMessageType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class SingleLocalizableMessageType
    extends LocalizableMessageType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    A message that is to be localized into specified language.

    Java class for SingleLocalizableMessageType complex type.

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

     <complexType name="SingleLocalizableMessageType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType">
           <sequence>
             <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="argument" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageArgumentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="fallbackLocalizableMessage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LocalizableMessageType" minOccurs="0"/>
             <element name="fallbackMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form