public class XmlAttributes extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlAttributes
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Serialization.XmlAttributes
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlAttributes() |
XmlAttributes(ICustomAttributeProvider provider) |
XmlAttributes(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic XmlAttributes(ICustomAttributeProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException
public XmlAttributes(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlAttributes cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlAttributes, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlAttributes instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic XmlAnyAttributeAttribute getXmlAnyAttribute() throws java.lang.Throwable
java.lang.Throwablepublic XmlAnyElementAttributes getXmlAnyElements() throws java.lang.Throwable
java.lang.Throwablepublic XmlArrayAttribute getXmlArray() throws java.lang.Throwable
java.lang.Throwablepublic XmlArrayItemAttributes getXmlArrayItems() throws java.lang.Throwable
java.lang.Throwablepublic XmlAttributeAttribute getXmlAttribute() throws java.lang.Throwable
java.lang.Throwablepublic XmlChoiceIdentifierAttribute getXmlChoiceIdentifier() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getXmlDefaultValue() throws java.lang.Throwable
java.lang.Throwablepublic XmlElementAttributes getXmlElements() throws java.lang.Throwable
java.lang.Throwablepublic XmlEnumAttribute getXmlEnum() throws java.lang.Throwable
java.lang.Throwablepublic boolean getXmlIgnore()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getXmlns()
throws java.lang.Throwable
java.lang.Throwablepublic XmlRootAttribute getXmlRoot() throws java.lang.Throwable
java.lang.Throwablepublic XmlTextAttribute getXmlText() throws java.lang.Throwable
java.lang.Throwablepublic XmlTypeAttribute getXmlType() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setXmlAnyAttribute(XmlAnyAttributeAttribute XmlAnyAttribute) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlArray(XmlArrayAttribute XmlArray) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlAttribute(XmlAttributeAttribute XmlAttribute) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlDefaultValue(NetObject XmlDefaultValue) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlEnum(XmlEnumAttribute XmlEnum) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlIgnore(boolean XmlIgnore)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlns(boolean Xmlns)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlRoot(XmlRootAttribute XmlRoot) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlText(XmlTextAttribute XmlText) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlType(XmlTypeAttribute XmlType) throws java.lang.Throwable
java.lang.Throwable