Uses of Class
org.mobicents.protocols.smpp.message.tlv.Tag

Packages that use Tag
org.mobicents.protocols.smpp.message SMPP packet types. 
org.mobicents.protocols.smpp.message.tlv Support for SMPP v3.4 optional parameter (TLVs). 
 

Uses of Tag in org.mobicents.protocols.smpp.message
 

Methods in org.mobicents.protocols.smpp.message with parameters of type Tag
 Object SMPPPacket.getTLV(Tag tag)
          Get a TLV parameter.
 boolean SMPPPacket.isSet(Tag tag)
          Check if a particular TLV parameter is set.
 Object SMPPPacket.removeTLV(Tag tag)
          Remove a TLV parameter.
 Object SMPPPacket.setTLV(Tag tag, Object value)
          Set a TLV parameter.
 

Uses of Tag in org.mobicents.protocols.smpp.message.tlv
 

Fields in org.mobicents.protocols.smpp.message.tlv declared as Tag
static Tag Tag.ADDITIONAL_STATUS_INFO_TEXT
           
static Tag Tag.ALERT_ON_MESSAGE_DELIVERY
           
static Tag Tag.BROADCAST_AREA_IDENTIFIER
           
static Tag Tag.BROADCAST_AREA_SUCCESS
           
static Tag Tag.BROADCAST_CHANNEL_INDICATOR
           
static Tag Tag.BROADCAST_CONTENT_TYPE
           
static Tag Tag.BROADCAST_CONTENT_TYPE_INFO
           
static Tag Tag.BROADCAST_END_TIME
           
static Tag Tag.BROADCAST_ERROR_STATUS
           
static Tag Tag.BROADCAST_FREQUENCY_INTERVAL
           
static Tag Tag.BROADCAST_MESSAGE_CLASS
           
static Tag Tag.BROADCAST_REP_NUM
           
static Tag Tag.BROADCAST_SERVICE_GROUP
           
static Tag Tag.CALLBACK_NUM
           
static Tag Tag.CALLBACK_NUM_ATAG
           
static Tag Tag.CALLBACK_NUM_PRES_IND
           
static Tag Tag.DELIVERY_FAILURE_REASON
           
static Tag Tag.DEST_ADDR_SUBUNIT
           
static Tag Tag.DEST_BEARER_TYPE
           
static Tag Tag.DEST_NETWORK_TYPE
           
static Tag Tag.DEST_SUBADDRESS
           
static Tag Tag.DEST_TELEMATICS_ID
           
static Tag Tag.DESTINATION_PORT
           
static Tag Tag.DISPLAY_TIME
           
static Tag Tag.DPF_RESULT
           
static Tag Tag.ITS_REPLY_TYPE
           
static Tag Tag.ITS_SESSION_INFO
           
static Tag Tag.LANGUAGE_INDICATOR
           
static Tag Tag.MESSAGE_PAYLOAD
           
static Tag Tag.MESSAGE_STATE
           
static Tag Tag.MORE_MESSAGES_TO_SEND
           
static Tag Tag.MS_AVAILABILITY_STATUS
           
static Tag Tag.MS_MSG_WAIT_FACILITIES
           
static Tag Tag.MS_VALIDITY
           
static Tag Tag.NETWORK_ERROR_CODE
           
static Tag Tag.NUMBER_OF_MESSAGES
           
static Tag Tag.PAYLOAD_TYPE
           
static Tag Tag.PRIVACY_INDICATOR
           
static Tag Tag.QOS_TIME_TO_LIVE
           
static Tag Tag.RECEIPTED_MESSAGE_ID
           
static Tag Tag.SAR_MSG_REF_NUM
           
static Tag Tag.SAR_SEGMENT_SEQNUM
           
static Tag Tag.SAR_TOTAL_SEGMENTS
           
static Tag Tag.SC_INTERFACE_VERSION
           
static Tag Tag.SET_DPF
           
static Tag Tag.SMS_SIGNAL
           
static Tag Tag.SOURCE_ADDR_SUBUNIT
           
static Tag Tag.SOURCE_BEARER_TYPE
           
static Tag Tag.SOURCE_NETWORK_TYPE
           
static Tag Tag.SOURCE_PORT
           
static Tag Tag.SOURCE_SUBADDRESS
           
static Tag Tag.SOURCE_TELEMATICS_ID
           
static Tag Tag.USER_MESSAGE_REFERENCE
           
static Tag Tag.USER_RESPONSE_CODE
           
static Tag Tag.USSD_SERVICE_OP
           
 

Methods in org.mobicents.protocols.smpp.message.tlv that return Tag
static Tag Tag.defineTag(int tagValue, ParamDescriptor paramDescriptor, int fixedSize)
          Define a new tag type which has a fixed length.
static Tag Tag.defineTag(int tagValue, ParamDescriptor paramDescriptor, int minSize, int maxSize)
          Define a new tag type with minimum and maximum sizes.
static Tag Tag.getTag(int tagValue)
          Get the Tag object that represents tag tagValue.
static Tag Tag.undefineTag(Tag tag)
          Undefine a tag.
 

Methods in org.mobicents.protocols.smpp.message.tlv with parameters of type Tag
 BitSet TLVTableImpl.getBitmask(Tag tag)
          Get the tag's value as a bit set.
 BitSet TLVTable.getBitmask(Tag tag)
          Get the tag's value as a bit set.
 byte[] TLVTableImpl.getBytes(Tag tag)
          Get the tag's value as a byte array.
 byte[] TLVTable.getBytes(Tag tag)
          Get the tag's value as a byte array.
 int TLVTableImpl.getInt(Tag tag)
          Get the tag's value as an int.
 int TLVTable.getInt(Tag tag)
          Get the tag's value as an int.
 long TLVTableImpl.getLong(Tag tag)
          Get the tag's value as a long.
 long TLVTable.getLong(Tag tag)
          Get the tag's value as a long.
 String TLVTableImpl.getString(Tag tag)
          Get the tag's value as a string.
 String TLVTable.getString(Tag tag)
          Get the tag's value as a string.
 Object TLVTableImpl.put(Tag tag, char value)
           
 Object TLVTable.put(Tag tag, char value)
           
 Object TLVTableImpl.put(Tag tag, int value)
           
 Object TLVTable.put(Tag tag, int value)
           
 Object TLVTableImpl.put(Tag tag, long value)
           
 Object TLVTable.put(Tag tag, long value)
           
 Object TLVTableImpl.put(Tag tag, Object value)
          Set the value of a TLV.
 Object TLVTableImpl.put(Tag tag, short value)
           
 Object TLVTable.put(Tag tag, short value)
           
static Tag Tag.undefineTag(Tag tag)
          Undefine a tag.
 



Copyright © 2011 Mobicents. All Rights Reserved.