Interface WSReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WSReferenceImpl
A representation of the model object 'WS Reference'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Location URL' attribute.Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObjectReturns the value of the 'Suppress Object' reference.Returns the value of the 'Ws Definitions' reference.voidsetLocationURL(String value) Sets the value of the 'Location URL' attribute.voidsetProducedTypes(WSReferenceTypes value) Sets the value of the 'Produced Types' containment reference.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.voidsetWsDefinitions(WSDefinitions value) Sets the value of the 'Ws Definitions' reference.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProducedTypes
WSReferenceTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types' containment reference.- Parameters:
value- the new value of the 'Produced Types' containment reference.- See Also:
-
getLocationURL
String getLocationURL()Returns the value of the 'Location URL' attribute.- Returns:
- the value of the 'Location URL' attribute.
- See Also:
-
setLocationURL
Sets the value of the 'Location URL' attribute.- Parameters:
value- the new value of the 'Location URL' attribute.- See Also:
-
getWsDefinitions
WSDefinitions getWsDefinitions()Returns the value of the 'Ws Definitions' reference.- Returns:
- the value of the 'Ws Definitions' reference.
- See Also:
-
setWsDefinitions
Sets the value of the 'Ws Definitions' reference.- Parameters:
value- the new value of the 'Ws Definitions' reference.- See Also:
-
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
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:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-