org.deegree_impl.services.wcas.metadatadesc
Class ContactInfo_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.ContactInfo_Impl
All Implemented Interfaces:
ContactInfo

public class ContactInfo_Impl
extends java.lang.Object
implements ContactInfo

ContactInfo_Impl.java Created on 16. September 2002, 09:57

----------------------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/04/07 06:43:50 $ *
Author:
Axel Schaefer

Field Summary
private  Address address
           
private  java.lang.String contactinstructions
           
private  java.lang.String hoursofservice
           
private  OnLineResource onlineresource
           
private  Phone phone
           
 
Constructor Summary
ContactInfo_Impl(Address address, java.lang.String contactinstructions, java.lang.String hoursofservice, OnLineResource onlineresource, Phone phone)
          Creates a new instance of ContactInfo_Impl
 
Method Summary
 Address getAddress()
          minOccurs="0"
 java.lang.String getContactInstructions()
          minOccurs="0"
 java.lang.String getHoursOfService()
          minOccurs="0"
 OnLineResource getOnLineResource()
          minOccurs="0"
 Phone getPhone()
          minOccurs="0"
 void setAddress(Address address)
           
 void setContactInstructions(java.lang.String contactinstructions)
           
 void setHoursOfService(java.lang.String hoursofservice)
           
 void setOnLineResource(OnLineResource onlineresource)
           
 void setPhone(Phone phone)
           
 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

address

private Address address

contactinstructions

private java.lang.String contactinstructions

hoursofservice

private java.lang.String hoursofservice

onlineresource

private OnLineResource onlineresource

phone

private Phone phone
Constructor Detail

ContactInfo_Impl

public ContactInfo_Impl(Address address,
                        java.lang.String contactinstructions,
                        java.lang.String hoursofservice,
                        OnLineResource onlineresource,
                        Phone phone)
Creates a new instance of ContactInfo_Impl

Method Detail

getAddress

public Address getAddress()
minOccurs="0"

Specified by:
getAddress in interface ContactInfo

setAddress

public void setAddress(Address address)
See Also:
getAddress()

getContactInstructions

public java.lang.String getContactInstructions()
minOccurs="0"

Specified by:
getContactInstructions in interface ContactInfo

setContactInstructions

public void setContactInstructions(java.lang.String contactinstructions)
See Also:
getContactInstructions()

getHoursOfService

public java.lang.String getHoursOfService()
minOccurs="0"

Specified by:
getHoursOfService in interface ContactInfo

setHoursOfService

public void setHoursOfService(java.lang.String hoursofservice)
See Also:
getHoursOfService()

getOnLineResource

public OnLineResource getOnLineResource()
minOccurs="0"

Specified by:
getOnLineResource in interface ContactInfo

setOnLineResource

public void setOnLineResource(OnLineResource onlineresource)
See Also:
getOnLineResource()

getPhone

public Phone getPhone()
minOccurs="0"

Specified by:
getPhone in interface ContactInfo

setPhone

public void setPhone(Phone phone)
See Also:
getPhone()

toString

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