public class ServiceDocumentImpl extends Object implements ServiceDocument
| Constructor and Description |
|---|
ServiceDocumentImpl() |
| Modifier and Type | Method and Description |
|---|---|
AtomInfo |
getAtomInfo()
Get additional information if the service document is in atom format
|
List<EdmEntitySetInfo> |
getEntitySetsInfo()
Get the list of the EntitySets
|
void |
setAtomInfo(AtomInfo atomInfo) |
ServiceDocumentImpl |
setEntitySetsInfo(List<EdmEntitySetInfo> entitySets) |
public ServiceDocumentImpl setEntitySetsInfo(List<EdmEntitySetInfo> entitySets)
public List<EdmEntitySetInfo> getEntitySetsInfo() throws EntityProviderException
ServiceDocumentgetEntitySetsInfo in interface ServiceDocumentEdmEntitySetInfoEntityProviderExceptionpublic AtomInfo getAtomInfo()
ServiceDocumentgetAtomInfo in interface ServiceDocumentAtomInfo or nullpublic void setAtomInfo(AtomInfo atomInfo)
Copyright © 2020. All rights reserved.