|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjProfileResult
Ett övergripande wrapperobjekt för profilresultat. Kan antingen innehålla en AmadeusProfileResult eller en AmadeusProfileListResultList beroende på om frågedata i ProfileListQuery genererade en eller fler profiler i svaret. Innehåller även ClientInformation klientspecifik information
Field Summary | |
---|---|
static java.lang.String |
AMADEUS_PROFILE_LIST_RESULT_LIST
|
static java.lang.String |
AMADEUS_PROFILE_RESULT
|
static java.lang.String |
CLIENT_INFORMATION
|
static java.lang.String |
PROFILE_RESULT
|
Method Summary | |
---|---|
SjAmadeusProfileListResultList |
getAmadeusProfileListResultList()
Field amadeusProfileListResultList is defined as part of xor. |
SjAmadeusProfileResult |
getAmadeusProfileResult()
Field amadeusProfileResult is defined as part of xor. |
SjClientInformation |
getClientInformation()
Field clientInformation is defined as optional. |
TiIntegerInterface |
getProfileResult()
field profileResult |
java.lang.Integer |
getProfileResultValue()
field profileResult |
SjAmadeusProfileListResultList |
lookupAmadeusProfileListResultList()
Field amadeusProfileListResultList is defined as part of xor. |
SjAmadeusProfileResult |
lookupAmadeusProfileResult()
Field amadeusProfileResult is defined as part of xor. |
SjClientInformation |
lookupClientInformation()
Field clientInformation is defined as optional. |
TiIntegerInterface |
lookupProfileResult()
field profileResult |
void |
setAmadeusProfileListResultList(SjAmadeusProfileListResultList inData)
Field amadeusProfileListResultList is defined as part of xor. |
void |
setAmadeusProfileResult(SjAmadeusProfileResult inData)
Field amadeusProfileResult is defined as part of xor. |
void |
setClientInformation(SjClientInformation inData)
Field clientInformation is defined as optional. |
void |
setProfileResult(TiIntegerInterface inData)
field profileResult |
void |
setProfileResultValue(java.lang.Integer inData)
field profileResult |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String PROFILE_RESULT
static final java.lang.String AMADEUS_PROFILE_LIST_RESULT_LIST
static final java.lang.String AMADEUS_PROFILE_RESULT
static final java.lang.String CLIENT_INFORMATION
Method Detail |
---|
TiIntegerInterface getProfileResult()
TiIntegerInterface lookupProfileResult()
void setProfileResult(TiIntegerInterface inData)
java.lang.Integer getProfileResultValue()
void setProfileResultValue(java.lang.Integer inData)
SjAmadeusProfileListResultList getAmadeusProfileListResultList()
SjAmadeusProfileListResultList lookupAmadeusProfileListResultList()
void setAmadeusProfileListResultList(SjAmadeusProfileListResultList inData)
SjAmadeusProfileResult getAmadeusProfileResult()
SjAmadeusProfileResult lookupAmadeusProfileResult()
void setAmadeusProfileResult(SjAmadeusProfileResult inData)
SjClientInformation getClientInformation()
SjClientInformation lookupClientInformation()
void setClientInformation(SjClientInformation inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |