|
|||||||||||
| 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 | |
|---|---|
java.lang.String |
getMaxobjObjectStructure()
Returns the name of the object structure that exposes the MAXOBJECT and MAXATTRIBUTE MBOs. |
java.util.List<java.lang.String> |
getMaxObjUrlList()
Returns a list of URLs to perform query operations on the MAXOBJECT object structure. |
java.lang.String |
getMosName()
Returns the Maximo Object Structure's name. |
java.lang.String |
getPassword()
Returns the user's password. |
int |
getTimeout()
Returns the timeout. |
java.lang.String |
getTransactionLang()
Returns the user defined transaction language. |
java.util.List<java.lang.String> |
getUrlList()
Returns a list of URLs. |
java.lang.String |
getUserId()
Returns the user's identification. |
java.lang.String |
getXsdSuffix()
Returns the XSD URL suffix. |
java.util.List<java.lang.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(java.lang.String maxobjObjectStructure)
Defines the name of the object structure that exposes the MAXOBJECT and MAXATTRIBUTE MBOs. |
void |
setMaxobjUrlList(java.util.List<java.lang.String> urlList)
Defines a list of URLs to perform query operations on the MAXOBJECT object structure. |
void |
setMosName(java.lang.String mosName)
Defines the Maximo Object Structure's name. |
void |
setPassword(java.lang.String password)
Defines the user's password. |
void |
setTimeout(int timeout)
Defines the timeout. |
void |
setTransactionLang(java.lang.String transLanguage)
Defines the user defined transaction language. |
void |
setUrlList(java.util.List<java.lang.String> urlList)
Defines a list of URLs. |
void |
setUserId(java.lang.String userId)
Defines the user's identification. |
void |
setXsdSufix(java.lang.String xsdSuffix)
Defines the XSD URL suffix. |
void |
setXsdUrlList(java.util.List<java.lang.String> urlList)
Defines a list of XSD URLs. |
java.lang.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 java.lang.String getMaxobjObjectStructure()
public java.util.List<java.lang.String> getMaxObjUrlList()
setMaxobjUrlList(List)public java.lang.String getMosName()
setMosName(String)public java.lang.String getPassword()
public int getTimeout()
public java.util.List<java.lang.String> getUrlList()
public java.lang.String getUserId()
public java.lang.String getXsdSuffix()
public java.util.List<java.lang.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(java.lang.String maxobjObjectStructure)
maxobjObjectStructure - the name of the object structure that exposes the MAXOBJECT
and MAXATTRIBUTE MBOspublic void setMaxobjUrlList(java.util.List<java.lang.String> urlList)
urlList - list of URLs to perform query operations on the MAXOBJECT
object structurepublic void setMosName(java.lang.String mosName)
mosName - Maximo Object Structure's namegetMosName()public void setPassword(java.lang.String password)
password - user's passwordpublic void setTimeout(int timeout)
timeout - timeout in millisecondspublic void setUrlList(java.util.List<java.lang.String> urlList)
urlList - a list of URLspublic void setUserId(java.lang.String userId)
userId - user's identificationpublic void setXsdSufix(java.lang.String xsdSuffix)
xsdSuffix - XSD URL suffixpublic void setXsdUrlList(java.util.List<java.lang.String> urlList)
urlList - a list of XSD URLspublic java.lang.String toString()
toString in class java.lang.Objectpublic void setTransactionLang(java.lang.String transLanguage)
transaction - Language
Transaction Languagepublic java.lang.String getTransactionLang()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||