public class ServiceDocumentImpl extends Object implements ServiceDocument
| Constructor and Description |
|---|
ServiceDocumentImpl() |
| Modifier and Type | Method and Description |
|---|---|
AtomInfo |
getAtomInfo() |
List<EdmEntitySetInfo> |
getEntitySetsInfo() |
void |
setAtomInfo(AtomInfo atomInfo) |
ServiceDocumentImpl |
setEntitySetsInfo(List<EdmEntitySetInfo> entitySets) |
public ServiceDocumentImpl setEntitySetsInfo(List<EdmEntitySetInfo> entitySets)
public List<EdmEntitySetInfo> getEntitySetsInfo() throws EntityProviderException
getEntitySetsInfo in interface ServiceDocumentEntityProviderExceptionpublic AtomInfo getAtomInfo()
getAtomInfo in interface ServiceDocumentpublic void setAtomInfo(AtomInfo atomInfo)
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.