public class NamespaceDecl extends Object implements Cloneable, Formattable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
elementonlydefault
Generated by umod; model author's documentation MISSING.
|
static Function<NamespaceDecl,Boolean> |
get_elementonlydefault
Deprecated.
Use new '::' method reference instead.
|
static Function<NamespaceDecl,Boolean> |
get_isdefault
Deprecated.
Use new '::' method reference instead.
|
static Function<NamespaceDecl,String> |
get_prefix
Deprecated.
Use new '::' method reference instead.
|
static Function<NamespaceDecl,String> |
get_uri
Deprecated.
Use new '::' method reference instead.
|
protected boolean |
isdefault
Generated by umod; model author's documentation MISSING.
|
protected String |
prefix
Generated by umod; model author's documentation MISSING.
|
protected String |
uri
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
NamespaceDecl(String prefix,
String uri,
boolean isdefault,
boolean elementonlydefault)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDecl |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
boolean |
get_elementonlydefault()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_isdefault()
Generated by umod; model author's documentation MISSING.
|
String |
get_prefix()
Generated by umod; model author's documentation MISSING.
|
String |
get_uri()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
NamespaceDecl |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_elementonlydefault(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_isdefault(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_prefix(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_uri(String val)
Generated by umod; model author's documentation MISSING.
|
protected String prefix
get_prefix(),
set_prefix(java.lang.String)@Deprecated public static final Function<NamespaceDecl,String> get_prefix
protected String uri
get_uri(),
set_uri(java.lang.String)@Deprecated public static final Function<NamespaceDecl,String> get_uri
protected boolean isdefault
get_isdefault(),
set_isdefault(boolean)@Deprecated public static final Function<NamespaceDecl,Boolean> get_isdefault
protected boolean elementonlydefault
@Deprecated public static final Function<NamespaceDecl,Boolean> get_elementonlydefault
public NamespaceDecl(String prefix, String uri, boolean isdefault, boolean elementonlydefault)
prefix - is copied to field prefixuri - is copied to field uriisdefault - is copied to field isdefaultelementonlydefault - is copied to field elementonlydefaultpublic NamespaceDecl doclone()
Cloneable is known to
be implemented.public static String getFormatHint()
'xmlns' prefix '= "'uri'"'
$switch isdefault{true:'is' $switch elementonlydefault{true:'element'
,}'default'} public Format format()
format in interface Formattablepublic NamespaceDecl initFrom(Object o0)
public String get_prefix()
public boolean set_prefix(String val)
val - the new value of type java.lang.String(never null)prefixpublic String get_uri()
public boolean set_uri(String val)
val - the new value of type java.lang.String(never null)uripublic boolean get_isdefault()
public boolean set_isdefault(boolean val)
val - the new value of type boolean(never null)isdefaultpublic boolean get_elementonlydefault()
public boolean set_elementonlydefault(boolean val)
val - the new value of type boolean(never null)elementonlydefaultsee also the complete user documentation .