Package com.highdeal.hci
Class HCIModelAdapter
java.lang.Object
com.highdeal.hci.HCIModelAdapter
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,XMLMarshallable
- Direct Known Subclasses:
AbstractParameterModel,AbstractPeriodObjectModel,AccountOperation,AccountOperation.AmountAssignment,AdditionalInfoModel,Attribute,AttributeSet,AuthorizationModel,BaseChronologyModel,BooleanModel,ChargeableItemInfo,ChargePlanClassIdModel,ChargingContractInfo,ChargingContractItemParameterModel,ChargingContractItemRevisionAccountAssignmentModel,ChargingContractItemRevisionModel,ChargingContractItemSharedCounterModel,ChargingContractItemUserTechnicalIdentifierModel,ChargingContractRevisionModel,ChargingProcessInfo,ChargingResult,CheckPasswordResult.PasswordRule,CurrencyModel,CustomerManagementArea,CustomerManagementAreaListModel,DateModel,DescriptionModel,FileToBulkLoad,MappingTableClassInColumnModel,MappingTableClassModel,MappingTableClassOutColumnModel,MappingTableColumnModel,MappingTableRowModel,MonitoringPlanClassIdModel,NumberModel,OperationResultAdapter,RangeTableClassModel,RangeTableInColumnModel,RefillPlanClassIdModel,RoleModel,SearchResult,StringModel,SubscriberData,VatRuleModel
Adapts HCI models to new interface
IXMLMarshallable.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidmarshal(XMLOutputter output) Adapts old marshalling to new way of marshalling an object.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.highdeal.hci.ITagNameProvider
getTagNameMethods inherited from interface com.highdeal.hci.IXMLMarshallable
marshalAttributes, marshalChildrenMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, setAttributes
-
Constructor Details
-
HCIModelAdapter
public HCIModelAdapter()
-
-
Method Details
-
marshal
Adapts old marshalling to new way of marshalling an object.- Specified by:
marshalin interfaceIXMLMarshallable- Specified by:
marshalin interfaceXMLMarshallable- Parameters:
output- TheXML outputto marshal the object into
-