|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.ogcbasic.ContactPersonPrimary_Impl
names the conatct based on ISO 19115
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
contactOrganization
|
private java.lang.String |
contactPerson
|
Constructor Summary | |
ContactPersonPrimary_Impl(java.lang.String contactPerson,
java.lang.String contactOrganization)
constructor initializing the class with ContactPersonPrimary Strings |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.lang.String |
getContactOrganization()
returns the name of the organization that can be contacted / the contact person works at. |
java.lang.String |
getContactPerson()
returns the name of the contact person |
void |
setContactOrganization(java.lang.String contactOrganization)
sets the name of the organization that can be contacted / the contact person works at. |
void |
setContactPerson(java.lang.String contactPerson)
sets the name of the contact person |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String contactOrganization
private java.lang.String contactPerson
Constructor Detail |
public ContactPersonPrimary_Impl(java.lang.String contactPerson, java.lang.String contactOrganization)
Method Detail |
public java.lang.String getContactPerson()
getContactPerson
in interface ContactPersonPrimary
public void setContactPerson(java.lang.String contactPerson)
public java.lang.String getContactOrganization()
getContactOrganization
in interface ContactPersonPrimary
public void setContactOrganization(java.lang.String contactOrganization)
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |