A B C D E F G H I L M N O P R S T U V W X

A

accessProvider_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Access Provider
accessProviderName_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Access Provider Name
accessProviderType_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Access Provider Type
addAttributeDescriptor(AttributeDescriptor) - Method in class org.ipdr.xdr.CompositeAttributeDescriptor
Method to add an Attribute Descriptor into the list.
addDescriptor(RecordDescriptor) - Method in class org.ipdr.common.IPDRDocReader
Add the descriptor that was read to the lookup table for future use.
addDescriptorElement(DescriptorElement) - Method in class org.ipdr.common.CompositeDescriptorElement
Method to a add a Descriptor Element into the list/
addDocName(String) - Method in class org.ipdr.ftp.ControlFile
This method writes the IPDRDoc name, given by Producer, to the control file
addGroup(SubscriptionGroup) - Method in class org.ipdr.ftp.CapabilityFile
This method adds a new SubscriptionGroup to the subscriptionGroups_ ArrayList
addSchemaElement(SchemaElement) - Method in class org.ipdr.common.CompositeSchemaElement
Method to a add a Schema Element into the list.
addXMLElement(XMLElement) - Method in class org.ipdr.xml.CompositeXMLElement
Method to add a XML Element into the list.
ARRAY - Static variable in class org.ipdr.common.ArrayType
String containing "ARRAY" to use in derived type.
ARRAY - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Array.
ArrayType - Class in org.ipdr.common
This class represents the Array Type.
ArrayType(OpenType, int) - Constructor for class org.ipdr.common.ArrayType
Constructor that takes the Type of the Array elements its max length.
assertCompositeType(OpenType, Object) - Method in class org.ipdr.common.CompositeData
This method will throw an exception if the Data Object is not compatable with the Composite Type object.
assertObject(OpenType, Object) - Method in class org.ipdr.common.CompositeData
This method will throw an exception if the Data Object is not compatable with the Type object.
assertOpenType(OpenType, Object) - Method in class org.ipdr.common.CompositeData
This method will throw an exception if the Data Object is not compatable with the Type object.
attribDerivedType_ - Variable in class org.ipdr.common.SchemaElement
String containing the Derived Type of attribute.
attribDescFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether attribute description is present.
attribDocumentation_ - Variable in class org.ipdr.common.SchemaElement
String containing the Documentation of attribute.
attribEnumValues_ - Variable in class org.ipdr.common.SchemaElement
ArrayList containing the Enum values of attribute.
attribName_ - Variable in class org.ipdr.common.SchemaElement
String containing the name of attribute.
attribReference_ - Variable in class org.ipdr.common.SchemaElement
String containing the Reference of attribute.
attribStatus_ - Variable in class org.ipdr.common.SchemaElement
String containing the Status of attribute.
attribTypeCode_ - Variable in class org.ipdr.common.SchemaElement
Char containing the typecode of attribute.
attribUnit_ - Variable in class org.ipdr.common.SchemaElement
String containing the Unit of attribute.
attribute_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Attributes.
attributeDerivedType_ - Variable in class org.ipdr.common.DescriptorElement
This varable will store the derived typecode of attribute.
AttributeDescriptor - Class in org.ipdr.xdr
This class is used for creating an Attribute Descriptor.
AttributeDescriptor(String, int, int) - Constructor for class org.ipdr.xdr.AttributeDescriptor
Constructor that sets the name, type and max length.
AttributeDescriptorHelper - Class in org.ipdr.xdr
This class is used for writing Attribute Descriptors to the output stream and reading Attribute Descriptors from the input stream.
AttributeDescriptorHelper() - Constructor for class org.ipdr.xdr.AttributeDescriptorHelper
 
attributeName_ - Variable in class org.ipdr.common.DescriptorElement
This varable will store the name of attribute.
attributeName_ - Variable in class org.ipdr.xdr.AttributeDescriptor
String to store the Attribute Name.
attributes_ - Variable in class org.ipdr.xdr.RecordDescriptor
To store the list of Attribute Descriptors
attributes_ - Variable in class org.ipdr.xml.XMLElement
This varable will store the XML Attributes.
AttributeType - Interface in org.ipdr.common
This interface is used to define hexadecimal representations of data types as per NDM-U 3.5
attributeType_ - Variable in class org.ipdr.common.DescriptorElement
This varable will store the typecode of attribute.

B

BadCompositeException - Exception in org.ipdr.common
This exception is thrown when a problem occues while creating a CompositeType object.
BadCompositeException(String) - Constructor for exception org.ipdr.common.BadCompositeException
Build an exception with a descriptive string.
baseElement_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the Base Schema's covering element.
baseElement_ - Variable in class org.ipdr.common.SchemaContentHandler
To store the Base Schema's covering element.
baseSchema_ - Variable in class org.ipdr.common.DescriptorContentHandler
Flag indicating Base Schema.
baseSchema_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating Base Schema.
billingIntermediaryName_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Billing Intermediary Name
BOOLEAN - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a
BOOLEAN - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Boolean objects.
BOOLEAN_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Boolean object, 'Z'
booleanInstance_ - Static variable in class org.ipdr.common.SimpleType
 
brContactName_ - Variable in class org.ipdr.ftp.BRRecord
Stores the BR Contact Name
BRRecord - Class in org.ipdr.ftp
This class represents a BRRecord element within a SubscriptionGroup element.
brRecord_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
bufferedReader_ - Variable in class org.ipdr.ftp.ControlFile
 
businessRelationshipID_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Business Relationship ID
BYTE - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Byte.
BYTE - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Byte objects.
BYTE_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Byte object, 'B'
byteInstance_ - Static variable in class org.ipdr.common.SimpleType
 

C

CapabilityFile - Class in org.ipdr.ftp
This class represents a CapabilityFile.
CapabilityFile() - Constructor for class org.ipdr.ftp.CapabilityFile
Constructor for CapabilityFile class.
CapabilityFile(String) - Constructor for class org.ipdr.ftp.CapabilityFile
Constructor for CapabilityFile class.
characters(char[], int, int) - Method in class org.ipdr.common.DescriptorContentHandler
This will report character data (within an element).
characters(char[], int, int) - Method in class org.ipdr.common.SchemaContentHandler
This will report character data (within an element).
characters(char[], int, int) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This will report character data (within an element).
chargeableUnit_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Chargeable Unit
clearingIntermediaryName_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Clearing Intermediary Name
close() - Method in class org.ipdr.xdr.XDRMarshaller
Method to close the output stream.
close() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to close the inpur stream.
COMPACT_FORMAT_3_0_OR_3_1 - Static variable in class org.ipdr.common.IPDRHeader
the compact format version number for IPDR v3.0 and v3.1
COMPACT_FORMAT_3_5 - Static variable in class org.ipdr.common.IPDRHeader
the compact format version number for IPDR v3.5
COMPACT_FORMAT_LENGTH - Static variable in class org.ipdr.xdr.CompositeDataHelper
Integer representing the 'undefined' length of an XDR.
compDescElement_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the Composite Descriptor Element being processed.
compLevel_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the Composite Element's level.
CompositeAttributeDescriptor - Class in org.ipdr.xdr
The CompositeAttributeDescriptor is a structure to hold a Composite Attribute Descriptor.
CompositeAttributeDescriptor(String, int, int) - Constructor for class org.ipdr.xdr.CompositeAttributeDescriptor
Constructor.
CompositeData - Class in org.ipdr.common
This class represents an arbitrary collection of structured data.
CompositeData(Object[], CompositeType) - Constructor for class org.ipdr.common.CompositeData
Builds a composite type from the supplied array of objects and the type specifier.
CompositeDataHelper - Class in org.ipdr.xdr
A java convenience class to go between the OpenMBean style data structure to the compact encoding.
CompositeDataHelper() - Constructor for class org.ipdr.xdr.CompositeDataHelper
 
CompositeDescriptorElement - Class in org.ipdr.common
The CompositeDescriptorElement is a structure to hold a Composite Descriptor Element.
CompositeDescriptorElement() - Constructor for class org.ipdr.common.CompositeDescriptorElement
 
compositeFlag_ - Variable in class org.ipdr.common.DescriptorContentHandler
Flag indicating the start of Composite Element.
compositeFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating start of composite element.
CompositeSchemaElement - Class in org.ipdr.common
The CompositeSchemaElement is a structure to hold a Composite Schema Element.
CompositeSchemaElement() - Constructor for class org.ipdr.common.CompositeSchemaElement
 
CompositeType - Class in org.ipdr.common
This class represents an arbitrary composite data type which adheres to the OpenMBean restrictions.
CompositeType(String, OpenType[], String) - Constructor for class org.ipdr.common.CompositeType
Builds a composite type from the supplied array of types Note that a given CompositeType is immutable.
CompositeXMLElement - Class in org.ipdr.xml
The CompositeXMLElement is a structure to hold a Composite XML Element.
CompositeXMLElement() - Constructor for class org.ipdr.xml.CompositeXMLElement
 
compSchemaElement_ - Variable in class org.ipdr.common.SchemaContentHandler
CompositeSchemaElement object being processed.
ConsumerIT - Class in org.ipdr.ftp.test
 
ConsumerIT() - Constructor for class org.ipdr.ftp.test.ConsumerIT
 
ConsumerTest1 - Class in org.ipdr.ftp.test
 
ConsumerTest1() - Constructor for class org.ipdr.ftp.test.ConsumerTest1
 
ConsumerTest2 - Class in org.ipdr.ftp.test
 
ConsumerTest2() - Constructor for class org.ipdr.ftp.test.ConsumerTest2
 
ConsumerTest3 - Class in org.ipdr.ftp.test
 
ConsumerTest3() - Constructor for class org.ipdr.ftp.test.ConsumerTest3
 
ConsumerTest4 - Class in org.ipdr.ftp.test
 
ConsumerTest4() - Constructor for class org.ipdr.ftp.test.ConsumerTest4
 
ConsumerTest5 - Class in org.ipdr.ftp.test
 
ConsumerTest5() - Constructor for class org.ipdr.ftp.test.ConsumerTest5
 
ConsumerTest6 - Class in org.ipdr.ftp.test
 
ConsumerTest6() - Constructor for class org.ipdr.ftp.test.ConsumerTest6
 
ConsumerTest7 - Class in org.ipdr.ftp.test
 
ConsumerTest7() - Constructor for class org.ipdr.ftp.test.ConsumerTest7
 
ConsumerUT - Class in org.ipdr.ftp.test
 
ConsumerUT() - Constructor for class org.ipdr.ftp.test.ConsumerUT
 
contentHandler_ - Variable in class org.ipdr.common.Descriptor
Object of DescriptorContentHandler class.
contentHandler_ - Variable in class org.ipdr.common.Schema
Object of SchemaContentHandler class.
contentHandler_ - Variable in class org.ipdr.test.EnumMeaning
Object of SchemaContentHandler class.
contentHandler_ - Variable in class org.ipdr.xml.XMLUnMarshaller
This parses the file, using registered SAX handlers, and output the events in the parsing process cycle.
contractReference_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Contract Reference
ControlFile - Class in org.ipdr.ftp
This class allows operations on a ControlFile.
ControlFile(URL) - Constructor for class org.ipdr.ftp.ControlFile
Constructor for ControlFile class, which accepts controlfileURL.
ControlFile(String) - Constructor for class org.ipdr.ftp.ControlFile
Constructor for ControlFile class, which accepts control file location as paramter.
controlFileDirectory_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
controlFileLocalDirectory_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
controlFileLocation_ - Variable in class org.ipdr.ftp.ControlFile
 
controlFileNamePolicy_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
controlFilePrefix_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
controlFileSuffix_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 
controlFileURL_ - Variable in class org.ipdr.ftp.ControlFile
 
convDateTimeToInt(String) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time in the form of DateTime string format as per pattern specified in the NDM-U 3.0 specification as input and converts it into long data type.
convertData() - Method in class org.ipdr.test.ConvertXDRtoXML
This method is called by calling application to read CompositeData from a XML file and write it to a XDR file.
convertData() - Method in class org.ipdr.test.ConvertXMLtoXDR
This method is called by calling application to read CompositeData from a XML file and write it to a XDR file.
convertDerivedType(String, String) - Static method in class org.ipdr.xml.IPDRXMLRecordHelper
Method to convert the Derived Type attributes to desired types.
convertToMACLong(String) - Static method in class org.ipdr.utils.MacAddressUtil
This method takes the MAC Address string format as per pattern in the specifications (11-12-21-33-1a-e2) as input and converts it into Long.
convertToMACString(long) - Static method in class org.ipdr.utils.MacAddressUtil
Generates a printable string containing the byte array in the standard IPv6 Address format.
ConvertXDRtoXML - Class in org.ipdr.test
This tool will convert XDR to XML.
ConvertXDRtoXML() - Constructor for class org.ipdr.test.ConvertXDRtoXML
 
ConvertXMLtoXDR - Class in org.ipdr.test
This tool will convert XML to XDR.
ConvertXMLtoXDR() - Constructor for class org.ipdr.test.ConvertXMLtoXDR
 
convIntToDateTime(int) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time in the form of long data type as input and converts it into string format as per pattern specified in the NDM-U 3.0 specification.
convIPAddrToByteArray(String) - Static method in class org.ipdr.utils.IPAddrUtil
Method to convert IP Address in String format to IP Address in Hex Binary format
convIPV6AddrToByteArray(String) - Static method in class org.ipdr.utils.IPV6AddrUtil
This method takes the IPv6 Address string format as per pattern specified in the NDM-U 3.0 specification as input and converts it into Byte array.
convLongToMSec(long) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time (in milliseconds) in the form of long data type as input and converts it into string format as per pattern specified in the NDM-U 3.0 specification.
convLongToUSec(long) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time (in microseconds) in the form of long data type as input and converts it into string format as per pattern specified in the NDM-U 3.5 specification.
convMSecToLong(String) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time in the form of string format as per pattern specified in the NDM-U 3.0 specification as input and converts it into milliseconds specified by a long data type.
convUSecToLong(String) - Static method in class org.ipdr.utils.TimeUtil
This method takes the time in the form of string format as per pattern specified in the NDM-U 3.5 specification as input and converts it into microseconds specified by a long data type.
convUUIDToByteArray(String) - Static method in class org.ipdr.utils.UUIDUtil
This method takes the UUID string format as per pattern specified in the NDM-U 3.0 specification as input and converts it into Byte array.
count_ - Variable in class org.ipdr.common.IPDRDocEnd
To store the number of records.
countAttrib_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the number of IPDR docs
countNoOfVer_ - Variable in class org.ipdr.ftp.ControlFile
 
createBooleanSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Boolean as its underlying type.
createByteSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Byte as its underlying type.
createDescriptor(CompositeType) - Method in class org.ipdr.common.IPDRDocWriter
Create a descriptor for given Type and register it in the lookup table for later use.
createDoubleSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Double as its underlying type.
createFloatSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Float as its underlying type.
createHexBinarySimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a HexBinary as its underlying type.
createIntegerSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Integer as its underlying type.
createLongSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Long as its underlying type.
createOpenTypes(ArrayList) - Method in class org.ipdr.common.Descriptor
This mehtod creates an array of OpenType objects corresponding to the list of schema elements passed to it.
createShortSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Short as its underlying type.
createStringSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a String as its underlying type.
createSubscriptionList(Document) - Method in class org.ipdr.ftp.CapabilityFile
This method extracts SubscriptionGroup details from XML if some conditions are satisfied.
createUnsignedByteSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a unsignedByte as its underlying type.
createUnsignedIntSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Integer for unsignedInt as its underlying type.
createUnsignedLongSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a Unsigned Long as its underlying type.
createUnsignedShortSimpleType(String, String) - Static method in class org.ipdr.common.SimpleType
Method to get a SimpleType which has a unsignedShort as its underlying type.

D

data_ - Variable in class org.ipdr.xdr.IPDRRecord
To store the Composite Data
dataFromFile_ - Static variable in class org.ipdr.test.IPDRReadTool
Object of CompositeData which will contain the Data after reading from XDR/XML file.
dateValidation(String) - Static method in class org.ipdr.utils.TimeUtil
This method takes date String as specified in NDM-U 3.0 as input and checks for valid date and valid time.
daysInFeb(int) - Static method in class org.ipdr.utils.TimeUtil
This method takes year as input parameter and returns number of days in a leap year for the month of February.
Debug - Class in org.ipdr.ftp
This class is added to On and Off the functionality of print information on console.This class can be called by other classes by passing an array of Int type.
Debug() - Constructor for class org.ipdr.ftp.Debug
Constructor for Debug class
DEBUG - Static variable in class org.ipdr.ftp.Debug
 
Debug - Class in org.ipdr.utils
This class is added to On and Off the functionality of print information on console.
Debug() - Constructor for class org.ipdr.utils.Debug
Default Constructor.
DEBUG - Static variable in class org.ipdr.utils.Debug
Int representing log level as DEBUG
debug_ - Static variable in class org.ipdr.ftp.Debug
 
debug_ - Static variable in class org.ipdr.utils.Debug
Flag for displaying variable values
decrementSequence(long) - Method in class org.ipdr.ftp.SubscriptionGroup
This method decrements the value of sequence number by one in case it is greater than 0, otherwise returns maximum sequence number.
defaultNameSpace_ - Variable in class org.ipdr.common.Schema
This will contain the Default NameSpace as passed in setSchemaData() method.
defaultNameSpaceURI_ - Variable in class org.ipdr.common.IPDRHeader
Identifies the default nameSpace
deleteGroup(String) - Method in class org.ipdr.ftp.CapabilityFile
This method removes a SubscriptionGroup from the capability file with search based on GroupID
derivedType_ - Variable in class org.ipdr.common.OpenType
String containing the derived type of the Open Type.
desc() - Method in class org.ipdr.xdr.IPDRStreamElement
Method to get the value of Record Descriptor.
desc(RecordDescriptor) - Method in class org.ipdr.xdr.IPDRStreamElement
Method to set the value of Record Descriptor.
desc_ - Variable in class org.ipdr.xdr.IPDRStreamElement
To store the RecordDescriptor.
descElement_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the Descriptor Element being processed.
DESCRIPTION - Static variable in class org.ipdr.common.ArrayType
String containing the base for default description.
description_ - Variable in class org.ipdr.common.OpenType
String containing the description of the Open Type.
Descriptor - Class in org.ipdr.common
This class will generate an object of CompositeType from schema file.
Descriptor() - Constructor for class org.ipdr.common.Descriptor
 
DescriptorContentHandler - Class in org.ipdr.common
DescriptorContentHandler class implements the SAX ContentHandler interface and defines callback behavior for the SAX callbacks associated with Descriptor Generation.
DescriptorContentHandler() - Constructor for class org.ipdr.common.DescriptorContentHandler
 
descriptorCount_ - Variable in class org.ipdr.common.IPDRDocReader
The number of different descriptorRecords created.
descriptorCount_ - Variable in class org.ipdr.common.IPDRDocWriter
The number of different descriptorRecords created.
DescriptorElement - Class in org.ipdr.common
The Descriptor Element is a structure to hold the attributes of the Element parsed from the Schema.
DescriptorElement() - Constructor for class org.ipdr.common.DescriptorElement
 
descriptorId_ - Variable in class org.ipdr.xdr.IPDRRecord
To store the value of the Descriptor ID
descriptorId_ - Variable in class org.ipdr.xdr.RecordDescriptor
To store the Descriptor Id
descriptorList_ - Variable in class org.ipdr.common.IPDRDocReader
The currently encountered descriptors.
descriptorLookup_ - Variable in class org.ipdr.common.IPDRDocWriter
A HashMap keyed by the CompositeType object, which stores the DesciptorId (if any) associated with this type.
discriminator() - Method in class org.ipdr.xdr.IPDRStreamElement
Method to get the value of Discriminator.
discriminator_ - Variable in class org.ipdr.xdr.IPDRStreamElement
To store the value of discriminator.
displayByteArray(byte[]) - Static method in class org.ipdr.xdr.XDRMarshaller
A simple utility to format a byte array in hexadecimal for easy inspection.
disputeResolution_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Dispute Resolution
docCount_ - Variable in class org.ipdr.ftp.ControlFile
 
docEnd() - Method in class org.ipdr.xdr.IPDRStreamElement
Method used to get the IPDR DocEnd
docEnd(IPDRDocEnd) - Method in class org.ipdr.xdr.IPDRStreamElement
Method to set the value of IPDRDocEnd.
docEnd_ - Variable in class org.ipdr.common.IPDRDocReader
The document end object, after it is read.
docEnd_ - Variable in class org.ipdr.xdr.IPDRStreamElement
To store the IPDRDocEnd.
docId_ - Variable in class org.ipdr.common.IPDRHeader
The UUID associated with this document
docType_ - Variable in class org.ipdr.common.IPDRDocReader
The type of the document (XDR/XML).
docType_ - Variable in class org.ipdr.common.IPDRDocWriter
The type of the document (XDR/XML).
docTypeCount_ - Variable in class org.ipdr.test.IPDRWriteTool
To check that doctype parameter is not given twice.
DOUBLE - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Double.
DOUBLE - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Double objects.
DOUBLE_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Double object, 'D'
doubleInstance_ - Static variable in class org.ipdr.common.SimpleType
 

E

effectiveDateTime_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Effective Date Time
elt_ - Variable in class org.ipdr.common.IPDRDocWriter
Cached wrapper for IPDR Stream Element.
endDocument() - Method in class org.ipdr.common.DescriptorContentHandler
This indicates the end of a Document parse.
endDocument() - Method in class org.ipdr.common.SchemaContentHandler
This indicates the end of a Document parse - this occurs after all callbacks in all SAX Handlers.
endDocument() - Method in class org.ipdr.xml.IPDRXMLContentHandler
This indicates the end of a Document parse - this occurs after all callbacks in all SAX Handlers.
endElement(String, String, String) - Method in class org.ipdr.common.DescriptorContentHandler
Indicates the end of an element (</[element name]>) is reached.
endElement(String, String, String) - Method in class org.ipdr.common.SchemaContentHandler
Indicates the end of an element (</[element name]>) is reached.
endElement(String, String, String) - Method in class org.ipdr.xml.IPDRXMLContentHandler
Indicates the end of an element (</[element name]>) is reached.
endPrefixMapping(String) - Method in class org.ipdr.common.DescriptorContentHandler
This indicates the end of a prefix mapping, when the namespace reported in a DescriptorContentHandler.startPrefixMapping(java.lang.String, java.lang.String)callback is no longer available.
endPrefixMapping(String) - Method in class org.ipdr.common.SchemaContentHandler
This indicates the end of a prefix mapping, when the namespace reported in a SchemaContentHandler.startPrefixMapping(java.lang.String, java.lang.String)callback is no longer available.
endPrefixMapping(String) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This indicates the end of a prefix mapping, when the namespace reported in a IPDRXMLContentHandler.startPrefixMapping(java.lang.String, java.lang.String)callback is no longer available.
endTime_ - Variable in class org.ipdr.common.IPDRDocEnd
To store the end time.
endTimeAttrib_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the End Time in IPDRDoc.End tag in XML document
enumDocSet_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating Enumeration Documentation.
enumFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether Enumeration is present for an attribute.
EnumMeaning - Class in org.ipdr.test
This class can be used to obtain the Enumeration Meaning of an element.
EnumMeaning(String) - Constructor for class org.ipdr.test.EnumMeaning
Constructor method.
enumMeaning_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether ipdr:enumMeaning is present for an attribute.
enumValue_ - Variable in class org.ipdr.common.SchemaContentHandler
String to store the a Enumeration value.
enumValues_ - Variable in class org.ipdr.common.SchemaContentHandler
ArrayList to store the list Enumeration values.
ERROR - Static variable in class org.ipdr.ftp.Debug
 
ERROR - Static variable in class org.ipdr.utils.Debug
Int representing log level as ERROR
error(SAXParseException) - Method in class org.ipdr.xml.IPDRXMLErrorHandler
This will report an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing can reasonably continue.
error_ - Static variable in class org.ipdr.ftp.Debug
 
error_ - Static variable in class org.ipdr.utils.Debug
Flag for displaying errors
errorCode_ - Variable in class org.ipdr.utils.ErrorMessage
To store Error Code to identify the event.
errorIpdrCount_ - Variable in class org.ipdr.utils.ErrorMessage
To store Error Count.
errorList_ - Static variable in class org.ipdr.common.IPDRDocWriter
List to store the non-fatal processing errors.
errorLocation_ - Variable in class org.ipdr.utils.ErrorMessage
To store Location of error message.
ErrorMessage - Class in org.ipdr.utils
This error message class will have all the variables which will be used to store the warning message and description of type of warning that has occured during the processing of Read Write functionality of IPDRDocs.
ErrorMessage(int, int, String, long) - Constructor for class org.ipdr.utils.ErrorMessage
Constructor to initialise all the member variables with offset value during reading of an IPDRDoc.
ErrorMessage(int, int, String) - Constructor for class org.ipdr.utils.ErrorMessage
Constructor to initialise all the member variables during writing of an IPDRDoc.
errorOffset_ - Variable in class org.ipdr.utils.ErrorMessage
To store Exact location in bytes of the error message.
exceptionCaught_ - Variable in exception org.ipdr.utils.IPDRException
To store the base exception that was caught.
exceptionCode_ - Variable in exception org.ipdr.utils.IPDRException
To store Exception Code to identify the event
exceptionIpdrCount_ - Variable in exception org.ipdr.utils.IPDRException
To store number of errors.
exceptionLocation_ - Variable in exception org.ipdr.utils.IPDRException
To store Location of error message, ie, the method name / class name.
exceptionOffset_ - Variable in exception org.ipdr.utils.IPDRException
To store the offset.
extensionBase_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the Extension Base.
extensionBase_ - Variable in class org.ipdr.common.SchemaContentHandler
String containing the extension base.

F

FALSE - Static variable in class org.ipdr.xdr.XDRMarshaller
Byte containing FALSE value
FALSE - Static variable in class org.ipdr.xdr.XDRUnMarshaller
Byte containing FALSE value
fatalError(SAXParseException) - Method in class org.ipdr.xml.IPDRXMLErrorHandler
This will report a fatal error that has occurred; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.
fields_ - Variable in class org.ipdr.common.CompositeData
The fields within this Composite Data
fileOutStream_ - Variable in class org.ipdr.ftp.ControlFile
 
fileRetentionDays_ - Variable in class org.ipdr.ftp.BRRecord
Stores the File Retention Days
FLOAT - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Float.
FLOAT - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Float objects.
FLOAT_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Float object, 'F'
floatInstance_ - Static variable in class org.ipdr.common.SimpleType
 
flush() - Method in class org.ipdr.xdr.XDRMarshaller
Method to flush the output stream.
FNFData - Class in org.ipdr.common
This class represents a First Normal Form collection of data.
FNFData(Object[], FNFType) - Constructor for class org.ipdr.common.FNFData
Builds a composite type from the supplied array of objects and the type specifier.
FNFType - Class in org.ipdr.common
This class represents a composite data type which which adheres to the OpenMBean restrictions, and in addition is in First Normal Form (FNF).
FNFType(String, OpenType[], String) - Constructor for class org.ipdr.common.FNFType
Builds a composite type from the supplied array of types.
fOut_ - Variable in class org.ipdr.test.IPDRWriteTool
Object of FileOutputStream class.
frequencyOfAuditReconciliation_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Frequency Of Audit Reconciliation

G

generateCompositeData(ArrayList, int, OpenType[], String) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to generate a CompositeData object when OpenType array and the test data line is passed corresponding to a CompositeData.
generateCompositeDataArray(File) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to generate array of CompositeData objects when a CSV File (having its first line as SchemaURI) is passed as an input to it.
generateDescriptor(String[]) - Method in class org.ipdr.common.Descriptor
This method is used to take the schema whose URL is passed as input parameter and returns a CompositeType object.
generateObject(String, OpenType) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to convert object of Object class to different data objects.
generateRawData(String, int) - Static method in class org.ipdr.test.IPDRReadTool
This method is called by calling application to write CompositeData to a .csv file.
getAccessProvider() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Access Provider
getAccessProviderName() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Access Provider Name
getAccessProviderType() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Access Provider Type
getAllGroups() - Method in class org.ipdr.ftp.CapabilityFile
This method returns an array of SubscriptionGroup elements for this Capbility file.
getAttribDerivedType() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's derived type.
getAttribDocumentation() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's Documentation.
getAttribEnumValues() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's Enum values.
getAttribName() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's name.
getAttribReference() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's Reference.
getAttribStatus() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's Status.
getAttribTypeCode() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's typecode.
getAttribUnit() - Method in class org.ipdr.common.SchemaElement
Method to get the attribute's Unit.
getAttributes() - Method in class org.ipdr.xml.XMLElement
Method to get the XML Attributes.
getBaseSchemaFlag() - Method in class org.ipdr.common.SchemaContentHandler
Method to get flag indicating if Base Schema.
getBillingIntermediaryName() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Billing Intermediary Name
getBooleanInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Boolean instance
getBRContactName() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the BR Contact Name
getBRRecord() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the BRRecord group element of a SubscriptionGroup
getBRRecordElement(Node) - Method in class org.ipdr.ftp.CapabilityFile
This method gets the BRRecord value from an XML node and returns it.
getBusinessRelationshipID() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Business Relationship ID
getByteInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Byte instance
getChargeableUnit() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Chargeable Unit
getClearingIntermediaryName() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Clearing Intermediary Name
getCode() - Method in class org.ipdr.utils.ErrorMessage
Method to get the Error Code of an error object.
getCode() - Method in exception org.ipdr.utils.IPDRException
Method to get the Exception Code.
getContentHandler() - Method in class org.ipdr.common.Descriptor
Method to get the DescriptorContentHandler class
getContentHandler() - Method in class org.ipdr.common.Schema
Method to get the object of SchemaContentHandler class.
getContentHandler() - Method in class org.ipdr.xml.XMLUnMarshaller
Method to get the object of XML Content Handler class.
getContractReference() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Contract Reference
getControlFileDirectory() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the URL to the control file directory for a SubscriptionGroup.
getControlFileLocalDirectory() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the exact path of the control file directory for a SubscriptionGroup.
getControlFileName(long) - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the controlFile name for a particular sequence number related to a SubscriptionGroup
getControlFileNamePolicy() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the control file name policy for a SubscriptionGroup This name policy tells the maximum number of digits that could be there in a control file sequence number.
getControlFilePrefix() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the value of control file prefix for a SubscriptionGroup.
getControlFileSuffix() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the control file suffix for a SubscriptionGroup
getCountAttrib() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the number of IPDR docs
getDaysOfMonth(int, int) - Static method in class org.ipdr.utils.TimeUtil
This method takes month and year as input parameter and returns number of days in the month.
getDefaultNameSpaceURI() - Method in class org.ipdr.common.IPDRHeader
Returns the name space URI associated with the unqualified attribute names in this document.
getDefaultNameSpaceURI() - Method in class org.ipdr.common.Schema
Method to get the Default NameSpace URI.
getDerivedType() - Method in class org.ipdr.common.DescriptorElement
Method to get the attribute's derived type.
getDerivedType() - Method in class org.ipdr.common.OpenType
Method to get the Derived Type of this data item.
getDescription() - Method in class org.ipdr.common.OpenType
Returns descriptive information regarding this data item.
getDescriptorCount() - Method in class org.ipdr.common.IPDRDocReader
Method to get the number of descriptors encountered so far.
getDescriptorCount() - Method in class org.ipdr.common.IPDRDocWriter
Method to get the number of Descriptors written so far.
getDescriptorElements() - Method in class org.ipdr.common.DescriptorContentHandler
Returns the Descriptor Elements arraylist.
getDisputeResolution() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Dispute Resolution
getDocCount() - Method in class org.ipdr.ftp.ControlFile
This method returns the value of docCount_
getDocEnd() - Method in class org.ipdr.common.IPDRDocReader
Method to get the end of document structure.
getDocId() - Method in class org.ipdr.common.IPDRHeader
Get the unique document id.
getDocName() - Method in class org.ipdr.ftp.ControlFile
This method reads the IPDRDoc name, one by one, from the control file
getDoubleInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Double instance
getEffectiveDateTime() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Effective Date Time
getElementValue(Node) - Method in class org.ipdr.ftp.CapabilityFile
This method gets the value from an XML node and returns it.
getEndTimeAttrib() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the End Time in IPDRDoc.End
getEnumMeaning(String, int) - Method in class org.ipdr.test.EnumMeaning
Method to obtain the enumeration meaning.
getException() - Method in exception org.ipdr.ftp.IPDRFTPException
Returns the exception caught by the code
getExceptionCode() - Method in exception org.ipdr.ftp.IPDRFTPException
Returns the exception code for the exception
getExceptionLocation() - Method in exception org.ipdr.ftp.IPDRFTPException
Returns the exception location for the exception
getExceptionMsg(int) - Method in exception org.ipdr.ftp.IPDRFTPException
Returns the exception message
getExtensionBase() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the value of Extension Base.
getExtensionBase() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the value of Extension Base.
getField(String) - Method in class org.ipdr.common.CompositeData
Returns the object for the named field.
getField(int) - Method in class org.ipdr.common.CompositeData
Returns the object at the given index.
getFieldIndex(String) - Method in class org.ipdr.common.CompositeType
Retreives index information for a given named field in the composite type.
getFieldType(String) - Method in class org.ipdr.common.CompositeType
Retreives type information for a given named field in the composite type.
getFileRetentionDays() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the File Retention Days
getFileStreamFromURL(String) - Static method in class org.ipdr.ftp.SubscriptionGroup
This method returns the InputStream object for the file specified by the URL string.
getFileStreamFromURL(String) - Static method in class org.ipdr.ftp.URIUtils
This method returns the InputStream object for the file specified by the URL string.
getFirstSequenceNbr() - Method in class org.ipdr.ftp.RangeFile
Reads the initial sequence number from the Range file and returns it.
getFloatInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Float instance
getFrequencyOfAuditReconciliation() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Frequency Of Audit Reconciliation
getGroup(String) - Method in class org.ipdr.ftp.CapabilityFile
This method returns an object of SubscriptionGroup element for the group ID passed.
getGroupID() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the value of GroupID for a SubscriptionGroup
getGroupIDs() - Method in class org.ipdr.ftp.CapabilityFile
This method returns an array of all groupIds for this CapabilityFile.
getHeader() - Method in class org.ipdr.common.IPDRDocReader
Method to get the header of the document.
getHeaderAttribute() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the list of Header Attributes
getHeaderInfo(BufferedReader) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to obtain the header information.
getHeaderValues() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Methog to get the list of Header Attribute Values.
getHexBinaryInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Hexadecimal binary instance
getHomeServiceProvider() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Home Service Provider
getHomeServiceProviderName() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Home Service Provider Name
getHomeServiceProviderType() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Home Service Provider Type
getIntegerInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Integer instance
getIPDRBaseElement() - Method in class org.ipdr.common.Schema
Method to get the HashMap of element names and their corresponding OpenType objects.
getIpdrCount() - Method in class org.ipdr.common.IPDRDocReader
Method to get the number of usage events encountered so far.
getIpdrCount() - Method in class org.ipdr.common.IPDRDocWriter
Method to get the number of usage events written so far.
getIpdrCount() - Method in class org.ipdr.utils.ErrorMessage
Method to get the Error Count of an error object.
getIpdrCount() - Method in exception org.ipdr.utils.IPDRException
Method to get the Exception count.
getIPDRRecorderInfo() - Method in class org.ipdr.common.IPDRHeader
Returns the RecorderInfo string which describes the entity which initially created this document.
getIPDRVersion() - Method in class org.ipdr.common.Descriptor
Method to get the IPDR Version
getLastChangedDateTime() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Last Changed Date Time
getLastSequenceNbr() - Method in class org.ipdr.ftp.RangeFile
Reads the current sequence number from the Range file and returns it.
getListAttributeDescriptors() - Method in class org.ipdr.xdr.CompositeAttributeDescriptor
Method to add get all Attribute Descriptors from the list.
getListDescriptorElements() - Method in class org.ipdr.common.CompositeDescriptorElement
Method to add get all Descriptor Elements from the list.
getListSchemaElements() - Method in class org.ipdr.common.CompositeSchemaElement
Method to add get all Schema Elements from the list.
getListXMLElements() - Method in class org.ipdr.xml.CompositeXMLElement
Method to add get all XML Elements from the list.
getListXMLElements() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the final list of XML Elements.
getLocation() - Method in class org.ipdr.utils.ErrorMessage
Method to get the Error Location of an error object.
getLocation() - Method in exception org.ipdr.utils.IPDRException
Method to get the Exception Location.
getLocationInfo() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Location Information
getLongInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Long instance
getMaxLength() - Method in class org.ipdr.common.ArrayType
Method to get the Max Length of the Array.
getMaxOccurs() - Method in class org.ipdr.common.DescriptorElement
Method to get the attribute's maxOccurs.
getMaxOccurs() - Method in class org.ipdr.common.SchemaElement
Method to get the maxOccurs value.
getMaxSequenceNumber() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the value of maximum sequence number for a SubscriptionGroup
getMessage(int) - Static method in class org.ipdr.utils.ErrorMessage
This method returns Error Message.
getMessage(int) - Static method in exception org.ipdr.utils.IPDRException
Method to get the Exception Message.
getMinOccurs() - Method in class org.ipdr.common.DescriptorElement
Method to get the attribute's minOccurs.
getMinOccurs() - Method in class org.ipdr.common.SchemaElement
Method to get the minOccurs value.
getName() - Method in class org.ipdr.common.DescriptorElement
Method to get the attribute's name.
getName() - Method in class org.ipdr.common.OpenType
Returns the name of this data item.
getName() - Method in class org.ipdr.xml.XMLElement
Method to get the XML Name.
getNameSpaceID() - Method in class org.ipdr.common.NameSpaceInfo
This method will return the namespace ID.
getNameSpaceURI() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the Target Namespace URI.
getNameSpaceURI() - Method in class org.ipdr.common.NameSpaceInfo
This method will return the namespace URI.
getNameSpaceURI() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the value of Target Namespace.
getNetPosXchgDays() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the NetPos Exchange Hours
getNewUUID() - Static method in class org.ipdr.utils.UUIDUtil
Method to get a new UUID.
getOffset() - Method in class org.ipdr.utils.ErrorMessage
Method to get the Error Offset of an error object.
getOffset() - Method in exception org.ipdr.utils.IPDRException
Method to get the Exception Offset.
getOtherNameSpaces() - Method in class org.ipdr.common.IPDRHeader
Returns the name space URIs associated with the qualified attribute names in this document.
getOtherNameSpaces() - Method in class org.ipdr.common.Schema
Method to get the Other NameSpaces.
getParsedElements() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the Service Elements.
getParsedElements() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the list of parsed Elements.
getRangeFileName() - Method in class org.ipdr.ftp.SubscriptionGroup
This method returns the name of Range file for a SubscriptionGroup
getRatePerChargeableUnit() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Rate Per Chargeable Unit
getRawName() - Method in class org.ipdr.xml.XMLElement
Method to get the Raw XML Name.
getRejectReturn() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Reject Return
getResponse() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Response
getSchemaLocation() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the list of schema locations.
getSchemaLocation() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the list of schema locations.
getSchemaNameSpaces() - Method in class org.ipdr.common.IPDRHeader
Returns the schema namespace URIs
getSchemaNSURIs() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the list of Schema NameSpaces
getSchemaValidationFlag() - Method in class org.ipdr.common.Schema
This method returns the state of Schema Validation Flag.
getSchemaVersion() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the value of IPDR Version.
getSchemaVersion() - Method in class org.ipdr.common.Schema
Method to get the IPDR Version obtained from the schema.
getSchemaVersion() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the value of Schema Version.
getSDURIs() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the lsit of Service Definition URIs
getSendingServiceProviderDisposition() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Sending Service Provider Disposition
getSequenceBasedOnPolicy(long) - Method in class org.ipdr.ftp.SubscriptionGroup
This method prepends a sequence number with zeroes in case the number of digits in the sequence number are less than the max number of digits.
getServiceDefinitionURIs() - Method in class org.ipdr.common.IPDRHeader
Get the URIs which describe the IPDR service definitions used in constructing these events.
getServiceDefinitionURIs() - Method in class org.ipdr.common.Schema
Method to get the schema's Service Definition URIs.
getServiceType() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the Service Type.
getServiceType() - Method in class org.ipdr.common.SchemaContentHandler
Method to get the value of Service Type.
getServType() - Method in class org.ipdr.common.Descriptor
Method to get the Service Type.
getServType() - Method in class org.ipdr.common.Schema
Method to get the Service Type value.
getServType() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the list of Service Types
getSettlementXcghDays() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Settlement Exchange Hours
getShortInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Short instance
getStartTime() - Method in class org.ipdr.common.IPDRHeader
Returns the timestamp recorded in this document representing when the document was initially opened for writing.
getState() - Method in class org.ipdr.common.IPDRDocReader
Method to get the state of this Reader (READABLE / UNREADABLE).
getState() - Method in class org.ipdr.common.IPDRDocWriter
Method to get the state of this Writer (WRITEABLE / UNWRITEABLE).
getStringInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic String instance
getSummaryXchgHrs() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Summary Exchange Hours
getTargetNameSpace() - Method in class org.ipdr.common.Descriptor
Method to get the Target NameSpace.
getTargetNameSpace() - Method in class org.ipdr.common.Schema
Method to get the Target Namespace value.
getType() - Method in class org.ipdr.common.ArrayType
Method to get the Type of the Array elements.
getType() - Method in class org.ipdr.common.CompositeData
Retreives the type list which describes the layout of data for this CompositeType.
getType() - Method in class org.ipdr.common.CompositeType
Retreives the details about this type.
getType() - Method in class org.ipdr.common.DescriptorElement
Method to get the attribute's type.
getType() - Method in class org.ipdr.common.OpenType
Retreives the details about this type.
getType() - Method in class org.ipdr.common.SimpleType
Retreives the details about this type.
getTypeCode() - Method in class org.ipdr.common.ArrayType
Method to get the Type Code of the Array elements.
getTypeCode() - Method in class org.ipdr.common.CompositeType
Retreives simple info about this type being composed.
getTypeCode() - Method in class org.ipdr.common.OpenType
Retreives simple character Type Code for this type used to indicate if it is a known simple type or other.
getTypeCode() - Method in class org.ipdr.common.SimpleType
Retreives a simple type code for this simple type.
getTypeList() - Method in class org.ipdr.common.CompositeType
Retreives the type list which describes the layout of data for this CompositeType.
getUnitOfMeasure() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Unit Of Measure
getUnsignedByteInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic unsignedByte instance
getUnsignedIntInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic unsignedInt instance
getUnsignedLongInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic Unsigned Long instance
getUnsignedShortInstance() - Static method in class org.ipdr.common.SimpleType
Accessor function to the immutable basic unsignedShort instance
getURIStorage() - Method in class org.ipdr.common.DescriptorContentHandler
Method to get the stored URIs from header.
getURIStorage() - Method in class org.ipdr.xml.IPDRXMLContentHandler
Method to get the stored URIs from header
getURLFromString(String) - Static method in class org.ipdr.ftp.URIUtils
This method returns the URL object for the string passed.
getValue() - Method in class org.ipdr.xml.XMLElement
Method to get the XML Value.
getVersion() - Method in class org.ipdr.xdr.XDRMarshaller
Method to get the IPDR Version.
getVersion() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to get the IPDR Version.
getVersion() - Method in class org.ipdr.xml.XMLMarshaller
Method to get the IPDR Version.
getVersion() - Method in class org.ipdr.xml.XMLUnMarshaller
Method to get the IPDR Version.
getXchgCurrencyType() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Exchange Currency Type
getXchgEncoding() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Exchange Encoding
getXchgProtocol() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Exchange Protocol
getXchgSLA() - Method in class org.ipdr.ftp.BRRecord
Method to get the value of the Exchange SLA
groupID_ - Variable in class org.ipdr.ftp.SubscriptionGroup
 

H

header_ - Variable in class org.ipdr.common.IPDRDocReader
The header of the document, after it is read.
headerAttribute_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Header Attributes
headerValue_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Header Attribute Values.
HEX_BINARY - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Hexadecimal binaries.
HEX_BINARY_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code assignments are described in the javadoc for java.lang.Class method getName().
HEXADECIMAL_BINARY - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Hexadecimal Binary.
hexBinaryInstance_ - Static variable in class org.ipdr.common.SimpleType
 
homeServiceProvider_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Home Service Provider
homeServiceProviderName_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Home Service Provider Name
homeServiceProviderType_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Home Service Provider Type
HOSTADDR_SIZE - Static variable in class org.ipdr.utils.UUIDUtil
Raw IP address size.
hostAddrs_ - Static variable in class org.ipdr.utils.UUIDUtil
Raw IP address (in network byte order).

I

ignorableWhitespace(char[], int, int) - Method in class org.ipdr.common.DescriptorContentHandler
This will report whitespace that can be ignored in the originating document.
ignorableWhitespace(char[], int, int) - Method in class org.ipdr.common.SchemaContentHandler
This will report whitespace that can be ignored in the originating document.
ignorableWhitespace(char[], int, int) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This will report whitespace that can be ignored in the originating document.
incrementSequence(long) - Method in class org.ipdr.ftp.SubscriptionGroup
This method increments the sequence number given by one in case sequence number is less than maximum sequence number, else returns 0.
INFO - Static variable in class org.ipdr.ftp.Debug
 
INFO - Static variable in class org.ipdr.utils.Debug
Int representing log level as INFO
info_ - Static variable in class org.ipdr.ftp.Debug
 
info_ - Static variable in class org.ipdr.utils.Debug
Flag for displaying information
INITIAL_DESCRIPTOR_LIST_SIZE - Static variable in class org.ipdr.common.IPDRDocReader
The initial descriptor list size.
inputFileName_ - Variable in class org.ipdr.test.ConvertXDRtoXML
String to store input file name.
inputFileName_ - Variable in class org.ipdr.test.ConvertXMLtoXDR
String to store input file name.
inputFileProcessing() - Method in class org.ipdr.test.IPDRWriteTool
This method is used for code reuse in simpleProcessing and loadProcessing methods.
INTEGER - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Integer.
INTEGER - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Integer objects.
INTEGER_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Integer object, 'I'
integerInstance_ - Static variable in class org.ipdr.common.SimpleType
internal containers for the static base SimpleType objects.
IP_ADDR_SIZE - Static variable in class org.ipdr.utils.IPAddrUtil
To store the size of IP Address in Hex Binary format
IPAddrToString(byte[]) - Static method in class org.ipdr.utils.IPAddrUtil
Method to convert IP Address in Hex Binary format to IP Address in String format
IPAddrUtil - Class in org.ipdr.utils
This class provides convert methods for IP Addresses.
IPAddrUtil() - Constructor for class org.ipdr.utils.IPAddrUtil
 
IPDR_ARRAY_LENGTH_MISMATCH - Static variable in class org.ipdr.utils.ErrorMessage
Code for : MaxLength of CompositeData attribute does not match with maxOccurs of Schema attribute
IPDR_ARRAYINDEX_OUTOF_BOUND - Static variable in exception org.ipdr.utils.IPDRException
Code for : Index value is greater than the size of array / arraylist
IPDR_BASE_SCHEMA_INVALID - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid Base schema.
IPDR_BASE_SCHEMA_NOT_FOUND - Static variable in exception org.ipdr.utils.IPDRException
Code for : Base schema not found or not recognized
IPDR_BLANK_DEFAULTNAMESPACE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Default Namespace is blank
IPDR_BRRECORD_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_CONNECTION_FAILED - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Connection Failed
IPDR_CONTROLFILEDIR_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_CONTROLFILENAMEPOLICY_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_CONTROLFILEPREFIX_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_CONTROLFILESUFFIX_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_DESC_NOT_VALID - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Descriptor ID is not valid
IPDR_DNS_NULL - Static variable in exception org.ipdr.utils.IPDRException
Code for : defaultNameSpace or serviceDefURIs or otherNamespaceURIs is NULL
IPDR_DOC_TAG - Static variable in class org.ipdr.common.DescriptorContentHandler
String to represent IPDR Doc Tag
IPDR_DOC_TAG - Static variable in class org.ipdr.common.SchemaContentHandler
String to represent IPDR Doc Tag
IPDR_DOCEND_MISSING - Static variable in class org.ipdr.utils.ErrorMessage
Code for : DocEnd is not present in the XML document
IPDR_DUPLICATE_ATTRIBUTE_NAME - Static variable in exception org.ipdr.utils.IPDRException
Code for : Encountered duplicate AttributeName
IPDR_DUPLICATE_DESCID - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Encountered duplicate descriptorID
IPDR_EOF_ENCOUNTERED - Static variable in exception org.ipdr.utils.IPDRException
Code for : Cannot proceed, EOF encountered
IPDR_EOF_NOT_FOUND_IN_IPDRDOC - Static variable in exception org.ipdr.utils.IPDRException
Code for : EOF Not found at the end of IPDRDocument
IPDR_FILE_NOT_EXIST - Static variable in exception org.ipdr.utils.IPDRException
Code for : File does not exist
IPDR_FILE_NOT_FOUND - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_GROUPID_NULL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_INVALID_ARRAY_LENGTH - Static variable in exception org.ipdr.utils.IPDRException
Code for : Array length exceeds maximum as specified by MaxLength
IPDR_INVALID_DATA_TYPE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid Data type encountered
IPDR_INVALID_DATA_VALUE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Data value for Unsigned Long/Unsigned Int is negative
IPDR_INVALID_DESCRIMINATOR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid descriminator
IPDR_INVALID_DOCSTATE_MAKE_READABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid DocState, should be READABLE
IPDR_INVALID_DOCSTATE_MAKE_UNREADABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid DocState, should be UNREADABLE
IPDR_INVALID_DOCSTATE_MAKE_UNWRITABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid DocState, should be UNWRITEABLE
IPDR_INVALID_DOCSTATE_MAKE_WRITABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid DocState, should be WRITEABLE
IPDR_INVALID_DOCTYPE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid DocType passed, should be either XDR or XML
IPDR_INVALID_DOCTYPE_MAKE_XML - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid DocType passed, should be XDR or XML
IPDR_INVALID_ELEMENT - Static variable in exception org.ipdr.utils.IPDRException
Code for : Element not found.
IPDR_INVALID_FILE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid file
IPDR_INVALID_INPUT_DATA - Static variable in exception org.ipdr.utils.IPDRException
Code for : Input raw data is not valid
IPDR_INVALID_IPV4ADDR - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid Ipv4Addr
IPDR_INVALID_IPV6ADDR - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid Ipv6Addr
IPDR_INVALID_LOGIN - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Login / Password is not correct
IPDR_INVALID_SCHEMA - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid Schema
IPDR_INVALID_STREAM_HANDLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid Stream Handle
IPDR_INVALID_TIME_FORMAT - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid Time Format
IPDR_INVALID_TIME_FORMAT - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid Date/Time
IPDR_INVALID_URL - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid URL
IPDR_INVALID_VALUE - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_INVALID_VERSION - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid IPDR Version
IPDR_INVALID_XML - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_IO_EXCEPTION - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_IP_ADDR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid IP Address
IPDR_IPDRRECCOUNT_NOT_INITIALISED - Static variable in class org.ipdr.utils.ErrorMessage
Code for : ipdrRecordCount is not initialized properly
IPDR_IPV4_ADDR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid IPV4 address
IPDR_IPV6_ADDR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid IPV6 address
IPDR_LESS_SD_THAN_NS - Static variable in exception org.ipdr.utils.IPDRException
Code for : Length of ServiceDefinitionURIs array is less than the length of otherNameSpaces
IPDR_LOCAL_DIRECTORY_NOT_FOUND - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_MAC_ADDR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid MAC Address
IPDR_MACTH_ONS_DNS - Static variable in exception org.ipdr.utils.IPDRException
Code for : For non-zero namespace ID, other namespace is matching with default name space
IPDR_MALFORMED_URL - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_MANDATORY_ATTR_NOT_FOUND - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mandatory attribute defined in schema is not found
IPDR_MANDATORY_ATTR_NOT_FOUND - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mandatory attribute defined in schema is not found
IPDR_MANDATORY_PRST_IN_OPT_ARRAY - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mandatory Attribute is present in Optional Attributes Array
IPDR_MISMATCH_ATTRIBUTE_DATA_ARRAY - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mismatch in AttributeType & Input Data Type
IPDR_MISMATCH_ATTRTAGS_IPDRDOC_SCHEMA - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch in attribute tags present in IPDRDoc and Schema
IPDR_MISMATCH_DESCRIPTOR_DATA_ARRAY - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch in length of descriptor & data array
IPDR_MISMATCH_IN_ENCODED_DECODED_RECORDS - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mismatch in number of decoded & encoded records in the IPDR Document
IPDR_MISMATCH_INPUT_DATA_SCHEMA_LOOKUP - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mismatch in attributes between input data and Schema Lookup table
IPDR_MISMATCH_INPUT_WITH_SCHEMA_DATATYPE - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mismatch between Input data type and schema data type
IPDR_MISMATCH_INPUT_WITH_SCHEMA_DATATYPE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Data Type for attribute of Schema and corresponding attribute of CompositeData is not matching
IPDR_MISMATCH_NS_DFLT_NS - Static variable in exception org.ipdr.utils.IPDRException
Code for : For zero length Namespace ID, one or more of the other NamespaceURIs is not matching with Default Namespace URI.
IPDR_MISMATCH_NS_SD - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Mismatch in number of elements in nameSpaceInfo & serviceDefinitionURI arrays
IPDR_MISMATCH_OPTIONAL_ATTRNAME_SCHEMA - Static variable in exception org.ipdr.utils.IPDRException
Code for : Optional Attributes Name does not match with Schema optional Attributes
IPDR_MISMATCH_TRGT_NS_DFLT_NS - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch between Target Namespace and Default Namespace
IPDR_MISMATCH_TRGT_NS_ONS - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch between Target Namespace and Namespace of Other Namespaces for the same position
IPDR_MISMATCH_VERSION - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch in Version
IPDR_MISMATCH_XML_TAGS - Static variable in exception org.ipdr.utils.IPDRException
Code for : Mismatch in XML tags found
IPDR_MISSING_CREATIONTIME - Static variable in exception org.ipdr.utils.IPDRException
Code for : CreationTime is Missing
IPDR_MISSING_DOCID - Static variable in exception org.ipdr.utils.IPDRException
Code for : DocID is Missing
IPDR_MISSING_IPDRRECORDERINFO - Static variable in exception org.ipdr.utils.IPDRException
Code for : IPDRRecoderInfo is Missing
IPDR_MISSING_NAMESPACES - Static variable in exception org.ipdr.utils.IPDRException
Code for : Default NameSpace or Other NameSpaces are Missing
IPDR_MISSING_SDURI - Static variable in exception org.ipdr.utils.IPDRException
Code for : Service Definition URI / URIs are Missing
IPDR_MISSING_VERSION - Static variable in exception org.ipdr.utils.IPDRException
Code for : Version is Missing
IPDR_NO_DESCID - Static variable in exception org.ipdr.utils.IPDRException
Code for : Descriptor ID not found
IPDR_NO_DOCEND - Static variable in class org.ipdr.utils.ErrorMessage
Code for : DocEnd not found
IPDR_NO_DOCEND - Static variable in exception org.ipdr.utils.IPDRException
Code for : DocEnd not found
IPDR_NO_SCHEMA - Static variable in class org.ipdr.utils.ErrorMessage
Code for : No Schema is available
IPDR_NO_SD_FILE - Static variable in class org.ipdr.utils.ErrorMessage
Code for : No Service Definition file is present
IPDR_NO_SD_URI - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Ok public static final int IPDR_OK = 0; /** Code for : Service Definition URI is NULL
IPDR_NO_SUCH_ATTRIBUTE_IN_SCHEMA - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Attribute not present in the Schema
IPDR_NO_SUCH_ATTRIBUTE_IN_SCHEMA - Static variable in exception org.ipdr.utils.IPDRException
Code for : Attribute not present in the Schema
IPDR_NO_SUCH_DESCRIPTOR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Descriptor is not found for encountered descriptorID
IPDR_NSURI_NOT_FOUND - Static variable in exception org.ipdr.utils.IPDRException
Code for : NameSpace URI corresponding to NameSpace ID not found
IPDR_NULL_INPUT_DATA - Static variable in exception org.ipdr.utils.IPDRException
Code for : Input data passed as NULL
IPDR_NULL_INPUT_PARAMETER - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Input parameter passed as NULL
IPDR_NULL_INPUT_PARAMETER - Static variable in exception org.ipdr.utils.IPDRException
Code for : Input parameter passed as NULL
IPDR_NULL_KEY_VALUE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Key/Value is null
IPDR_NULL_PARAMETER - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_NULL_TIME - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Time is generated as NULL
IPDR_NULL_UUID - Static variable in class org.ipdr.utils.ErrorMessage
Code for : UUID is generated as NULL
IPDR_OK - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_OK - Static variable in exception org.ipdr.utils.IPDRException
Code for : Ok.
IPDR_OPENTYPE_ARRAY_FAILURE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Creation of OpenType array Failed
IPDR_ORDER_MISMATCH - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Order of CompositeData attributes does not match with order of Schema attributes
IPDR_PARSING_ERROR - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_PARSING_ERROR - Static variable in exception org.ipdr.utils.IPDRException
Code for : Parsing Error
IPDR_PATH_NOT_FILE - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_READ_PERMISSION_DENIED - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_SETTLE_TAG - Static variable in class org.ipdr.common.DescriptorContentHandler
String to represent IPDR Settlement Doc Tag
IPDR_SETTLE_TAG - Static variable in class org.ipdr.common.SchemaContentHandler
String to represent IPDR Settlement Doc Tag
IPDR_ST_FOR_SCHEMA_ABSENT - Static variable in exception org.ipdr.utils.IPDRException
Code for : Service Type(complex Type) for the Schema is absent
IPDR_STREAM_NOT_READABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Input Stream is not readable
IPDR_STREAM_NOT_WRITABLE - Static variable in exception org.ipdr.utils.IPDRException
Code for : Output Stream is not writable
IPDR_SUBSCRIPTION_EXISTS - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_SUBSCRIPTION_NOT_FOUND - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_TYPE_DATA_LENGTH_MISMATCH - Static variable in exception org.ipdr.utils.IPDRException
Code for : Composite Type and Data are of different length
IPDR_TYPE_MISMATCH_IN_SCHEMA_AND_COMPDATA - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Data Type for attribute of Schema and corresponding attribute of CompositeData does not match
IPDR_UNKNOWN_EXCEPTION - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
IPDR_UNKNOWN_NS_PREFIX - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Unknown namespace prefix is present in service definition URI
IPDR_UUID_FORMAT - Static variable in exception org.ipdr.utils.IPDRException
Code for : Invalid UUID format
IPDR_VERSION_3_0 - Static variable in class org.ipdr.common.IPDRDocReader
String to represent the IPDR Version for IPDR v3.0
IPDR_VERSION_3_0 - Static variable in class org.ipdr.common.IPDRDocWriter
String to represent the IPDR Version for IPDR v3.0
IPDR_VERSION_3_1 - Static variable in class org.ipdr.common.IPDRDocReader
String to represent the IPDR Version for IPDR v3.1
IPDR_VERSION_3_1 - Static variable in class org.ipdr.common.IPDRDocWriter
String to represent the IPDR Version for IPDR v3.1
IPDR_VERSION_3_5 - Static variable in class org.ipdr.common.IPDRDocReader
String to represent the IPDR Version for IPDR v3.5
IPDR_VERSION_3_5 - Static variable in class org.ipdr.common.IPDRDocWriter
String to represent the IPDR Version for IPDR v3.5
IPDR_VERSION_MISMATCH - Static variable in exception org.ipdr.utils.IPDRException
Code for : IPDR Version Mis-match between versions in setVersion / chema / XDR / XML
IPDR_VERSION_NULL - Static variable in exception org.ipdr.utils.IPDRException
Code for : IPDR Version is not set
IPDR_WRITE_PERMISSION_DENIED - Static variable in exception org.ipdr.ftp.IPDRFTPException
 
ipdrBaseElement_ - Variable in class org.ipdr.common.Descriptor
To store the IPDR Base Element.
ipdrBaseElement_ - Variable in class org.ipdr.common.Schema
To store the IPDR Base Element.
ipdrCount_ - Variable in class org.ipdr.common.IPDRDocReader
The count of IPDR's which have been deserialized from this stream.
ipdrCount_ - Variable in class org.ipdr.common.IPDRDocWriter
The count of IPDR's which have been serialized in this stream.
IPDRDocEnd - Class in org.ipdr.common
This class is used for marking end of IPDRDoc.
IPDRDocEnd() - Constructor for class org.ipdr.common.IPDRDocEnd
Default Constructor.
IPDRDocEnd(int, long) - Constructor for class org.ipdr.common.IPDRDocEnd
Constructor with two parameters.
IPDRDocReader - Class in org.ipdr.common
This class deserializes an IPDRDoc from an InputStream according to the compact encoding specification and XML format.
IPDRDocReader(InputStream, int) - Constructor for class org.ipdr.common.IPDRDocReader
Creates an object to deserialize the stream.
IPDRDocWriter - Class in org.ipdr.common
This class serializes an IPDRDoc to an OutputStream according to the compact encoding specification and XML format.
IPDRDocWriter(OutputStream, int) - Constructor for class org.ipdr.common.IPDRDocWriter
Constructor.
IPDRException - Exception in org.ipdr.utils
This IPDRException class will have all the variables which will be used to store the Fatal Exception information that has occured during the processing of Read / Write functionality of IPDRDocs so that appropiate message can be sent to the the user.
IPDRException(int, int, String, long) - Constructor for exception org.ipdr.utils.IPDRException
Constructor to initialise all the member variables with offset value during reading of an IPDRDoc.
IPDRException(int, int, String) - Constructor for exception org.ipdr.utils.IPDRException
Constructor to initialise all the member variables during writing of an IPDRDoc.
IPDRException(int, String, Exception) - Constructor for exception org.ipdr.utils.IPDRException
Constructor for IPDRException used only for FTP libraies.
IPDRFTPException - Exception in org.ipdr.ftp
This IPDRFTPException class will have all the variables which will be used to store the Fatal Exception information that have occured.
IPDRFTPException(int, String, Exception) - Constructor for exception org.ipdr.ftp.IPDRFTPException
Constructor for IPDRFTPException passing exception code, exception location and exception caught.
IPDRHeader - Class in org.ipdr.common
This class contains the variables and methods to store the header information.
IPDRHeader() - Constructor for class org.ipdr.common.IPDRHeader
Constructor method
IPDRHeader(String, long, String, NameSpaceInfo[], String[], String[], byte[]) - Constructor for class org.ipdr.common.IPDRHeader
Builds a composite type from the supplied array of objects and the type specifier.
IPDRReadTool - Class in org.ipdr.test
This tool will write all records for one schema in a file called "out_(xdr/xml)_(input_file_name).csv" which will have first line as the schema URI and subsequent lines as comma delimited data values.
IPDRReadTool() - Constructor for class org.ipdr.test.IPDRReadTool
 
IPDRRecord - Class in org.ipdr.xdr
This class is defines the stream element : IPDRRecord
IPDRRecord() - Constructor for class org.ipdr.xdr.IPDRRecord
Default Constructor.
IPDRRecord(int, CompositeData) - Constructor for class org.ipdr.xdr.IPDRRecord
Constructor that sets the Descriptor Id and Composite Data objects.
ipdrRecorderInfo_ - Variable in class org.ipdr.common.IPDRHeader
Identification information for the producer of this document
IPDRStreamElement - Class in org.ipdr.xdr
This class defines three stream elements : Descriptor, IPDRRecord and Document End.
IPDRStreamElement() - Constructor for class org.ipdr.xdr.IPDRStreamElement
Default Constructor.
IPDRStreamElementHelper - Class in org.ipdr.xdr
This class is used for writing IPDR Stream Elements to the output stream and reading IPDR Stream Elements from the input stream.
IPDRStreamElementHelper() - Constructor for class org.ipdr.xdr.IPDRStreamElementHelper
 
ipdrVersion_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the IPDR Version.
ipdrVersion_ - Variable in class org.ipdr.common.IPDRDocReader
String containing IPDR Version.
ipdrVersion_ - Variable in class org.ipdr.common.IPDRDocWriter
String containing IPDR Version.
ipdrVersion_ - Variable in class org.ipdr.test.ConvertXDRtoXML
String to store the IPDR Version.
ipdrVersion_ - Variable in class org.ipdr.test.ConvertXMLtoXDR
String to store the IPDR Version.
ipdrVersion_ - Static variable in class org.ipdr.test.IPDRReadTool
String to store the IPDR Version.
ipdrVersion_ - Static variable in class org.ipdr.test.IPDRWriteTool
String to store the IPDR Version.
ipdrVersion_ - Variable in class org.ipdr.xdr.XDRMarshaller
String containing IPDR Version
ipdrVersion_ - Variable in class org.ipdr.xdr.XDRUnMarshaller
String containing IPDR Version
ipdrVersion_ - Variable in class org.ipdr.xml.XMLMarshaller
String containing IPDR Version
ipdrVersion_ - Variable in class org.ipdr.xml.XMLUnMarshaller
String containing IPDR Version.
IPDRWriteTool - Class in org.ipdr.test
This class is used for generation of IPDRDoc in XDR/XML format.
IPDRWriteTool() - Constructor for class org.ipdr.test.IPDRWriteTool
 
IPDRXDRDocEndHelper - Class in org.ipdr.xdr
This class is used for writing IPDR DocEnd to the output stream and reading IPDR DocEnd from the input stream.
IPDRXDRDocEndHelper() - Constructor for class org.ipdr.xdr.IPDRXDRDocEndHelper
 
IPDRXDRHeaderHelper - Class in org.ipdr.xdr
This class is used for writing IPDR Headers to the output stream and reading IPDR Headers from the input stream.
IPDRXDRHeaderHelper() - Constructor for class org.ipdr.xdr.IPDRXDRHeaderHelper
 
IPDRXDRRecordHelper - Class in org.ipdr.xdr
This class is used for writing IPDR Records to the output stream and reading IPDR Records from the input stream.
IPDRXDRRecordHelper() - Constructor for class org.ipdr.xdr.IPDRXDRRecordHelper
 
IPDRXMLContentHandler - Class in org.ipdr.xml
This class implements the SAX ContentHandler interface and defines callback behavior for the SAX callbacks associated with an XML document's data.
IPDRXMLContentHandler() - Constructor for class org.ipdr.xml.IPDRXMLContentHandler
 
IPDRXMLDocEndHelper - Class in org.ipdr.xml
This class is used for writing IPDR DocEnd to the IPDRDoc in XML format and reading IPDR DocEnd from the IPDRDoc in XML format.
IPDRXMLDocEndHelper() - Constructor for class org.ipdr.xml.IPDRXMLDocEndHelper
 
IPDRXMLErrorHandler - Class in org.ipdr.xml
IPDRXMLErrorHandler implements the SAX ErrorHandler interface and defines callback behavior for the SAX callbacks associated with an XML document's errors.
IPDRXMLErrorHandler() - Constructor for class org.ipdr.xml.IPDRXMLErrorHandler
 
IPDRXMLHeaderHelper - Class in org.ipdr.xml
This class is used for writing IPDR Headers to the IPDRDoc in XML format and reading IPDR Headers from the IPDRDoc in XML format.
IPDRXMLHeaderHelper() - Constructor for class org.ipdr.xml.IPDRXMLHeaderHelper
 
IPDRXMLRecordHelper - Class in org.ipdr.xml
This class is used for writing XML Records to the IPDRDoc in XML format and reading XML Records from the IPDRDoc in XML format.
IPDRXMLRecordHelper() - Constructor for class org.ipdr.xml.IPDRXMLRecordHelper
 
IPV6_SIZE - Static variable in class org.ipdr.utils.IPV6AddrUtil
To store the size of IPv6 string
IPV6AddrToString(byte[]) - Static method in class org.ipdr.utils.IPV6AddrUtil
Generates a printable string containing the byte array in the standard IPv6 Address format.
IPV6AddrUtil - Class in org.ipdr.utils
This class is added to include the method for conversion of string of IPv6 Address to byte array and back to string and validate IPv6 address.
IPV6AddrUtil() - Constructor for class org.ipdr.utils.IPV6AddrUtil
 
isEnd() - Method in class org.ipdr.ftp.ControlFile
This method reads the control file, one line at one time.
isSettlementDoc() - Method in class org.ipdr.common.Schema
Method to find out if the base schema is a Settlement Document schema.
istreamXDR_ - Variable in class org.ipdr.common.IPDRDocReader
The input stream the IPDRDoc in XDR is being read from.
istreamXML_ - Variable in class org.ipdr.common.IPDRDocReader
The input stream the IPDRDoc in XML is being read from.
isValidDate(String) - Static method in class org.ipdr.utils.TimeUtil
This method takes date String as specified in NDM-U 3.0 as input and checks for valid date and valid time.

L

lastChangedDateTime_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Last Changed Date Time
listAttributeDescriptor_ - Variable in class org.ipdr.xdr.CompositeAttributeDescriptor
To store List of Attribute Descriptors.
listCompElements_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Composite XML Elements.
listDescriptorElement_ - Variable in class org.ipdr.common.CompositeDescriptorElement
To store List of Descriptor Elements
listDescriptorElements_ - Variable in class org.ipdr.common.DescriptorContentHandler
ArrayList to store the list of Descriptor Elements.
listSchemaElement_ - Variable in class org.ipdr.common.CompositeSchemaElement
To store List of Schema Elements.
listSchemaElements_ - Variable in class org.ipdr.common.SchemaContentHandler
ArrayList to store the list of Schema Elements.
listServiceElements_ - Variable in class org.ipdr.common.DescriptorContentHandler
ArrayList for storing the Service Elements.
listServiceElements_ - Variable in class org.ipdr.common.SchemaContentHandler
ArrayList to store the list of Service Elements.
listXMLElements_ - Variable in class org.ipdr.xml.CompositeXMLElement
To store List of XML Elements.
listXMLElements_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of XML Elements.
loadAndRoundRobinProcessing(IPDRDocWriter) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for when load parameter and roundrobin is specified in the input arguments of test tool.
loadCount_ - Variable in class org.ipdr.test.IPDRWriteTool
To check that load parameter is not given twice.
loadFlag_ - Variable in class org.ipdr.test.IPDRWriteTool
Flag indicating presence of load option as input.
loadParam_ - Variable in class org.ipdr.test.IPDRWriteTool
To store value of load.
loadProcessing(IPDRDocWriter) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for when load parameter is specified but roundrobin is not present in the input arguments of test tool.
locationInfo_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Location Information
locator_ - Variable in class org.ipdr.common.DescriptorContentHandler
Locator object containing the location information.
locator_ - Variable in class org.ipdr.common.SchemaContentHandler
Locator object containing the location information.
locator_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
Locator object containing the location information.
logLevel(int[]) - Static method in class org.ipdr.ftp.Debug
This method accepts the int array.
logLevel(int[]) - Static method in class org.ipdr.utils.Debug
This method will be called by the other classes with Int array to choose the Debug Option.
LONG - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Long.
LONG - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Long objects.
LONG_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Long object, 'J'
longInstance_ - Static variable in class org.ipdr.common.SimpleType
 
loopIteration_ - Variable in class org.ipdr.test.IPDRWriteTool
LoopIteration is incremented when any parameter is succesful.

M

MacAddressUtil - Class in org.ipdr.utils
This class contains the convert methods of MAC Address.
MacAddressUtil() - Constructor for class org.ipdr.utils.MacAddressUtil
 
main(String[]) - Static method in class org.ipdr.common.ArrayType
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.common.CompositeData
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.common.CompositeType
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.common.FNFData
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.common.FNFType
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerIT
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest1
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest2
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest3
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest4
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest5
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest6
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerTest7
 
main(String[]) - Static method in class org.ipdr.ftp.test.ConsumerUT
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerEndTest4
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerIT
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerStartTest4
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest1
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest2
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest3
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest5
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest6
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerTest7
 
main(String[]) - Static method in class org.ipdr.ftp.test.ProducerUT
 
main(String[]) - Static method in class org.ipdr.test.ConvertXDRtoXML
Entry point to the read tool.
main(String[]) - Static method in class org.ipdr.test.ConvertXMLtoXDR
Entry point to the read tool.
main(String[]) - Static method in class org.ipdr.test.EnumMeaning
Main method providing an entry point to the tool.
main(String[]) - Static method in class org.ipdr.test.IPDRReadTool
Entry point to the read tool.
main(String[]) - Static method in class org.ipdr.test.IPDRWriteTool
Entry point to the write tool.
main(String[]) - Static method in class org.ipdr.test.TestDescriptor
Main method having all the test scenarios.
main(String[]) - Static method in class org.ipdr.test.TestIPDRDocReader
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.test.TestIPDRDocWriter
Main method having all the test scenarios.
main(String[]) - Static method in class org.ipdr.test.TestSchema
Main method having all the test scenarios.
main(String[]) - Static method in class org.ipdr.test.TestUtil
Main method having all the test scenarios.
main(String[]) - Static method in class org.ipdr.utils.UUIDUtil
Simple test entry point.
main(String[]) - Static method in class org.ipdr.xdr.XDRMarshaller
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.xdr.XDRUnMarshaller
Simple demonstration entry point.
main(String[]) - Static method in class org.ipdr.xml.XMLUnMarshaller
Simple demonstration entry point.
MANDATORY - Static variable in class org.ipdr.common.Descriptor
String containing "Mandatory".
mapAttributeToOpenType(AttributeDescriptor) - Method in class org.ipdr.common.IPDRDocReader
Method to get the OpenType, given the AttributeDescriptor.
mapOpenTypeToAttributeType(OpenType) - Method in class org.ipdr.common.IPDRDocWriter
Method to get the AttributeType, given the OpenType.
maxLength_ - Variable in class org.ipdr.common.ArrayType
To store the Max Length of the Array.
maxLength_ - Variable in class org.ipdr.xdr.AttributeDescriptor
Int to store the Attribute Max Length.
maxOccurs_ - Variable in class org.ipdr.common.DescriptorElement
This varable will store the maxOccurs of attribute.
maxOccurs_ - Variable in class org.ipdr.common.SchemaElement
Int containing the maxOccurs of the attribute.
minOccurs_ - Variable in class org.ipdr.common.DescriptorElement
This varable will store the minOccurs of attribute.
minOccurs_ - Variable in class org.ipdr.common.SchemaElement
Int containing the minOccurs of the attribute.

N

name_ - Variable in class org.ipdr.common.OpenType
String containing the name of the Open Type.
name_ - Variable in class org.ipdr.xml.XMLElement
This varable will store the XML Name.
nameSpaceID_ - Variable in class org.ipdr.common.NameSpaceInfo
To store the namespace ID string
NameSpaceInfo - Class in org.ipdr.common
This associates a nameSpaceURI with a simple identifier.
NameSpaceInfo() - Constructor for class org.ipdr.common.NameSpaceInfo
Constructor for the NameSpaceInfo object
NameSpaceInfo(String, String) - Constructor for class org.ipdr.common.NameSpaceInfo
Constructor for the NameSpaceInfo object
NameSpaceInfoHelper - Class in org.ipdr.xdr
This class is used for writing NameSpaces to the output stream and reading NameSpaces from the input stream.
NameSpaceInfoHelper() - Constructor for class org.ipdr.xdr.NameSpaceInfoHelper
 
nameSpaceURI_ - Variable in class org.ipdr.common.NameSpaceInfo
To store the namespace URI string
netPosXchgDays_ - Variable in class org.ipdr.ftp.BRRecord
Stores the NetPos Exchange Hours
noArgs_ - Variable in class org.ipdr.test.ConvertXDRtoXML
To store the number of command line arguments.
noArgs_ - Variable in class org.ipdr.test.ConvertXMLtoXDR
To store the number of command line arguments.

O

OBJECT_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Object object, 'L'
OpenType - Class in org.ipdr.common
This is the superclass for the specialized open type classes which describe each category of basic data types.
OpenType() - Constructor for class org.ipdr.common.OpenType
 
OPTIONAL - Static variable in class org.ipdr.common.Descriptor
String containing "Optional".
org.ipdr.common - package org.ipdr.common
 
org.ipdr.ftp - package org.ipdr.ftp
 
org.ipdr.ftp.test - package org.ipdr.ftp.test
 
org.ipdr.test - package org.ipdr.test
 
org.ipdr.utils - package org.ipdr.utils
 
org.ipdr.xdr - package org.ipdr.xdr
 
org.ipdr.xml - package org.ipdr.xml
 
ostreamXDR_ - Variable in class org.ipdr.common.IPDRDocWriter
The output stream the IPDRDoc in XDR is being written to.
ostreamXML_ - Variable in class org.ipdr.common.IPDRDocWriter
The output stream the IPDRDoc in XML is being written to.
otherNameSpaces_ - Variable in class org.ipdr.common.IPDRHeader
Identifies the additional nameSpaces from which the attributes are derived
otherNameSpaces_ - Variable in class org.ipdr.common.Schema
This will contain the Other NameSpaces as passed in setSchemaData() method.
outFile_ - Variable in class org.ipdr.test.IPDRWriteTool
Object of File class.
outFileCount_ - Variable in class org.ipdr.test.IPDRWriteTool
To check that outfile parameter is not given twice.
outFileDir_ - Variable in class org.ipdr.test.ConvertXDRtoXML
String to store outfile path.
outFileDir_ - Variable in class org.ipdr.test.ConvertXMLtoXDR
String to store outfile path.
outFileFlag_ - Variable in class org.ipdr.test.IPDRWriteTool
Flag indicating presence of outfile parameter.

P

parameterHandling(String[]) - Method in class org.ipdr.test.IPDRReadTool
Method to handle the command line parameters
parameterHandling(String[]) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for validation of command line arguments provided in the test tool.
parsedSchemaArray_ - Variable in class org.ipdr.common.Schema
Array to store the parsed Schema URIs.
PARSER_STRING - Variable in class org.ipdr.common.Descriptor
String containing the SAX parser class name.
PARSER_STRING - Variable in class org.ipdr.common.Schema
String containing the SAX parser class name.
PARSER_STRING - Variable in class org.ipdr.test.EnumMeaning
String containing the SAX parser class name.
parseSchema(String) - Method in class org.ipdr.common.Descriptor
This method is called by descriptorGeneration() method to parse the schema and returns an object of ArrayList.
parseSchema(String, String[]) - Method in class org.ipdr.common.Descriptor
This method is called by descriptorGeneration() method to parse the schema and returns an object of ArrayList.
parseSchema(String) - Method in class org.ipdr.common.Schema
This method parses the schema and returns an list of Schema Elements.
passedArguments_ - Variable in class org.ipdr.test.IPDRWriteTool
To store all the input command line parameters for validation.
PDR_INVALID_SD_FILE - Static variable in class org.ipdr.utils.ErrorMessage
Code for : Invalid Service Definition file
processCommandLineParameters(String[]) - Method in class org.ipdr.test.ConvertXDRtoXML
Method to process the command line parameters
processCommandLineParameters(String[]) - Method in class org.ipdr.test.ConvertXMLtoXDR
Method to process the command line parameters
processingInstruction(String, String) - Method in class org.ipdr.common.DescriptorContentHandler
This will indicate that a processing instruction (other than the XML declaration) has been encountered.
processingInstruction(String, String) - Method in class org.ipdr.common.SchemaContentHandler
This will indicate that a processing instruction (other than the XML declaration) has been encountered.
processingInstruction(String, String) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This will indicate that a processing instruction (other than the XML declaration) has been encountered.
ProducerEndTest4 - Class in org.ipdr.ftp.test
 
ProducerEndTest4() - Constructor for class org.ipdr.ftp.test.ProducerEndTest4
 
ProducerIT - Class in org.ipdr.ftp.test
 
ProducerIT() - Constructor for class org.ipdr.ftp.test.ProducerIT
 
ProducerStartTest4 - Class in org.ipdr.ftp.test
 
ProducerStartTest4() - Constructor for class org.ipdr.ftp.test.ProducerStartTest4
 
ProducerTest1 - Class in org.ipdr.ftp.test
 
ProducerTest1() - Constructor for class org.ipdr.ftp.test.ProducerTest1
 
ProducerTest2 - Class in org.ipdr.ftp.test
 
ProducerTest2() - Constructor for class org.ipdr.ftp.test.ProducerTest2
 
ProducerTest3 - Class in org.ipdr.ftp.test
 
ProducerTest3() - Constructor for class org.ipdr.ftp.test.ProducerTest3
 
ProducerTest5 - Class in org.ipdr.ftp.test
 
ProducerTest5() - Constructor for class org.ipdr.ftp.test.ProducerTest5
 
ProducerTest6 - Class in org.ipdr.ftp.test
 
ProducerTest6() - Constructor for class org.ipdr.ftp.test.ProducerTest6
 
ProducerTest7 - Class in org.ipdr.ftp.test
 
ProducerTest7() - Constructor for class org.ipdr.ftp.test.ProducerTest7
 
ProducerUT - Class in org.ipdr.ftp.test
 
ProducerUT() - Constructor for class org.ipdr.ftp.test.ProducerUT
 

R

RANGE_FILE_SUFFIX - Variable in class org.ipdr.ftp.SubscriptionGroup
 
RangeFile - Class in org.ipdr.ftp
This class allows operations on a Range file for a SubscriptionGroup.
RangeFile(URL) - Constructor for class org.ipdr.ftp.RangeFile
Constructor for RangeFile.
RangeFile(String) - Constructor for class org.ipdr.ftp.RangeFile
Constructor for RangeFile.
rangeFile_ - Variable in class org.ipdr.ftp.RangeFile
 
rangeFileURL_ - Variable in class org.ipdr.ftp.RangeFile
 
ratePerChargeableUnit_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Rate Per Chargeable Unit
rawName_ - Variable in class org.ipdr.xml.XMLElement
This varable will store the Raw XML Name.
reachedEnd_ - Variable in class org.ipdr.ftp.ControlFile
 
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.AttributeDescriptorHelper
Method used to read an Attribute Descriptor from the input stream.
read(XDRUnMarshaller, CompositeType) - Static method in class org.ipdr.xdr.CompositeDataHelper
Method to read IPDR Docs.
read(XDRUnMarshaller, CompositeType[]) - Static method in class org.ipdr.xdr.IPDRStreamElementHelper
Method used to read IPDR Stream Elements from the input stream.
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.IPDRStreamElementHelper
Method used to read IPDR Stream Elements from the input stream.
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.IPDRXDRDocEndHelper
Method used to read IPDR DocEnd from the input stream.
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.IPDRXDRHeaderHelper
Method used to read a IPDR Header from the input stream.
read(XDRUnMarshaller, CompositeType[]) - Static method in class org.ipdr.xdr.IPDRXDRRecordHelper
Method used to read a IPDR Record from the input stream.
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.NameSpaceInfoHelper
Method used to read a NameSpace Info from the input stream.
read(XDRUnMarshaller) - Static method in class org.ipdr.xdr.RecordDescriptorHelper
Method used to read a Record Descriptor from the input stream.
read() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'byte' from the input stream.
read(XMLUnMarshaller) - Static method in class org.ipdr.xml.IPDRXMLDocEndHelper
Method to read the DocEnd information from IPDRDoc in XML format.
read(XMLUnMarshaller) - Static method in class org.ipdr.xml.IPDRXMLHeaderHelper
Method to read the IPDR Header information from IPDRDoc in XML format.
read(XMLUnMarshaller, Schema) - Static method in class org.ipdr.xml.IPDRXMLRecordHelper
Method to read XML records from IPDRDoc in XML format.
read_boolean() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'boolean' from the input stream.
read_byte() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'byte' from the input stream.
read_double() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'double' from the input stream.
read_float() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'float' from the input stream.
read_long() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read an 'int' from the input stream.
read_longlong() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'long' from the input stream.
read_octet_array(byte[], int, int) - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'octet array' from the input stream.
read_short() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'short' from the input stream.
read_u_long() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read an 'unsigned int' from the input stream.
read_wstring() - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to read a 'string' from the input stream.
READABLE - Static variable in class org.ipdr.common.IPDRDocReader
Int to represent the DocReader's state when its Readable.
readHeader() - Method in class org.ipdr.common.IPDRDocReader
This method is called separately by calling application and it reads header information.
readIPDR() - Method in class org.ipdr.common.IPDRDocReader
Read an IPDR event from the Input Stream.
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerIT
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest1
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest2
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest3
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest4
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest5
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest6
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerTest7
 
readIPDRDoc(SubscriptionGroup, long) - Method in class org.ipdr.ftp.test.ConsumerUT
 
readNameSpaces(BufferedReader) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to obtain the NameSpaceInfo information.
readServDefs(BufferedReader) - Method in class org.ipdr.test.IPDRWriteTool
This method is used to obtain the ServiceDefinitionURI information.
readXDRDocEnd(IPDRDocEnd) - Method in class org.ipdr.common.IPDRDocReader
Mark the end of this IPDR stream, creating an IPDRDocEnd element in the compact IPDRDoc.
readXMLDocEnd() - Method in class org.ipdr.common.IPDRDocReader
Mark the end of the doc.
rec() - Method in class org.ipdr.xdr.IPDRStreamElement
Method used for to get the IPDR Record.
rec(IPDRRecord) - Method in class org.ipdr.xdr.IPDRStreamElement
Method to set the value of IPDRRecord
rec_ - Variable in class org.ipdr.xdr.IPDRStreamElement
To store the IPDRRecord.
RecordDescriptor - Class in org.ipdr.xdr
This class defines the one set of usage events.
RecordDescriptor() - Constructor for class org.ipdr.xdr.RecordDescriptor
Default Constructor
RecordDescriptor(String, int, AttributeDescriptor[]) - Constructor for class org.ipdr.xdr.RecordDescriptor
Constructor that sets the name, id and attributes list.
RecordDescriptorHelper - Class in org.ipdr.xdr
This class is used for writing Record Descriptors to the output stream and reading Record Descriptors from the input stream.
RecordDescriptorHelper() - Constructor for class org.ipdr.xdr.RecordDescriptorHelper
 
referenceFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether ipdr:refernce is present for an attribute.
refreshControlFile() - Method in class org.ipdr.ftp.ControlFile
This method gets a new input stream for the control file so that updated contents can be read.
registerParser(String) - Method in class org.ipdr.common.Descriptor
This method is called by parseSchema() method to register SAX API This method returns nothing.
registerParser(String) - Method in class org.ipdr.common.Schema
This method is called by parseSchema() method to register SAX API.
registerParser(String) - Method in class org.ipdr.test.EnumMeaning
This method is called by parseSchema() method to register SAX API.
rejectReturn_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Reject Return
reloadSchemaFlag_ - Variable in class org.ipdr.common.Schema
Flag indicating reload schema.
response_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Response
roundRobinCount_ - Variable in class org.ipdr.test.IPDRWriteTool
To check that roundrobin parameter is not given twice.
roundRobinFlag_ - Variable in class org.ipdr.test.IPDRWriteTool
Flag indicating presence of roundrobin option passed as input.
roundRobinProcessing(IPDRDocWriter) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for when load parameter is not specified but roundrobin is specified in the input arguments of test tool.

S

Schema - Class in org.ipdr.common
This class is added for schema processing, creating schema object.
Schema() - Constructor for class org.ipdr.common.Schema
Constructor.
schema_ - Variable in class org.ipdr.common.IPDRDocReader
Object of Schema class.
schema_ - Variable in class org.ipdr.common.IPDRDocWriter
Object of Schema class.
schema_ - Static variable in class org.ipdr.utils.SchemaUtil
To store the schema object.
SchemaContentHandler - Class in org.ipdr.common
SchemaContentHandler class implements the SAX ContentHandler interface and defines callback behavior for the SAX callbacks associated with a Schema file.
SchemaContentHandler() - Constructor for class org.ipdr.common.SchemaContentHandler
 
SchemaElement - Class in org.ipdr.common
This class is added for schema processing, creating schema object.
SchemaElement() - Constructor for class org.ipdr.common.SchemaElement
 
schemaElement_ - Variable in class org.ipdr.common.SchemaContentHandler
SchemaElement object being processed.
schemaLocation_ - Variable in class org.ipdr.common.DescriptorContentHandler
ArrayList containing the list of schemas location of the schema file.
schemaLocation_ - Variable in class org.ipdr.common.SchemaContentHandler
ArrayList containing the list of schemas location of the schema file.
schemaNameSpaces_ - Variable in class org.ipdr.common.IPDRHeader
Identifies the schema nameSpaces
schemaNameSpaces_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Schema NameSpaces
schemaServiceDefURIs_ - Variable in class org.ipdr.common.Schema
This will contain the Service Definition URIs as passed in setSchemaData() method.
SchemaUtil - Class in org.ipdr.utils
This class is added to validate the CompositeData against Schema object.
SchemaUtil() - Constructor for class org.ipdr.utils.SchemaUtil
 
schemaValidationFlag_ - Variable in class org.ipdr.common.Schema
This flag will contain "true" or "false" value on the basis of which validateAgainstSchema() method will be called.
schemaVersion_ - Variable in class org.ipdr.common.Schema
String containing the IPDR version obtained from Schema.
schemaVersion_ - Variable in class org.ipdr.common.SchemaContentHandler
String containing the IPDR Version
sendingServiceProviderDisposition_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Sending Service Provider Disposition
serviceDefinitionURIs_ - Variable in class org.ipdr.common.IPDRHeader
Identifies the set of service definitions from which the records are produced
serviceDefURIs_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Service Definition URIs
serviceFlag_ - Variable in class org.ipdr.common.DescriptorContentHandler
Flag indicating the start of Serivice list.
serviceFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating start of serivice list.
serviceType_ - Variable in class org.ipdr.common.DescriptorContentHandler
Stores the value of Service Type.
serviceType_ - Variable in class org.ipdr.common.SchemaContentHandler
String containing the the ServiceType in a Schema.
serviceType_ - Static variable in class org.ipdr.xml.IPDRXMLRecordHelper
To store the service types of XML format for all records
servType_ - Variable in class org.ipdr.common.Descriptor
To store the Service Type.
servType_ - Variable in class org.ipdr.common.Schema
String contianing the Service Type of Schema.
setAccessProvider(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Access Provider
setAccessProviderName(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Access Provider Name
setAccessProviderType(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Access Provider Type
setAttribDerivedType(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's derived type.
setAttribDocumentation(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's Documentation.
setAttribEnumValues(ArrayList) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's Enum values.
setAttribName(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's name.
setAttribReference(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's Reference.
setAttribStatus(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's Status.
setAttribTypeCode(char) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's typecode.
setAttribUnit(String) - Method in class org.ipdr.common.SchemaElement
Method to set the attribute's Unit.
setAttributes(ArrayList) - Method in class org.ipdr.xml.XMLElement
Method to set the XML Attributes.
setBaseSchemaFlag(boolean) - Method in class org.ipdr.common.DescriptorContentHandler
Method to set flag indicating if Base Schema.
setBaseSchemaFlag(boolean) - Method in class org.ipdr.common.SchemaContentHandler
Method to set flag indicating if Base Schema.
setBillingIntermediaryName(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Billing Intermediary Name
setBRContactName(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the BR Contact Name
setBRRecord(BRRecord) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the BRRecord group element for a SubscriptionGroup
setBusinessRelationshipID(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Business Relationship ID
setChargeableUnit(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Chargeable Unit
setClearingIntermediaryName(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Clearing Intermediary Name
setContractReference(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Contract Reference
setControlFileDirectory(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the control file directory name for a SubscriptionGroup
setControlFileLocalDirectory(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the controlFileDirectoryURL
setControlFileNamePolicy(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the control file name policy for a SubscriptionGroup
setControlFilePrefix(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the control file prefix for a SubscriptionGroup
setControlFileSuffix(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the control file suffix for a SubscriptionGroup
setDerivedType(String) - Method in class org.ipdr.common.DescriptorElement
Method to set the attribute's derived type.
setDerivedType(String) - Method in class org.ipdr.common.OpenType
Method to set the Derived Type.
setDerivedTypeFlag_ - Variable in class org.ipdr.common.Descriptor
Flag to indicate parseSchema is called without optional attributes.
setDerivedTypeFlag_ - Variable in class org.ipdr.common.Schema
Flag to indicate parseSchema is called without optional attributes.
setDisputeResolution(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Dispute Resolution
setDocumentLocator(Locator) - Method in class org.ipdr.common.DescriptorContentHandler
Provide reference to 'Locator' which provides information about where in a document callbacks occur.
setDocumentLocator(Locator) - Method in class org.ipdr.common.SchemaContentHandler
Provide reference to Locator which provides information about where in a document callbacks occur.
setDocumentLocator(Locator) - Method in class org.ipdr.xml.IPDRXMLContentHandler
Provide reference to 'Locator' which provides information about where in a document callbacks occur.
setEffectiveDateTime(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Effective Date Time
setField(String, Object) - Method in class org.ipdr.common.CompositeData
Method to set the Data object at the named field.
setFileRetentionDays(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the File Retention Days
setFirstSequenceNbr(String) - Method in class org.ipdr.ftp.RangeFile
Writes the initial sequence number to the Range file.
setFrequencyOfAuditReconciliation(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Frequency Of Audit Reconciliation
setGroupID(String) - Method in class org.ipdr.ftp.SubscriptionGroup
This method sets the value of GroupID for a SubscriptionGroup
setHomeServiceProvider(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Home Service Provider
setHomeServiceProviderName(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Home Service Provider Name
setHomeServiceProviderType(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Home Service Provider Type
setIPDRVersion(String) - Method in class org.ipdr.common.Descriptor
Method to set the IPDR Version
setLastChangedDateTime(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Last Changed Date Time
setLastSequenceNbr(String) - Method in class org.ipdr.ftp.RangeFile
Writes the current sequence number to the Range file.
setLocationInfo(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Location Information
setMaxOccurs(int) - Method in class org.ipdr.common.DescriptorElement
Method to set the attribute's maxOccurs.
setMaxOccurs(int) - Method in class org.ipdr.common.SchemaElement
Method to set the maxOccurs value.
setMinOccurs(int) - Method in class org.ipdr.common.DescriptorElement
Method to set the attribute's minOccurs.
setMinOccurs(int) - Method in class org.ipdr.common.SchemaElement
Method to set the minOccurs value.
setName(String) - Method in class org.ipdr.common.DescriptorElement
Method to set the attribute's name.
setName(String) - Method in class org.ipdr.xml.XMLElement
Method to set the XML Name.
setNetPosXchgDays(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the NetPos Exchange Hours
setRatePerChargeableUnit(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Rate Per Chargeable Unit
setRawName(String) - Method in class org.ipdr.xml.XMLElement
Method to set the Raw XML Name.
setRejectReturn(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Reject Return
setResponse(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Response
setSchema(Schema) - Method in class org.ipdr.common.IPDRDocReader
This optional method is called by to do validation against schema for a particular IPDRDoc.
setSchema(Schema) - Method in class org.ipdr.common.IPDRDocWriter
This optional method is called by to do validation against schema for a particular IPDRDoc.
setSchemaData(NameSpaceInfo[], String[], String) - Method in class org.ipdr.common.Schema
This method populates the Schema Lookups HashMap.
setSchemaVersion(String) - Method in class org.ipdr.common.DescriptorContentHandler
Method to set the value of IPDR Version
setSendingServiceProviderDisposition(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Sending Service Provider Disposition
setSettlementXcghDays(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Settlement Exchange Hours
setSummaryXchgHrs(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Summary Exchange Hours
settlementDoc_ - Variable in class org.ipdr.common.Schema
Flag indicating Settlement Doc.
settlementDoc_ - Static variable in class org.ipdr.test.IPDRWriteTool
Flag indicating document is Settlement Doc.
settlementDoc_ - Static variable in class org.ipdr.xml.IPDRXMLRecordHelper
Flag indicating Settlement Doc
settlementXcghDays_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Settlement Exchange Hours
setType(char) - Method in class org.ipdr.common.DescriptorElement
Method to set the attribute's type.
setUnitOfMeasure(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Unit Of Measure
setValue(String) - Method in class org.ipdr.xml.XMLElement
Method to set the XML Value.
setVersion(String) - Method in class org.ipdr.common.IPDRDocReader
This optional method is called when the user chooses not to validation against schema.
setVersion(String) - Method in class org.ipdr.common.IPDRDocWriter
This optional method is called when the user chooses not to validation against schema.
setVersion(String) - Method in class org.ipdr.xdr.XDRMarshaller
Method to set the IPDR Version.
setVersion(String) - Method in class org.ipdr.xdr.XDRUnMarshaller
Method to set the IPDR Version.
setVersion(String) - Method in class org.ipdr.xml.XMLMarshaller
Method to set the IPDR Version.
setVersion(String) - Method in class org.ipdr.xml.XMLUnMarshaller
Method to set the IPDR Version.
setXchgCurrencyType(String) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Exchange Currency Type
setXchgEncoding(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Exchange Encoding
setXchgProtocol(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Exchange Protocol
setXchgSLA(int) - Method in class org.ipdr.ftp.BRRecord
Method to set the value of the Exchange SLA
SHORT - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Short.
SHORT - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive Short objects.
SHORT_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Short object, 'S'
shortInstance_ - Static variable in class org.ipdr.common.SimpleType
 
simpleProcessing(IPDRDocWriter) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for when load and roundrobin is not present in the input arguments of test tool.
SimpleType - Class in org.ipdr.common
This class represents all the basic types which form the building blocks to construct CompositeTypes and other structures which are descendants of OpenType.
SimpleType(String, char) - Constructor for class org.ipdr.common.SimpleType
Protected constructor.
SimpleType(String, SimpleType, String) - Constructor for class org.ipdr.common.SimpleType
Protected constructor.
skippedEntity(String) - Method in class org.ipdr.common.DescriptorContentHandler
This will report an entity that is skipped by the parser.
skippedEntity(String) - Method in class org.ipdr.common.SchemaContentHandler
This will report an entity that is skipped by the parser.
skippedEntity(String) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This will report an entity that is skipped by the parser.
sourceStream_ - Variable in class org.ipdr.xdr.XDRUnMarshaller
To store the Source stream.
startDocument() - Method in class org.ipdr.common.DescriptorContentHandler
This indicates the start of a Document parse.
startDocument() - Method in class org.ipdr.common.SchemaContentHandler
This indicates the start of a Document parse - this precedes all callbacks in all SAX Handlers with the sole exception of SchemaContentHandler.setDocumentLocator(org.xml.sax.Locator)>
startDocument() - Method in class org.ipdr.xml.IPDRXMLContentHandler
This indicates the start of a Document parse - this precedes all callbacks in all SAX Handlers with the sole exception of IPDRXMLContentHandler.setDocumentLocator(org.xml.sax.Locator)>
startDocumentFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating start of Document.
startElement(String, String, String, Attributes) - Method in class org.ipdr.common.DescriptorContentHandler
This reports the occurrence of an actual element.
startElement(String, String, String, Attributes) - Method in class org.ipdr.common.SchemaContentHandler
This reports the occurrence of an actual element.
startElement(String, String, String, Attributes) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This reports the occurrence of an actual element.
startPrefixMapping(String, String) - Method in class org.ipdr.common.DescriptorContentHandler
This will indicate the beginning of an XML Namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.ipdr.common.SchemaContentHandler
This will indicate the beginning of an XML Namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.ipdr.xml.IPDRXMLContentHandler
This will indicate the beginning of an XML Namespace prefix mapping.
startTagFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating start of tag.
startTime_ - Variable in class org.ipdr.common.IPDRHeader
Start time of the IPDRDoc
state_ - Variable in class org.ipdr.common.IPDRDocReader
The current state of the DocReader.
state_ - Variable in class org.ipdr.common.IPDRDocWriter
The current state of the DocWriter.
statusFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether ipdr:status is present for an attribute.
STRING - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a String.
STRING - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive String objects.
STRING_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code assignments are described in the javadoc for java.lang.Class method getName().
stringInstance_ - Static variable in class org.ipdr.common.SimpleType
 
stringToIPv4Addr(String) - Static method in class org.ipdr.utils.IPAddrUtil
Method to convert IPv4 Address in String format (12.222.111.33) to IPv4 Address in Integer format.
STRUCTURE - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent a Structure.
subNameSpaceIDWithURI(String) - Static method in class org.ipdr.utils.SchemaUtil
This method is used to replace the attribute names prefixed with nameSpaceID present in CompData with attribute names prefixed with nameSpaceURI.
SubscriptionGroup - Class in org.ipdr.ftp
This class represents a SubscriptionGroup within a Capability file.
SubscriptionGroup(String, String, String, String, String) - Constructor for class org.ipdr.ftp.SubscriptionGroup
Constructor for SubscriptionGroup.
SubscriptionGroup(String, String, String, String, String, BRRecord) - Constructor for class org.ipdr.ftp.SubscriptionGroup
Constructor for SubscriptionGroup.
subscriptionGroups_ - Variable in class org.ipdr.ftp.CapabilityFile
 
subsGroup_ - Variable in class org.ipdr.ftp.CapabilityFile
 
summaryXchgHrs_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Summary Exchange Hours

T

tagFlag_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
Flag indicating seqNum and IPDRCreationTime fields are coming
targetNameSpace_ - Variable in class org.ipdr.common.Descriptor
To store the Target NameSpace.
targetNameSpace_ - Variable in class org.ipdr.common.Schema
String contianing the Target NameSpace of Schema
targetNameSpace_ - Variable in class org.ipdr.common.SchemaContentHandler
String containing the Target Namespace for a Schema.
targetNameSpaceID_ - Variable in class org.ipdr.common.DescriptorContentHandler
Stores the Target Namespace ID for a Schema.
targetStream_ - Variable in class org.ipdr.xdr.XDRMarshaller
To store the object of the Output Stream
targetStream_ - Variable in class org.ipdr.xml.XMLMarshaller
 
testDataFiles_ - Variable in class org.ipdr.test.IPDRWriteTool
To store all files location which are to be used for test data.
TestDescriptor - Class in org.ipdr.test
This class will be used for testing Descriptor class.
TestDescriptor() - Constructor for class org.ipdr.test.TestDescriptor
 
testFileCount_ - Variable in class org.ipdr.test.IPDRWriteTool
To store total test data files in an array.
testFTP(int, String, String) - Method in class org.ipdr.test.IPDRReadTool
This method is used for testing purposes from File based transfer protocol APIs.
testFTP(int, String[], String) - Method in class org.ipdr.test.IPDRWriteTool
This method is used for testing purposes from File based transfer protocol APIs.
TestIPDRDocReader - Class in org.ipdr.test
This class will be used for testing IPDRDocReader class.
TestIPDRDocReader() - Constructor for class org.ipdr.test.TestIPDRDocReader
 
TestIPDRDocWriter - Class in org.ipdr.test
This class will be used for testing IPDRDocWriter class.
TestIPDRDocWriter() - Constructor for class org.ipdr.test.TestIPDRDocWriter
 
TestSchema - Class in org.ipdr.test
This class will be used for testing Schema class.
TestSchema() - Constructor for class org.ipdr.test.TestSchema
 
testToolUsage() - Method in class org.ipdr.test.ConvertXDRtoXML
Method which tells about the usage of Read TestTool
testToolUsage() - Method in class org.ipdr.test.ConvertXMLtoXDR
Method which tells about the usage of Read TestTool
testToolUsage() - Method in class org.ipdr.test.IPDRReadTool
Method which tells about the usage of Read TestTool
testToolUsage() - Method in class org.ipdr.test.IPDRWriteTool
This method is used for showing test tool usage.
testURI(String[]) - Method in class org.ipdr.common.Schema
This method checks for presence of current set of URIs in the previous set.
TestUtil - Class in org.ipdr.test
This class will be used for testing the classes IPAddrUtil, IPV6AddrUtil & TimeUtil.
TestUtil() - Constructor for class org.ipdr.test.TestUtil
 
TimeUtil - Class in org.ipdr.utils
This class is added to include the method for conversion of seconds / milliseconds / microseconds to prescribed formats in XML and back.
TimeUtil() - Constructor for class org.ipdr.utils.TimeUtil
 
toString() - Method in class org.ipdr.common.ArrayType
Utility method for displaying types.
toString() - Method in class org.ipdr.common.CompositeData
Utility method for displaying types.
toString() - Method in class org.ipdr.common.CompositeType
Utility method for displaying types.
toString() - Method in class org.ipdr.common.SimpleType
Utility method for displaying types.
toString(byte[]) - Static method in class org.ipdr.utils.UUIDUtil
Generates a printable string containing the byte array in the standard UUID format.
totalArguments_ - Variable in class org.ipdr.test.IPDRWriteTool
Length of the input string.
totalListServiceElements_ - Variable in class org.ipdr.common.SchemaContentHandler
ArrayList to store the total list of Service Elements.
toXML() - Method in class org.ipdr.ftp.CapabilityFile
This method returns an XML string representing the CapabilityFile.
TRUE - Static variable in class org.ipdr.xdr.XDRMarshaller
Byte containing TRUE value
TRUE - Static variable in class org.ipdr.xdr.XDRUnMarshaller
Byte containing TRUE value
type_ - Variable in class org.ipdr.common.ArrayType
OpenType of the Array elements.
type_ - Variable in class org.ipdr.common.CompositeData
The type of this Composite Data
type_ - Variable in class org.ipdr.common.SimpleType
Points to self or the underlying base type for a simple object.
type_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the list of Service Types present in XML document
typeCode_ - Variable in class org.ipdr.common.ArrayType
Char containing the Type Code of the Array elements.
typeCode_ - Variable in class org.ipdr.common.SimpleType
Each SimpleType has a unique code, object types all have the code "L".
typeCode_ - Variable in class org.ipdr.xdr.AttributeDescriptor
Int to store the Attribute Type Code.
typeList_ - Variable in class org.ipdr.common.CompositeType
The sequence of types which appear in a data item of this OpenType.
typeName_ - Variable in class org.ipdr.xdr.RecordDescriptor
Name of service type
typesByName_ - Variable in class org.ipdr.common.CompositeType
A HashMap to aid in finding the index for a field by its name in this CompositeType.

U

UNBOUNDED - Static variable in class org.ipdr.common.ArrayType
Int to represent the 'unbounded' max length.
uninitialized_ - Variable in class org.ipdr.xdr.IPDRStreamElement
This flag is used to ensure that XDR reading and writing are asynchronous.
unitFlag_ - Variable in class org.ipdr.common.SchemaContentHandler
Flag indicating whether ipdr:unit is present for an attribute.
unitOfMeasure_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Unit Of Measure
UNREADABLE - Static variable in class org.ipdr.common.IPDRDocReader
Int to represent the DocReader's state when its Unreadable.
UNSIGNED_BYTE - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Unsigned Byte.
UNSIGNED_BYTE - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive unsignedByte objects.
UNSIGNED_INTEGER - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Unsigned Integer.
UNSIGNED_INTEGER - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive unsignedInt objects.
UNSIGNED_LONG - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Unsigned Long.
UNSIGNED_LONG - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive unsignedLong objects.
UNSIGNED_SHORT - Static variable in interface org.ipdr.common.AttributeType
Hexadecimal to represent an Unsigned Short.
UNSIGNED_SHORT - Static variable in class org.ipdr.common.SimpleType
String used for the base type definition for primitive unsignedShort objects.
UNSIGNEDBYTE_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Unsigned Byte object, 'E'
unsignedByteInstance_ - Static variable in class org.ipdr.common.SimpleType
 
UNSIGNEDINT_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a unsigned Integer object, 'U'
unsignedIntInstance_ - Static variable in class org.ipdr.common.SimpleType
 
UNSIGNEDLONG_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Unsigned Long object, 'K'
unsignedLongInstance_ - Static variable in class org.ipdr.common.SimpleType
 
UNSIGNEDSHORT_TYPE_CODE - Static variable in class org.ipdr.common.OpenType
Type code for a Unsigned Short object, 'T'
unsignedShortInstance_ - Static variable in class org.ipdr.common.SimpleType
 
UNWRITEABLE - Static variable in class org.ipdr.common.IPDRDocWriter
Int to represent the DocWriter's state when its unwriteable.
updateData(CompositeData) - Static method in class org.ipdr.test.TestIPDRDocWriter
Utility routine used in conjunction with the main() program to perform simple test of IPDRDocWriter.
URIStorage_ - Variable in class org.ipdr.common.DescriptorContentHandler
To store the nameSpaceInfo objects having uri and prefix.
URIStorage_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the NameSpace Information having URI and prefix
URIUtils - Class in org.ipdr.ftp
This class provides utility methods related to URL.
URIUtils() - Constructor for class org.ipdr.ftp.URIUtils
 
UUID_seed_ - Static variable in class org.ipdr.utils.UUIDUtil
Random variable used in UUID creation.
UUID_SIZE - Static variable in class org.ipdr.utils.UUIDUtil
Size of the UUID field when represented in hex binary.
UUID_VARIANT - Static variable in class org.ipdr.utils.UUIDUtil
The OSF DCE variant.
UUID_VERSION - Static variable in class org.ipdr.utils.UUIDUtil
This version is based on the OSF DCE version.
UUIDUtil - Class in org.ipdr.utils
The UUIDUtil class provides utilities for creating and displaying 128 bit (16 byte) UUID's.
UUIDUtil() - Constructor for class org.ipdr.utils.UUIDUtil
 

V

v4AddrToString(int) - Static method in class org.ipdr.utils.IPAddrUtil
Method to convert IPv4 Address in Integer format to IPv4 Address in String format (12.222.111.33)
validateAgainstSchema(CompositeData, Schema) - Static method in class org.ipdr.utils.SchemaUtil
This method is used to validate a given CompositeData object against a schema object.
validateIPv4Addr(String) - Static method in class org.ipdr.utils.IPAddrUtil
This method will validate whether the input IP Address is in proper format for IPv4.
validateIPv6Addr(String) - Static method in class org.ipdr.utils.IPV6AddrUtil
This method will validate whether the input IP Address is in proper format for IPv6.
validateMACAddress(String) - Static method in class org.ipdr.utils.MacAddressUtil
This method will validate whether the input IP Address is in proper format for IPv6.
validateSchema_ - Variable in class org.ipdr.test.ConvertXDRtoXML
Flag indicating validation of Schema.
validateSchema_ - Variable in class org.ipdr.test.ConvertXMLtoXDR
Flag indicating validation of Schema.
validateSchema_ - Static variable in class org.ipdr.test.IPDRReadTool
Flag indicating validation of Schema.
validateSchema_ - Static variable in class org.ipdr.test.IPDRWriteTool
Flag indicating validation of Schema.
value_ - Variable in class org.ipdr.xml.XMLElement
This varable will store the XML Value.
verifydesc(int) - Method in class org.ipdr.xdr.IPDRStreamElement
Method called from desc() method to ensure that discriminator has value 1 while writing Record Descriptor.
verifydocEnd(int) - Method in class org.ipdr.xdr.IPDRStreamElement
Method called from docEnd() method to ensure that discriminator has value 3 while writing IPDR DocEnd.
verifyrec(int) - Method in class org.ipdr.xdr.IPDRStreamElement
Method called from rec() method to ensure that discriminator has value 2 while writing IPDR Record.
version_ - Variable in class org.ipdr.ftp.CapabilityFile
 
VERSION_NUMBER - Variable in class org.ipdr.ftp.ControlFile
 

W

warning(SAXParseException) - Method in class org.ipdr.xml.IPDRXMLErrorHandler
This will report a warning that has occurred; this indicates that while no XML rules were "broken", something appears to be incorrect or missing.
write(int, String) - Static method in class org.ipdr.ftp.Debug
This prints the message on the screen in case the type of message has been enabled.
write(int, String) - Static method in class org.ipdr.utils.Debug
Method to printout on console depending on the debug mode invoked by the user.
write(XDRMarshaller, AttributeDescriptor) - Static method in class org.ipdr.xdr.AttributeDescriptorHelper
Method used to write an Attribute Descriptor to the output stream.
write(XDRMarshaller, CompositeData) - Static method in class org.ipdr.xdr.CompositeDataHelper
Method to write IPDR Docs.
write(XDRMarshaller, IPDRStreamElement) - Static method in class org.ipdr.xdr.IPDRStreamElementHelper
Method used to write IPDR Stream Elements to the output stream.
write(XDRMarshaller, IPDRDocEnd) - Static method in class org.ipdr.xdr.IPDRXDRDocEndHelper
Method used to write IPDR DocEnd to the output stream.
write(XDRMarshaller, IPDRHeader) - Static method in class org.ipdr.xdr.IPDRXDRHeaderHelper
Method used to write a IPDR Header to the output stream.
write(XDRMarshaller, IPDRRecord) - Static method in class org.ipdr.xdr.IPDRXDRRecordHelper
Method used to write a IPDR Record to the output stream.
write(XDRMarshaller, NameSpaceInfo) - Static method in class org.ipdr.xdr.NameSpaceInfoHelper
Method used to write a NameSpace Info to the output stream.
write(XDRMarshaller, RecordDescriptor) - Static method in class org.ipdr.xdr.RecordDescriptorHelper
Method used to write a Record Descriptor to the output stream.
write(int) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'byte' to the output stream.
write(XMLMarshaller, int, long, boolean) - Static method in class org.ipdr.xml.IPDRXMLDocEndHelper
Method to write the DocEnd information to IPDRDoc in XML format.
write(XMLMarshaller, IPDRHeader, boolean) - Static method in class org.ipdr.xml.IPDRXMLHeaderHelper
Method to write the Header information to IPDRDoc in XML format.
write(XMLMarshaller, CompositeData, int) - Static method in class org.ipdr.xml.IPDRXMLRecordHelper
Method to write XML records to IPDRDoc in XML format.
write(String) - Method in class org.ipdr.xml.XMLMarshaller
Method to write a String to the Output stream.
write(int) - Method in class org.ipdr.xml.XMLMarshaller
Method to write an 'int' to the Output stream.
write_boolean(boolean) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'boolean' to the output stream.
write_byte(byte) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'byte' to the output stream.
write_double(double) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'double' to the output stream.
write_float(float) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'float' to the output stream.
write_long(int) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write an 'int' to the output stream.
write_longlong(long) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'long' to the output stream.
write_octet_array(byte[], int, int) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'octet array' to the output stream.
write_short(short) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'short' to the output stream.
write_u_long(long) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write an 'unsigned int' to the output stream.
write_wstring(String) - Method in class org.ipdr.xdr.XDRMarshaller
Method to write a 'string' to the output stream.
WRITEABLE - Static variable in class org.ipdr.common.IPDRDocWriter
Int to represent the DocWriter's state when its writeable.
writeEnd(long) - Method in class org.ipdr.common.IPDRDocWriter
Mark the end of this IPDR stream, creating an IPDRDocEnd element in the compact IPDRDoc.
writeEnd() - Method in class org.ipdr.ftp.ControlFile
This method writes the VERSION_NUMBER string at the end of the document
writeHeader(String, long, String, NameSpaceInfo[], String[], String[], byte[]) - Method in class org.ipdr.common.IPDRDocWriter
Writes the header information to the Output Stream.
writeInt(byte[], int, int) - Static method in class org.ipdr.utils.UUIDUtil
Writes a 'int' to the input byte array.
writeIPDR(CompositeData) - Method in class org.ipdr.common.IPDRDocWriter
Add an IPDR event into the IPDRDoc.
writeShort(byte[], int, short) - Static method in class org.ipdr.utils.UUIDUtil
Writes a 'short' to the input byte buffer at the specified starting index.
writeStart() - Method in class org.ipdr.ftp.ControlFile
This method writes the VERSION_NUMBER string at the start of the document
writeToControlFile(String) - Method in class org.ipdr.ftp.ControlFile
This method writes the string, passed, to the control file.

X

xchgCurrencyType_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Exchange Currency Type
xchgEncoding_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Exchange Encoding
xchgProtocol_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Exchange Protocol
xchgSLA_ - Variable in class org.ipdr.ftp.BRRecord
Stores the Exchange SLA
XDR - Static variable in class org.ipdr.common.IPDRDocReader
Int to represent the document type for XDR.
XDR - Static variable in class org.ipdr.common.IPDRDocWriter
Int to represent the document type for XDR.
XDR - Static variable in class org.ipdr.test.IPDRReadTool
Int to represent document type XDR.
xdrFlag_ - Variable in class org.ipdr.test.IPDRWriteTool
Flag indicating document type as XDR.
XDRMarshaller - Class in org.ipdr.xdr
This class will write object to OutputStream in the XDR format.
XDRMarshaller(OutputStream) - Constructor for class org.ipdr.xdr.XDRMarshaller
Constructor for the XDRMarshaller object.
XDRUnMarshaller - Class in org.ipdr.xdr
XDRUnMarshaller is the simplest marshalling mechanism using basic Java InputStream objects.
XDRUnMarshaller(InputStream) - Constructor for class org.ipdr.xdr.XDRUnMarshaller
Constructor for the XDRUnMarshaller object.
XML - Static variable in class org.ipdr.common.IPDRDocReader
Int to represent the document type for XML.
XML - Static variable in class org.ipdr.common.IPDRDocWriter
Int to represent the document type for XML.
XML - Static variable in class org.ipdr.test.IPDRReadTool
Int to represent document type XML.
XMLElement - Class in org.ipdr.xml
The XML Element is a structure to hold the attributes of the Element read from XML.
XMLElement() - Constructor for class org.ipdr.xml.XMLElement
 
xmlElement_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the XML Element being processed.
xmlElementValue_ - Variable in class org.ipdr.xml.IPDRXMLContentHandler
To store the XML Element value
xmlFlag_ - Variable in class org.ipdr.test.IPDRWriteTool
Flag indicating document type as XML.
XMLMarshaller - Class in org.ipdr.xml
This class will write objects to Output Stream in the XML format.
XMLMarshaller(OutputStream) - Constructor for class org.ipdr.xml.XMLMarshaller
Constructor.
xmlRootElements_ - Static variable in class org.ipdr.xml.IPDRXMLRecordHelper
To store the Root Elements
XMLUnMarshaller - Class in org.ipdr.xml
XMLUnMarshaller will take an XML file and parse it using SAX, displaying the callbacks in the parsing lifecycle.
XMLUnMarshaller(InputStream) - Constructor for class org.ipdr.xml.XMLUnMarshaller
Constructor.

A B C D E F G H I L M N O P R S T U V W X