Class TParam

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2

    public class TParam
    extends TExtensibleAttributesDocumented
    implements org.jvnet.jaxb2_commons.lang.ToString2

    Java class for tParam complex type.

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

     <complexType name="tParam">
       <complexContent>
         <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • message

        protected QName message
    • Constructor Detail

      • TParam

        public TParam()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getMessage

        public QName getMessage()
        Gets the value of the message property.
        Returns:
        possible object is QName
      • setMessage

        public void setMessage​(QName value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is QName