Class XmlDataContract

    • Field Detail

      • assemblyFullName

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

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

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

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

      • XmlDataContract

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

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

      • getHasRoot

        public boolean getHasRoot()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHasRoot

        public void setHasRoot​(boolean HasRoot)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsAnonymous

        public boolean getIsAnonymous()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsTopLevelElementNullable

        public boolean getIsTopLevelElementNullable()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsTopLevelElementNullable

        public void setIsTopLevelElementNullable​(boolean IsTopLevelElementNullable)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsTypeDefinedOnImport

        public boolean getIsTypeDefinedOnImport()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsTypeDefinedOnImport

        public void setIsTypeDefinedOnImport​(boolean IsTypeDefinedOnImport)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsValueType

        public boolean getIsValueType()
                               throws java.lang.Throwable
        Overrides:
        getIsValueType in class DataContract
        Throws:
        java.lang.Throwable
      • setIsValueType

        public void setIsValueType​(boolean IsValueType)
                            throws java.lang.Throwable
        Overrides:
        setIsValueType in class DataContract
        Throws:
        java.lang.Throwable
      • getXsdType

        public XmlSchemaType getXsdType()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setXsdType

        public void setXsdType​(XmlSchemaType XsdType)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable