public class CVStructureType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryType> |
category |
| Constructor and Description |
|---|
CVStructureType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<CategoryType> |
getCategory()
Gets the value of the category property.
|
int |
hashCode() |
String |
toString() |
CVStructureType |
withCategory(CategoryType... values) |
CVStructureType |
withCategory(Collection<CategoryType> values) |
protected List<CategoryType> category
public List<CategoryType> getCategory()
CategoryTypepublic CVStructureType withCategory(CategoryType... values)
public CVStructureType withCategory(Collection<CategoryType> values)
Copyright © 2024. All rights reserved.