Table of Contents

Interface IName

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Name.html

public interface IName

Properties

LocalName

String LocalName { get; }

Property Value

String

Prefix

String Prefix { get; }

Property Value

String

QualifiedName

String QualifiedName { get; }

Property Value

String

URI

String URI { get; }

Property Value

String