public class NamespaceCategory extends Object implements Namespace, Serializable
| Constructor and Description |
|---|
NamespaceCategory()
Instantiates a new namespace category.
|
NamespaceCategory(String id,
String name,
String title)
Instantiates a new namespace category.
|
NamespaceCategory(String id,
String name,
String title,
String description)
Instantiates a new namespace category.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
String |
getNamespaceCategoryQName()
Gets the namespace category qualifier name.
|
String |
getTitle()
Gets the title.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
void |
setTitle(String title)
Sets the title.
|
String |
toString() |
public NamespaceCategory()
public NamespaceCategory(String id, String name, String title)
id - the idname - the nametitle - the titlepublic String getId()
public String getTitle()
public String getDescription()
public void setId(String id)
id - the id to setpublic String getNamespaceCategoryQName()
idpublic void setTitle(String title)
title - the title to setpublic void setDescription(String description)
description - the description to setCopyright © 2020. All Rights Reserved.