public class CollectionImpl extends Object implements Collection
| Constructor and Description |
|---|
CollectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Accept> |
getAcceptElements() |
List<Categories> |
getCategories() |
CommonAttributes |
getCommonAttributes() |
List<ExtensionElement> |
getExtesionElements() |
String |
getHref() |
Title |
getTitle() |
CollectionImpl |
setAcceptElements(List<Accept> acceptElements) |
CollectionImpl |
setCategories(List<Categories> categories) |
CollectionImpl |
setCommonAttributes(CommonAttributes attributes) |
CollectionImpl |
setExtesionElements(List<ExtensionElement> elements) |
CollectionImpl |
setHref(String href) |
CollectionImpl |
setTitle(Title title) |
public CommonAttributes getCommonAttributes()
getCommonAttributes in interface Collectionpublic Title getTitle()
getTitle in interface Collectionpublic String getHref()
getHref in interface Collectionpublic List<Accept> getAcceptElements()
getAcceptElements in interface Collectionpublic List<Categories> getCategories()
getCategories in interface Collectionpublic List<ExtensionElement> getExtesionElements()
getExtesionElements in interface Collectionpublic CollectionImpl setTitle(Title title)
public CollectionImpl setHref(String href)
public CollectionImpl setAcceptElements(List<Accept> acceptElements)
public CollectionImpl setCategories(List<Categories> categories)
public CollectionImpl setCommonAttributes(CommonAttributes attributes)
public CollectionImpl setExtesionElements(List<ExtensionElement> elements)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.