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 String
getDescriptorFileName()
Returns the value of the 'Descriptor File Name' attribute.Module
getModule()
Returns the value of the 'Module' reference.String
getNamespace()
Returns the value of the 'Namespace' attribute.org.eclipse.emf.common.util.EList<Operation>
getOperations()
Returns the value of the 'Operations' containment reference list.SessionReuseMode
getReuseSessions()
Returns the value of the 'Reuse Sessions' attribute.long
getSessionMaxAge()
Returns the value of the 'Session Max Age' attribute.org.eclipse.emf.common.util.EList<Value>
getXdtoPackages()
Returns the value of the 'Xdto Packages' containment reference list.void
setDescriptorFileName(String value)
Sets the value of the 'Descriptor File Name
' attribute.void
setModule(Module value)
Sets the value of the 'Module
' reference.void
setNamespace(String value)
Sets the value of the 'Namespace
' attribute.void
setReuseSessions(SessionReuseMode value)
Sets the value of the 'Reuse Sessions
' attribute.void
setSessionMaxAge(long value)
Sets the value of the 'Session Max Age
' attribute.boolean
validate(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()
-
-