Interface WSReference
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WSReferenceImpl
public interface WSReference extends MdObject
A representation of the model object 'WS Reference'.The following features are supported:
- See Also:
MdClassPackage.getWSReference()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocationURL()
Returns the value of the 'Location URL' attribute.WSReferenceTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.WSDefinitions
getWsDefinitions()
Returns the value of the 'Ws Definitions' reference.void
setLocationURL(String value)
Sets the value of the 'Location URL
' attribute.void
setProducedTypes(WSReferenceTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setWsDefinitions(WSDefinitions value)
Sets the value of the 'Ws Definitions
' reference.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
-
getProducedTypes
WSReferenceTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(WSReferenceTypes)
,MdClassPackage.getWSReference_ProducedTypes()
-
setProducedTypes
void setProducedTypes(WSReferenceTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getLocationURL
String getLocationURL()
Returns the value of the 'Location URL' attribute.- Returns:
- the value of the 'Location URL' attribute.
- See Also:
setLocationURL(String)
,MdClassPackage.getWSReference_LocationURL()
-
setLocationURL
void setLocationURL(String value)
Sets the value of the 'Location URL
' attribute.- Parameters:
value
- the new value of the 'Location URL' attribute.- See Also:
getLocationURL()
-
getWsDefinitions
WSDefinitions getWsDefinitions()
Returns the value of the 'Ws Definitions' reference.- Returns:
- the value of the 'Ws Definitions' reference.
- See Also:
setWsDefinitions(WSDefinitions)
,MdClassPackage.getWSReference_WsDefinitions()
-
setWsDefinitions
void setWsDefinitions(WSDefinitions value)
Sets the value of the 'Ws Definitions
' reference.- Parameters:
value
- the new value of the 'Ws Definitions' reference.- See Also:
getWsDefinitions()
-
-