public class ContentMetadataKeyHierarchyServiceInterfacecreateContentMetadataKeyHierarchies extends Object
ContentMetadataKeyHierarchy objects.
The following fields are required:
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentMetadataKeyHierarchy> |
contentMetadataKeyHierarchies |
| Constructor and Description |
|---|
ContentMetadataKeyHierarchyServiceInterfacecreateContentMetadataKeyHierarchies() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentMetadataKeyHierarchy> |
getContentMetadataKeyHierarchies()
Gets the value of the contentMetadataKeyHierarchies property.
|
protected List<ContentMetadataKeyHierarchy> contentMetadataKeyHierarchies
public ContentMetadataKeyHierarchyServiceInterfacecreateContentMetadataKeyHierarchies()
public List<ContentMetadataKeyHierarchy> getContentMetadataKeyHierarchies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contentMetadataKeyHierarchies property.
For example, to add a new item, do as follows:
getContentMetadataKeyHierarchies().add(newItem);
Objects of the following type(s) are allowed in the list
ContentMetadataKeyHierarchy
Copyright © 2018. All Rights Reserved.