public class MetadataSection extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Description.MetadataSection
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Description.MetadataSection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MetadataSection() |
MetadataSection(java.lang.Object instance)
Internal constructor.
|
MetadataSection(java.lang.String dialect,
java.lang.String identifier,
NetObject metadata) |
| Modifier and Type | Method and Description |
|---|---|
static MetadataSection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MetadataSection, a cast assert is made to check if types are compatible. |
static MetadataSection |
CreateFromPolicy(XmlElement policy,
java.lang.String identifier) |
static MetadataSection |
CreateFromSchema(XmlSchema schema) |
static MetadataSection |
CreateFromServiceDescription(ServiceDescription serviceDescription) |
java.lang.String |
getDialect() |
java.lang.String |
getIdentifier() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetObject |
getMetadata() |
static java.lang.String |
getMetadataExchangeDialect() |
static java.lang.String |
getPolicyDialect() |
static java.lang.String |
getServiceDescriptionDialect() |
static java.lang.String |
getXmlSchemaDialect() |
void |
setDialect(java.lang.String Dialect) |
void |
setIdentifier(java.lang.String Identifier) |
void |
setJCOInstance(JCObject instance) |
void |
setMetadata(NetObject Metadata) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MetadataSection()
throws java.lang.Throwable
java.lang.Throwablepublic MetadataSection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic MetadataSection(java.lang.String dialect,
java.lang.String identifier,
NetObject metadata)
throws java.lang.Throwable
java.lang.Throwablepublic static MetadataSection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MetadataSection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMetadataSection instancejava.lang.Throwable - in case of error during cast operationpublic static MetadataSection CreateFromPolicy(XmlElement policy, java.lang.String identifier) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static MetadataSection CreateFromSchema(XmlSchema schema) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static MetadataSection CreateFromServiceDescription(ServiceDescription serviceDescription) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public java.lang.String getDialect()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getIdentifier()
throws java.lang.Throwable
java.lang.Throwablepublic 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 NetObject getMetadata() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getMetadataExchangeDialect()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getPolicyDialect()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getServiceDescriptionDialect()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getXmlSchemaDialect()
throws java.lang.Throwable
java.lang.Throwablepublic void setDialect(java.lang.String Dialect)
throws java.lang.Throwable
java.lang.Throwablepublic void setIdentifier(java.lang.String Identifier)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMetadata(NetObject Metadata) throws java.lang.Throwable
java.lang.Throwable