Interface WebService
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WebServiceImpl
public interface WebService extends MdObject
A representation of the model object 'Web Service'.The following features are supported:
- See Also:
MdClassPackage.getWebService()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescriptorFileName()Returns the value of the 'Descriptor File Name' attribute.ModulegetModule()Returns the value of the 'Module' reference.StringgetNamespace()Returns the value of the 'Namespace' attribute.org.eclipse.emf.common.util.EList<Operation>getOperations()Returns the value of the 'Operations' containment reference list.SessionReuseModegetReuseSessions()Returns the value of the 'Reuse Sessions' attribute.longgetSessionMaxAge()Returns the value of the 'Session Max Age' attribute.org.eclipse.emf.ecore.EObjectgetSuppressObject()Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Value>getXdtoPackages()Returns the value of the 'Xdto Packages' containment reference list.voidsetDescriptorFileName(String value)Sets the value of the 'Descriptor File Name' attribute.voidsetModule(Module value)Sets the value of the 'Module' reference.voidsetNamespace(String value)Sets the value of the 'Namespace' attribute.voidsetReuseSessions(SessionReuseMode value)Sets the value of the 'Reuse Sessions' attribute.voidsetSessionMaxAge(long value)Sets the value of the 'Session Max Age' attribute.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Suppress Object' reference.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Returns the value of the 'Namespace' attribute.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
setNamespace(String),MdClassPackage.getWebService_Namespace()
-
setNamespace
void setNamespace(String value)
Sets the value of the 'Namespace' attribute.- Parameters:
value- the new value of the 'Namespace' attribute.- See Also:
getNamespace()
-
getModule
Module getModule()
Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
setModule(com._1c.g5.v8.dt.bsl.model.Module),MdClassPackage.getWebService_Module()
-
setModule
void setModule(Module value)
Sets the value of the 'Module' reference.- Parameters:
value- the new value of the 'Module' reference.- See Also:
getModule()
-
getXdtoPackages
org.eclipse.emf.common.util.EList<Value> getXdtoPackages()
Returns the value of the 'Xdto Packages' containment reference list. The list contents are of typeValue.- Returns:
- the value of the 'Xdto Packages' containment reference list.
- See Also:
MdClassPackage.getWebService_XdtoPackages()
-
getDescriptorFileName
String getDescriptorFileName()
Returns the value of the 'Descriptor File Name' attribute.- Returns:
- the value of the 'Descriptor File Name' attribute.
- See Also:
setDescriptorFileName(String),MdClassPackage.getWebService_DescriptorFileName()
-
setDescriptorFileName
void setDescriptorFileName(String value)
Sets the value of the 'Descriptor File Name' attribute.- Parameters:
value- the new value of the 'Descriptor File Name' attribute.- See Also:
getDescriptorFileName()
-
getReuseSessions
SessionReuseMode getReuseSessions()
Returns the value of the 'Reuse Sessions' attribute. The literals are from the enumerationSessionReuseMode.- Returns:
- the value of the 'Reuse Sessions' attribute.
- See Also:
SessionReuseMode,setReuseSessions(SessionReuseMode),MdClassPackage.getWebService_ReuseSessions()
-
setReuseSessions
void setReuseSessions(SessionReuseMode value)
Sets the value of the 'Reuse Sessions' attribute.- Parameters:
value- the new value of the 'Reuse Sessions' attribute.- See Also:
SessionReuseMode,getReuseSessions()
-
getSessionMaxAge
long getSessionMaxAge()
Returns the value of the 'Session Max Age' attribute.- Returns:
- the value of the 'Session Max Age' attribute.
- See Also:
setSessionMaxAge(long),MdClassPackage.getWebService_SessionMaxAge()
-
setSessionMaxAge
void setSessionMaxAge(long value)
Sets the value of the 'Session Max Age' attribute.- Parameters:
value- the new value of the 'Session Max Age' attribute.- See Also:
getSessionMaxAge()
-
getOperations
org.eclipse.emf.common.util.EList<Operation> getOperations()
Returns the value of the 'Operations' containment reference list. The list contents are of typeOperation.- Returns:
- the value of the 'Operations' containment reference list.
- See Also:
MdClassPackage.getWebService_Operations()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject),MdClassPackage.getWebService_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-