|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.metadata.ServiceContactType
public class ServiceContactType
Java class for ServiceContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceContactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IndividualName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PositionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Facsimile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ElectronicMailAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Address" type="{http://www.deegree.org/services/metadata}AddressType"/>
<element name="OnlineResource" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="HoursOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContactInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Role" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AddressType |
address
|
protected java.lang.String |
contactInstructions
|
protected java.util.List<java.lang.String> |
electronicMailAddress
|
protected java.lang.String |
facsimile
|
protected java.lang.String |
hoursOfService
|
protected java.lang.String |
individualName
|
protected java.lang.String |
onlineResource
|
protected java.lang.String |
phone
|
protected java.lang.String |
positionName
|
protected java.lang.String |
role
|
| Constructor Summary | |
|---|---|
ServiceContactType()
|
|
| Method Summary | |
|---|---|
AddressType |
getAddress()
Gets the value of the address property. |
java.lang.String |
getContactInstructions()
Gets the value of the contactInstructions property. |
java.util.List<java.lang.String> |
getElectronicMailAddress()
Gets the value of the electronicMailAddress property. |
java.lang.String |
getFacsimile()
Gets the value of the facsimile property. |
java.lang.String |
getHoursOfService()
Gets the value of the hoursOfService property. |
java.lang.String |
getIndividualName()
Gets the value of the individualName property. |
java.lang.String |
getOnlineResource()
Gets the value of the onlineResource property. |
java.lang.String |
getPhone()
Gets the value of the phone property. |
java.lang.String |
getPositionName()
Gets the value of the positionName property. |
java.lang.String |
getRole()
Gets the value of the role property. |
void |
setAddress(AddressType value)
Sets the value of the address property. |
void |
setContactInstructions(java.lang.String value)
Sets the value of the contactInstructions property. |
void |
setFacsimile(java.lang.String value)
Sets the value of the facsimile property. |
void |
setHoursOfService(java.lang.String value)
Sets the value of the hoursOfService property. |
void |
setIndividualName(java.lang.String value)
Sets the value of the individualName property. |
void |
setOnlineResource(java.lang.String value)
Sets the value of the onlineResource property. |
void |
setPhone(java.lang.String value)
Sets the value of the phone property. |
void |
setPositionName(java.lang.String value)
Sets the value of the positionName property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String individualName
protected java.lang.String positionName
protected java.lang.String phone
protected java.lang.String facsimile
protected java.util.List<java.lang.String> electronicMailAddress
protected AddressType address
protected java.lang.String onlineResource
protected java.lang.String hoursOfService
protected java.lang.String contactInstructions
protected java.lang.String role
| Constructor Detail |
|---|
public ServiceContactType()
| Method Detail |
|---|
public java.lang.String getIndividualName()
Stringpublic void setIndividualName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPositionName()
Stringpublic void setPositionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFacsimile()
Stringpublic void setFacsimile(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getElectronicMailAddress()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the electronicMailAddress property.
For example, to add a new item, do as follows:
getElectronicMailAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic java.lang.String getOnlineResource()
Stringpublic void setOnlineResource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHoursOfService()
Stringpublic void setHoursOfService(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContactInstructions()
Stringpublic void setContactInstructions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||