public class XmlSchemaElement extends XmlSchemaParticle
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Schema.XmlSchemaElement
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.Schema.XmlSchemaElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSchemaElement() |
XmlSchemaElement(java.lang.Object instance)
Internal constructor.
|
getMaxOccurs, getMaxOccursString, getMinOccurs, getMinOccursString, setMaxOccurs, setMaxOccursString, setMinOccurs, setMinOccursStringgetAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributesgetLineNumber, getLinePosition, getNamespaces, getParent, getSourceUri, setLineNumber, setLinePosition, setNamespaces, setParent, setSourceUripublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSchemaElement()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSchemaElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSchemaElement instancejava.lang.Throwable - in case of error during cast operationpublic XmlSchemaDerivationMethod getBlock() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaDerivationMethod getBlockResolved() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectCollection getConstraints() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultValue()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaType getElementSchemaType() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getElementType() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic XmlSchemaDerivationMethod getFinal() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaDerivationMethod getFinalResolved() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFixedValue()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaForm getForm() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsAbstract()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsNillable()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlSchemaParticleString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlSchemaParticleString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlSchemaParticleObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlSchemaParticleString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlSchemaParticleJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName getQualifiedName() throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName getRefName() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaType getSchemaType() throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName getSchemaTypeName() throws java.lang.Throwable
java.lang.Throwablepublic XmlQualifiedName getSubstitutionGroup() throws java.lang.Throwable
java.lang.Throwablepublic void setBlock(XmlSchemaDerivationMethod Block) throws java.lang.Throwable
java.lang.Throwablepublic void setDefaultValue(java.lang.String DefaultValue)
throws java.lang.Throwable
java.lang.Throwablepublic void setFinal(XmlSchemaDerivationMethod Final) throws java.lang.Throwable
java.lang.Throwablepublic void setFixedValue(java.lang.String FixedValue)
throws java.lang.Throwable
java.lang.Throwablepublic void setForm(XmlSchemaForm Form) throws java.lang.Throwable
java.lang.Throwablepublic void setIsAbstract(boolean IsAbstract)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsNillable(boolean IsNillable)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlSchemaParticlepublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setRefName(XmlQualifiedName RefName) throws java.lang.Throwable
java.lang.Throwablepublic void setSchemaType(XmlSchemaType SchemaType) throws java.lang.Throwable
java.lang.Throwablepublic void setSchemaTypeName(XmlQualifiedName SchemaTypeName) throws java.lang.Throwable
java.lang.Throwablepublic void setSubstitutionGroup(XmlQualifiedName SubstitutionGroup) throws java.lang.Throwable
java.lang.Throwable