Class SoapTypeAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

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

        public static final java.lang.String className
        Qualified class name: System.Xml.Serialization.SoapTypeAttribute
        See Also:
        Constant Field Values
      • classType

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

      • SoapTypeAttribute

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

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

        public SoapTypeAttribute​(java.lang.String typeName,
                                 java.lang.String ns)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SoapTypeAttribute

        public SoapTypeAttribute​(java.lang.String typeName)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIncludeInSchema

        public boolean getIncludeInSchema()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIncludeInSchema

        public void setIncludeInSchema​(boolean IncludeInSchema)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNamespace

        public java.lang.String getNamespace()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setNamespace

        public void setNamespace​(java.lang.String Namespace)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTypeName

        public java.lang.String getTypeName()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTypeName

        public void setTypeName​(java.lang.String TypeName)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable