|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wcas.metadatadesc.ContactInfo_Impl
ContactInfo_Impl.java Created on 16. September 2002, 09:57
----------------------------------------------------------------------
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 |
private Address address
private java.lang.String contactinstructions
private java.lang.String hoursofservice
private OnLineResource onlineresource
private Phone phone
Constructor Detail |
public ContactInfo_Impl(Address address, java.lang.String contactinstructions, java.lang.String hoursofservice, OnLineResource onlineresource, Phone phone)
Method Detail |
public Address getAddress()
getAddress
in interface ContactInfo
public void setAddress(Address address)
getAddress()
public java.lang.String getContactInstructions()
getContactInstructions
in interface ContactInfo
public void setContactInstructions(java.lang.String contactinstructions)
getContactInstructions()
public java.lang.String getHoursOfService()
getHoursOfService
in interface ContactInfo
public void setHoursOfService(java.lang.String hoursofservice)
getHoursOfService()
public OnLineResource getOnLineResource()
getOnLineResource
in interface ContactInfo
public void setOnLineResource(OnLineResource onlineresource)
getOnLineResource()
public Phone getPhone()
getPhone
in interface ContactInfo
public void setPhone(Phone phone)
getPhone()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |