public static class WmsCapabilities.WmsContact
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
myContactAddress
The actual address of the contact person.
|
protected java.lang.String |
myContactAddressType
The type (postal) of adress of the contact persons adress.
|
protected java.lang.String |
myContactCity
The city part of the contact person's address.
|
protected java.lang.String |
myContactContactElectronicMailAddress
The email address of the contact person.
|
protected java.lang.String |
myContactContactFacsimileTelephone
The fax number of the contact person.
|
protected java.lang.String |
myContactContactVoiceTelephone
The phone number of the contact person.
|
protected java.lang.String |
myContactCountry
The country part of the contact person's address.
|
protected java.lang.String |
myContactOrganizationName
The name of the organization the contact person belongs to.
|
protected java.lang.String |
myContactPersonName
The name of the contact person.
|
protected java.lang.String |
myContactPosition
The position of the contact person in the contact persons organisation.
|
protected java.lang.String |
myContactPostCode
The postal code of the contact person's address.
|
protected java.lang.String |
myContactStateOrProvince
The state part of the contact person's address.
|
Constructor and Description |
---|
WmsCapabilities.WmsContact(java.lang.String theContactPersonName,
java.lang.String theContactOrganizationName,
java.lang.String theContactPosition,
java.lang.String theContactAddressType,
java.lang.String theContactAddress,
java.lang.String theContactCity,
java.lang.String theContactStateOrProvince,
java.lang.String theContactPostCode,
java.lang.String theContactCountry,
java.lang.String theContactContactVoiceTelephone,
java.lang.String theContactContactFacsimileTelephone,
java.lang.String theContactContactElectronicMailAddress)
Create a new contact person object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Create the xml representation of a contact element.
|
protected java.lang.String myContactPersonName
protected java.lang.String myContactOrganizationName
protected java.lang.String myContactPosition
protected java.lang.String myContactAddressType
protected java.lang.String myContactAddress
protected java.lang.String myContactCity
protected java.lang.String myContactStateOrProvince
protected java.lang.String myContactPostCode
protected java.lang.String myContactCountry
protected java.lang.String myContactContactVoiceTelephone
protected java.lang.String myContactContactFacsimileTelephone
protected java.lang.String myContactContactElectronicMailAddress
public WmsCapabilities.WmsContact(java.lang.String theContactPersonName, java.lang.String theContactOrganizationName, java.lang.String theContactPosition, java.lang.String theContactAddressType, java.lang.String theContactAddress, java.lang.String theContactCity, java.lang.String theContactStateOrProvince, java.lang.String theContactPostCode, java.lang.String theContactCountry, java.lang.String theContactContactVoiceTelephone, java.lang.String theContactContactFacsimileTelephone, java.lang.String theContactContactElectronicMailAddress)
theContactPersonName
- the Contact Person Name,theContactOrganizationName
- the Contact Organization Name,theContactPosition
- the Contact Position,theContactAddressType
- the Contact Address Type,theContactAddress
- the Contact Address,theContactCity
- the Contact City,theContactStateOrProvince
- the Contact State Or Province,theContactPostCode
- the Contact Post Code,theContactCountry
- the Contact Country,theContactContactVoiceTelephone
- the Contact Voice Telephone,theContactContactFacsimileTelephone
- the Contact Facsimile Telephone,theContactContactElectronicMailAddress
- the Contact Electronic Mail Address,
Please also have a look at the ogc specification.