Table of Contents

Interface IXmlElement

Namespace
Javax.Xml.Bind.Annotation
Assembly
MASES.JNet.dll

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

public interface IXmlElement : IAnnotation
Inherited Members

Methods

DefaultValue()

String DefaultValue()

Returns

String

String

Name()

String Name()

Returns

String

String

Namespace()

String Namespace()

Returns

String

String

Nillable()

bool Nillable()

Returns

bool

bool

Required()

bool Required()

Returns

bool

bool

Type()

Class Type()

Returns

Class

Class