public abstract class AbstractExample extends Object implements Example
Constructor and Description |
---|
AbstractExample() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAttribute() |
String |
getName() |
String |
getNamespace() |
String |
getPrefix() |
String |
getTypeName() |
Boolean |
getWrapped() |
String |
getWrappedName() |
void |
setAttribute(Boolean attribute) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPrefix(String prefix) |
void |
setTypeName(String typeName) |
void |
setWrapped(Boolean wrapped) |
void |
setWrappedName(String wrappedName) |
public String getTypeName()
getTypeName
in interface Example
public void setTypeName(String typeName)
public String getNamespace()
getNamespace
in interface Example
public void setNamespace(String namespace)
setNamespace
in interface Example
public Boolean getAttribute()
getAttribute
in interface Example
public void setAttribute(Boolean attribute)
setAttribute
in interface Example
public Boolean getWrapped()
getWrapped
in interface Example
public void setWrapped(Boolean wrapped)
setWrapped
in interface Example
public String getWrappedName()
getWrappedName
in interface Example
public void setWrappedName(String wrappedName)
setWrappedName
in interface Example
Copyright © 2022. All rights reserved.