Class ImportOptions

    • Field Detail

      • assemblyFullName

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

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

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

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

      • ImportOptions

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

        public ImportOptions()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getEnableDataBinding

        public boolean getEnableDataBinding()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnableDataBinding

        public void setEnableDataBinding​(boolean EnableDataBinding)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGenerateInternal

        public boolean getGenerateInternal()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGenerateInternal

        public void setGenerateInternal​(boolean GenerateInternal)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGenerateSerializable

        public boolean getGenerateSerializable()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGenerateSerializable

        public void setGenerateSerializable​(boolean GenerateSerializable)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getImportXmlType

        public boolean getImportXmlType()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setImportXmlType

        public void setImportXmlType​(boolean ImportXmlType)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCodeProvider

        public CodeDomProvider getCodeProvider()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCodeProvider

        public void setCodeProvider​(CodeDomProvider CodeProvider)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataContractSurrogate

        public IDataContractSurrogate getDataContractSurrogate()
                                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataContractSurrogate

        public void setDataContractSurrogate​(IDataContractSurrogate DataContractSurrogate)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable