public interface NewService extends IdEObject
The following features are supported:
StorePackage.getNewService()| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Returns the value of the 'Access Token' attribute.
|
Action |
getAction()
Returns the value of the 'Action' reference.
|
String |
getAuthorizationUrl()
Returns the value of the 'Authorization Url' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getInput()
Returns the value of the 'Input' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getOauthCode()
Returns the value of the 'Oauth Code' attribute.
|
String |
getOutput()
Returns the value of the 'Output' attribute.
|
Project |
getProject()
Returns the value of the 'Project' reference.
|
String |
getProvider()
Returns the value of the 'Provider' attribute.
|
String |
getRegisterUrl()
Returns the value of the 'Register Url' attribute.
|
String |
getResourceUrl()
Returns the value of the 'Resource Url' attribute.
|
SerializerPluginConfiguration |
getSerializer()
Returns the value of the 'Serializer' reference.
|
String |
getStateJson()
Returns the value of the 'State Json' attribute.
|
ServiceStatus |
getStatus()
Returns the value of the 'Status' attribute.
|
String |
getTokenUrl()
Returns the value of the 'Token Url' attribute.
|
void |
setAccessToken(String value)
Sets the value of the '
Access Token' attribute. |
void |
setAction(Action value)
Sets the value of the '
Action' reference. |
void |
setAuthorizationUrl(String value)
Sets the value of the '
Authorization Url' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setInput(String value)
Sets the value of the '
Input' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setOauthCode(String value)
Sets the value of the '
Oauth Code' attribute. |
void |
setOutput(String value)
Sets the value of the '
Output' attribute. |
void |
setProject(Project value)
Sets the value of the '
Project' reference. |
void |
setProvider(String value)
Sets the value of the '
Provider' attribute. |
void |
setRegisterUrl(String value)
Sets the value of the '
Register Url' attribute. |
void |
setResourceUrl(String value)
Sets the value of the '
Resource Url' attribute. |
void |
setSerializer(SerializerPluginConfiguration value)
Sets the value of the '
Serializer' reference. |
void |
setStateJson(String value)
Sets the value of the '
State Json' attribute. |
void |
setStatus(ServiceStatus value)
Sets the value of the '
Status' attribute. |
void |
setTokenUrl(String value)
Sets the value of the '
Token Url' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getNewService_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getProvider()
If the meaning of the 'Provider' attribute isn't clear, there really should be more of a description here...
setProvider(String),
StorePackage.getNewService_Provider()void setProvider(String value)
Provider' attribute.
value - the new value of the 'Provider' attribute.getProvider()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getNewService_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getAuthorizationUrl()
If the meaning of the 'Authorization Url' attribute isn't clear, there really should be more of a description here...
setAuthorizationUrl(String),
StorePackage.getNewService_AuthorizationUrl()void setAuthorizationUrl(String value)
Authorization Url' attribute.
value - the new value of the 'Authorization Url' attribute.getAuthorizationUrl()String getTokenUrl()
If the meaning of the 'Token Url' attribute isn't clear, there really should be more of a description here...
setTokenUrl(String),
StorePackage.getNewService_TokenUrl()void setTokenUrl(String value)
Token Url' attribute.
value - the new value of the 'Token Url' attribute.getTokenUrl()String getResourceUrl()
If the meaning of the 'Resource Url' attribute isn't clear, there really should be more of a description here...
setResourceUrl(String),
StorePackage.getNewService_ResourceUrl()void setResourceUrl(String value)
Resource Url' attribute.
value - the new value of the 'Resource Url' attribute.getResourceUrl()String getRegisterUrl()
If the meaning of the 'Register Url' attribute isn't clear, there really should be more of a description here...
setRegisterUrl(String),
StorePackage.getNewService_RegisterUrl()void setRegisterUrl(String value)
Register Url' attribute.
value - the new value of the 'Register Url' attribute.getRegisterUrl()String getInput()
If the meaning of the 'Input' attribute isn't clear, there really should be more of a description here...
setInput(String),
StorePackage.getNewService_Input()void setInput(String value)
Input' attribute.
value - the new value of the 'Input' attribute.getInput()String getOauthCode()
If the meaning of the 'Oauth Code' attribute isn't clear, there really should be more of a description here...
setOauthCode(String),
StorePackage.getNewService_OauthCode()void setOauthCode(String value)
Oauth Code' attribute.
value - the new value of the 'Oauth Code' attribute.getOauthCode()ServiceStatus getStatus()
ServiceStatus.
If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
ServiceStatus,
setStatus(ServiceStatus),
StorePackage.getNewService_Status()void setStatus(ServiceStatus value)
Status' attribute.
value - the new value of the 'Status' attribute.ServiceStatus,
getStatus()SerializerPluginConfiguration getSerializer()
If the meaning of the 'Serializer' reference isn't clear, there really should be more of a description here...
setSerializer(SerializerPluginConfiguration),
StorePackage.getNewService_Serializer()void setSerializer(SerializerPluginConfiguration value)
Serializer' reference.
value - the new value of the 'Serializer' reference.getSerializer()String getOutput()
If the meaning of the 'Output' attribute isn't clear, there really should be more of a description here...
setOutput(String),
StorePackage.getNewService_Output()void setOutput(String value)
Output' attribute.
value - the new value of the 'Output' attribute.getOutput()Action getAction()
If the meaning of the 'Action' reference isn't clear, there really should be more of a description here...
setAction(Action),
StorePackage.getNewService_Action()void setAction(Action value)
Action' reference.
value - the new value of the 'Action' reference.getAction()String getAccessToken()
If the meaning of the 'Access Token' attribute isn't clear, there really should be more of a description here...
setAccessToken(String),
StorePackage.getNewService_AccessToken()void setAccessToken(String value)
Access Token' attribute.
value - the new value of the 'Access Token' attribute.getAccessToken()Project getProject()
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Project),
StorePackage.getNewService_Project()void setProject(Project value)
Project' reference.
value - the new value of the 'Project' reference.getProject()String getStateJson()
If the meaning of the 'State Json' attribute isn't clear, there really should be more of a description here...
setStateJson(String),
StorePackage.getNewService_StateJson()void setStateJson(String value)
State Json' attribute.
value - the new value of the 'State Json' attribute.getStateJson()Copyright © 2018 OpenSource BIM. All rights reserved.