org.deegree_impl.services.wcas.metadatadesc
Class Phone_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.Phone_Impl
All Implemented Interfaces:
Phone

public class Phone_Impl
extends java.lang.Object
implements Phone

Phone_Impl.java Created on 16. September 2002, 10:30


Field Summary
private  java.util.ArrayList facsimile
           
private  java.util.ArrayList other
           
private  java.util.ArrayList othertype
           
private  java.util.ArrayList voice
           
 
Constructor Summary
Phone_Impl(java.lang.String[] facsimile, java.lang.String[] other, java.lang.String[] othertype, java.lang.String[] voice)
          Creates a new instance of Phone_Impl
 
Method Summary
 void addFacsimile(java.lang.String facsimile)
           
 void addOther(java.lang.String other)
           
 void addOtherType(java.lang.String othertype)
           
 void addVoice(java.lang.String voice)
           
 java.lang.String[] getFacsimile()
          minOccurs="0" maxOccurs="unbounded"
 java.lang.String[] getOther()
          minOccurs="0" maxOccurs="unbounded"
 java.lang.String[] getOtherType()
          minOccurs="0" maxOccurs="unbounded"
 java.lang.String[] getVoice()
          minOccurs="0" maxOccurs="unbounded"
 void setFacsimile(java.lang.String[] facsimile)
           
 void setOther(java.lang.String[] other)
           
 void setOtherType(java.lang.String[] othertype)
           
 void setVoice(java.lang.String[] voice)
           
 java.lang.String toString()
          to String method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

facsimile

private java.util.ArrayList facsimile

other

private java.util.ArrayList other

othertype

private java.util.ArrayList othertype

voice

private java.util.ArrayList voice
Constructor Detail

Phone_Impl

public Phone_Impl(java.lang.String[] facsimile,
                  java.lang.String[] other,
                  java.lang.String[] othertype,
                  java.lang.String[] voice)
Creates a new instance of Phone_Impl

Method Detail

getFacsimile

public java.lang.String[] getFacsimile()
minOccurs="0" maxOccurs="unbounded"

Specified by:
getFacsimile in interface Phone

addFacsimile

public void addFacsimile(java.lang.String facsimile)
See Also:
getFacsimile()

setFacsimile

public void setFacsimile(java.lang.String[] facsimile)
See Also:
getFacsimile()

getOther

public java.lang.String[] getOther()
minOccurs="0" maxOccurs="unbounded"

Specified by:
getOther in interface Phone

addOther

public void addOther(java.lang.String other)
See Also:
getOther()

setOther

public void setOther(java.lang.String[] other)
See Also:
getOther()

getOtherType

public java.lang.String[] getOtherType()
minOccurs="0" maxOccurs="unbounded"

Specified by:
getOtherType in interface Phone

addOtherType

public void addOtherType(java.lang.String othertype)
See Also:
getOtherType()

setOtherType

public void setOtherType(java.lang.String[] othertype)
See Also:
getOtherType()

getVoice

public java.lang.String[] getVoice()
minOccurs="0" maxOccurs="unbounded"

Specified by:
getVoice in interface Phone

addVoice

public void addVoice(java.lang.String voice)
See Also:
getVoice()

setVoice

public void setVoice(java.lang.String[] voice)
See Also:
getVoice()

toString

public java.lang.String toString()
to String method