Class PredefinedContent


  • public class PredefinedContent
    extends Object
    Definition: Reference of a predefined messageType to display or print. -- Usage: It conveys Information related to the predefined messageType

    Java class for PredefinedContent complex type.

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

     <complexType name="PredefinedContent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ReferenceID" use="required" type="{}ReferenceID" />
           <attribute name="Language" type="{}ISOLanguage2A" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • referenceID

        protected String referenceID
        The Reference id.
      • language

        protected String language
        The Language.
    • Constructor Detail

      • PredefinedContent

        public PredefinedContent()
    • Method Detail

      • getReferenceID

        public String getReferenceID()
        Gets the value of the referenceID property.
        Returns:
        possible object is String
      • setReferenceID

        public void setReferenceID​(String value)
        Sets the value of the referenceID property.
        Parameters:
        value - allowed object is String
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String