|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.connector.maximo.parsing.SchemaConfiguration
public final class SchemaConfiguration
Configuration parameters required by schema objects.
Schema| Constructor Summary | |
|---|---|
SchemaConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getMaxobjObjectStructure()
Returns the name of the object structure that exposes the MAXOBJECT and MAXATTRIBUTE MBOs. |
List<String> |
getMaxObjUrlList()
Returns a list of URLs to perform query operations on the MAXOBJECT object structure. |
String |
getMosName()
Returns the Maximo Object Structure's name. |
String |
getPassword()
Returns the user's password. |
int |
getTimeout()
Returns the timeout. |
String |
getTransactionLang()
Returns the user defined transaction language. |
List<String> |
getUrlList()
Returns a list of URLs. |
String |
getUserId()
Returns the user's identification. |
String |
getXsdSuffix()
Returns the XSD URL suffix. |
List<String> |
getXsdUrlList()
Returns a list of XSD URLs. |
boolean |
isAuthenticationRequired()
Indicates if the authentication header containing the user's credentials should be sent. |
void |
setAuthenticationRequired(boolean authenticationRequired)
Defines if the authentication header containing the user's credentials should be sent. |
void |
setMaxobjObjectStructure(String maxobjObjectStructure)
Defines the name of the object structure that exposes the MAXOBJECT and MAXATTRIBUTE MBOs. |
void |
setMaxobjUrlList(List<String> urlList)
Defines a list of URLs to perform query operations on the MAXOBJECT object structure. |
void |
setMosName(String mosName)
Defines the Maximo Object Structure's name. |
void |
setPassword(String password)
Defines the user's password. |
void |
setTimeout(int timeout)
Defines the timeout. |
void |
setTransactionLang(String transLanguage)
Defines the user defined transaction language. |
void |
setUrlList(List<String> urlList)
Defines a list of URLs. |
void |
setUserId(String userId)
Defines the user's identification. |
void |
setXsdSufix(String xsdSuffix)
Defines the XSD URL suffix. |
void |
setXsdUrlList(List<String> urlList)
Defines a list of XSD URLs. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaConfiguration()
| Method Detail |
|---|
public String getMaxobjObjectStructure()
public List<String> getMaxObjUrlList()
setMaxobjUrlList(List)public String getMosName()
setMosName(String)public String getPassword()
public int getTimeout()
public List<String> getUrlList()
public String getUserId()
public String getXsdSuffix()
public List<String> getXsdUrlList()
setXsdUrlList(List)public boolean isAuthenticationRequired()
true if the authentication header should be sent,
otherwise falsepublic void setAuthenticationRequired(boolean authenticationRequired)
authenticationRequired - true if the authentication header should be sent,
otherwise falsepublic void setMaxobjObjectStructure(String maxobjObjectStructure)
maxobjObjectStructure - the name of the object structure that exposes the MAXOBJECT
and MAXATTRIBUTE MBOspublic void setMaxobjUrlList(List<String> urlList)
urlList - list of URLs to perform query operations on the MAXOBJECT
object structurepublic void setMosName(String mosName)
mosName - Maximo Object Structure's namegetMosName()public void setPassword(String password)
password - user's passwordpublic void setTimeout(int timeout)
timeout - timeout in millisecondspublic void setUrlList(List<String> urlList)
urlList - a list of URLspublic void setUserId(String userId)
userId - user's identificationpublic void setXsdSufix(String xsdSuffix)
xsdSuffix - XSD URL suffixpublic void setXsdUrlList(List<String> urlList)
urlList - a list of XSD URLspublic String toString()
toString in class Objectpublic void setTransactionLang(String transLanguage)
transaction - Language
Transaction Languagepublic String getTransactionLang()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||