public class AnnotationXMLSchemaNamespacePrefix extends Object implements XMLSchemaNamespacePrefix
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
AnnotationXMLSchemaNamespacePrefix() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
getNamespace() |
String |
getPrefix() |
String |
namespace() |
String |
prefix() |
void |
setNamespace(String namespace) |
void |
setPrefix(String prefix) |
static CodegenExpression |
toExpression(XMLSchemaNamespacePrefix prefix,
CodegenMethod parent,
CodegenClassScope scope) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final EPTypeClass EPTYPE
public String prefix()
public String namespace()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public static CodegenExpression toExpression(XMLSchemaNamespacePrefix prefix, CodegenMethod parent, CodegenClassScope scope)
public String getPrefix()
public void setPrefix(String prefix)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2005–2022. All rights reserved.