Package com.highdeal.pnr.hci
Class SearchSubscriberAccountOp
java.lang.Object
com.highdeal.pnr.hci.SearchSubscriberAccountOp
- All Implemented Interfaces:
MessageOperation,XMLMarshallable
This operation allows retrieving one or more subscriber accounts according to criteria of the specified search filter.
Operation Result
SearchSubscriberAccountResult XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchSubscriberAccount">
<xs:complexType>
<xs:sequence>
<xs:element ref="subscriberAccountSearchFilter" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="maxSize" type="xs:integer"/>
</xs:complexType>
</xs:element>
Operation Availability
You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:
| Edition | Final Target Instances | |||||
| rater | updater | guider | bulkLoader | taxer | dispatcher | |
| charge | No | Yes | No | No | No | No |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe XML element name of this service operation: searchSubscriberAccount -
Constructor Summary
ConstructorsConstructorDescriptionBuilds an empty search subscriber account operation.SearchSubscriberAccountOp(BigDecimal maxSize, SubscriberAccountSearchFilterModel filter) Builds an search subscriber account operation. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCharacterData(String cData) Adds character data to the content element.voidaddChild(String tagName, XMLMarshallable child) Adds a child to the object, thechildrepresenting the marshallable object which must be added to the element.Gets the filter of the search subscriber account operation.Gets the max size of the search subscriber account operation.getName()Gets the name of the search subscriber account operation.voidmarshal(XMLOutputter output) Gives an XML representation of this object, including its children.voidsetAttributes(XMLAttributes atts) Sets the attributes of the XML representation of the element being processed.voidSets the filter of the search subscriber account operation.voidsetMaxSize(BigDecimal maxSize) Sets the max size of the search subscriber account operation.
-
Field Details
-
OPERATION_NAME
The XML element name of this service operation: searchSubscriberAccount- See Also:
-
-
Constructor Details
-
SearchSubscriberAccountOp
public SearchSubscriberAccountOp()Builds an empty search subscriber account operation. -
SearchSubscriberAccountOp
Builds an search subscriber account operation.- Parameters:
maxSize- The max size of the search subscriber account operationfilter- The filter of the search subscriber account operation
-
-
Method Details
-
getFilter
Gets the filter of the search subscriber account operation.- Returns:
- The
subscriberAccountSearchFilterModelof the search subscriber account operation
-
setFilter
Sets the filter of the search subscriber account operation.- Parameters:
filter- ThesubscriberAccountSearchFilterModelof the search subscriber account operation
-
getMaxSize
Gets the max size of the search subscriber account operation.- Returns:
- The max size of the search subscriber account operation
-
setMaxSize
Sets the max size of the search subscriber account operation.- Parameters:
maxSize- The max size of the search subscriber account operation
-
getName
Gets the name of the search subscriber account operation.- Specified by:
getNamein interfaceMessageOperation- Returns:
- The name of the search subscriber account operation
-
setAttributes
Description copied from interface:XMLMarshallableSets the attributes of the XML representation of the element being processed.- Specified by:
setAttributesin interfaceXMLMarshallable- Parameters:
atts- TheXML attributesof the current element
-
addChild
Description copied from interface:XMLMarshallableAdds a child to the object, thechildrepresenting the marshallable object which must be added to the element.- Specified by:
addChildin interfaceXMLMarshallable- Parameters:
tagName- The name of tag for the childchild- The child to be added
-
addCharacterData
Description copied from interface:XMLMarshallableAdds character data to the content element.- Specified by:
addCharacterDatain interfaceXMLMarshallable- Parameters:
cData- The character data to be added
-
marshal
Description copied from interface:XMLMarshallableGives an XML representation of this object, including its children.- Specified by:
marshalin interfaceXMLMarshallable- Parameters:
output- TheXML outputto marshal the object into
-