Package system.xml.serialization
Class XmlAttributes
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.serialization.XmlAttributes
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlAttributes extends NetObject
The base .NET class managing System.Xml.Serialization.XmlAttributes, System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.Serialization.XmlAttributesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlAttributes()
XmlAttributes(java.lang.Object instance)
Internal constructor.XmlAttributes(ICustomAttributeProvider provider)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.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.XmlAttributes- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlAttributes
public XmlAttributes(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlAttributes
public XmlAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlAttributes
public XmlAttributes(ICustomAttributeProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlAttributes cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlAttributes
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlAttributes
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getXmlIgnore
public boolean getXmlIgnore() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlIgnore
public void setXmlIgnore(boolean XmlIgnore) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlns
public boolean getXmlns() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlns
public void setXmlns(boolean Xmlns) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlDefaultValue
public NetObject getXmlDefaultValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlDefaultValue
public void setXmlDefaultValue(NetObject XmlDefaultValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlAnyAttribute
public XmlAnyAttributeAttribute getXmlAnyAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlAnyAttribute
public void setXmlAnyAttribute(XmlAnyAttributeAttribute XmlAnyAttribute) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlAnyElements
public XmlAnyElementAttributes getXmlAnyElements() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlArray
public XmlArrayAttribute getXmlArray() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlArray
public void setXmlArray(XmlArrayAttribute XmlArray) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlArrayItems
public XmlArrayItemAttributes getXmlArrayItems() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlAttribute
public XmlAttributeAttribute getXmlAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlAttribute
public void setXmlAttribute(XmlAttributeAttribute XmlAttribute) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlChoiceIdentifier
public XmlChoiceIdentifierAttribute getXmlChoiceIdentifier() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlElements
public XmlElementAttributes getXmlElements() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlEnum
public XmlEnumAttribute getXmlEnum() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlEnum
public void setXmlEnum(XmlEnumAttribute XmlEnum) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlRoot
public XmlRootAttribute getXmlRoot() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlRoot
public void setXmlRoot(XmlRootAttribute XmlRoot) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlText
public XmlTextAttribute getXmlText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlText
public void setXmlText(XmlTextAttribute XmlText) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlType
public XmlTypeAttribute getXmlType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlType
public void setXmlType(XmlTypeAttribute XmlType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-