javax.sdp
Interface Phone

All Superinterfaces:
Cloneable, Field, Serializable
All Known Implementing Classes:
PhoneField

public interface Phone
extends Field

A Phone represents a p= field contained within a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.

Version:
1.0
Author:
deruelle

Method Summary
 String getValue()
          Returns the value.
 void setValue(String value)
          Sets the value.
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Method Detail

getValue

String getValue()
                throws SdpParseException
Returns the value.

Returns:
the value.
Throws:
SdpParseException

setValue

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

Parameters:
value - the - new information.
Throws:
SdpException - if the value is null


Copyright © 2012. All Rights Reserved.