org.deegree.protocol.ows.metadata.party
Class Telephone

java.lang.Object
  extended by org.deegree.protocol.ows.metadata.party.Telephone

public class Telephone
extends Object

The Telephone bean encapsulates the corresponding GetCapabilities response metadata element.

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Andrei Ionita, last edited by: $Author: mschneider $

Constructor Summary
Telephone()
           
 
Method Summary
 List<String> getFacsimile()
           
 List<String> getVoice()
           
 void setFacsimile(List<String> facsimile)
           
 void setVoice(List<String> voice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Telephone

public Telephone()
Method Detail

setVoice

public void setVoice(List<String> voice)
Parameters:
voice - the voice to set

setFacsimile

public void setFacsimile(List<String> facsimile)
Parameters:
facsimile - the facsimile to set

getVoice

public List<String> getVoice()
Returns:
voice, may be empty but never null.

getFacsimile

public List<String> getFacsimile()
Returns:
facsimile, may be empty but never null.


Copyright © 2011. All Rights Reserved.