NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sdp.fields
Class PhoneField

java.lang.Object
  extended by gov.nist.core.GenericObject
      extended by gov.nist.javax.sdp.fields.SDPObject
          extended by gov.nist.javax.sdp.fields.SDPField
              extended by gov.nist.javax.sdp.fields.PhoneField
All Implemented Interfaces:
SDPFieldNames, Serializable, Cloneable, Field, Phone

public class PhoneField
extends SDPField
implements Phone

Phone Field SDP header

Version:
JSR141-PUBLIC-REVIEW (subject to change).
Author:
Olivier Deruelle , M. Ranganathan
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface gov.nist.javax.sdp.fields.SDPFieldNames
ATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD
 
Constructor Summary
PhoneField()
           
 
Method Summary
 String encode()
          Get the string encoded version of this object
 String getName()
           
 String getPhoneNumber()
           
 String getValue()
          Returns the value.
 void setName(String name)
          Set the name member
 void setPhoneNumber(String phoneNumber)
          Set the phoneNumber member
 void setValue(String value)
          Sets the value.
 
Methods inherited from class gov.nist.javax.sdp.fields.SDPField
getFieldName, getTypeChar, toString
 
Methods inherited from class gov.nist.javax.sdp.fields.SDPObject
dbgPrint, debugDump, equals, match
 
Methods inherited from class gov.nist.core.GenericObject
clone, debugDump, encode, getClassFromName, getMatcher, isMySubclass, makeClone, merge, setMatcher
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Constructor Detail

PhoneField

public PhoneField()
Method Detail

getName

public String getName()

getPhoneNumber

public String getPhoneNumber()

setName

public void setName(String name)
Set the name member

Parameters:
name - - the name to set.

setPhoneNumber

public void setPhoneNumber(String phoneNumber)
Set the phoneNumber member

Parameters:
phoneNumber - - phone number to set.

getValue

public String getValue()
                throws SdpParseException
Returns the value.

Specified by:
getValue in interface Phone
Returns:
the value.
Throws:
SdpParseException

setValue

public void setValue(String value)
              throws SdpException
Sets the value.

Specified by:
setValue in interface Phone
Parameters:
value - the - new information.
Throws:
SdpException - if the value is null

encode

public String encode()
Get the string encoded version of this object

Specified by:
encode in class SDPField
Since:
v1.0 Here, we implement only the "name " form and not the "phoneNumber (name)" form

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.