Class MatchAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Web.Services
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Web.Services.Protocols.MatchAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • MatchAttribute

        public MatchAttribute​(java.lang.Object instance)
                       throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • MatchAttribute

        public MatchAttribute()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MatchAttribute

        public MatchAttribute​(java.lang.String pattern)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIgnoreCase

        public boolean getIgnoreCase()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIgnoreCase

        public void setIgnoreCase​(boolean IgnoreCase)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCapture

        public int getCapture()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCapture

        public void setCapture​(int Capture)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGroup

        public int getGroup()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGroup

        public void setGroup​(int Group)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxRepeats

        public int getMaxRepeats()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxRepeats

        public void setMaxRepeats​(int MaxRepeats)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPattern

        public java.lang.String getPattern()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPattern

        public void setPattern​(java.lang.String Pattern)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable