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 Examplepublic void setTypeName(String typeName)
public String getNamespace()
getNamespace in interface Examplepublic void setNamespace(String namespace)
setNamespace in interface Examplepublic Boolean getAttribute()
getAttribute in interface Examplepublic void setAttribute(Boolean attribute)
setAttribute in interface Examplepublic Boolean getWrapped()
getWrapped in interface Examplepublic void setWrapped(Boolean wrapped)
setWrapped in interface Examplepublic String getWrappedName()
getWrappedName in interface Examplepublic void setWrappedName(String wrappedName)
setWrappedName in interface ExampleCopyright © 2020. All rights reserved.