public class ResponsiblePartyType extends Object
Java class for ResponsiblePartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponsiblePartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows}IndividualName" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}OrganisationName" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}PositionName" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}ContactInfo" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}Role"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContactInfo |
contactInfo |
protected IndividualName |
individualName |
protected OrganisationName |
organisationName |
protected PositionName |
positionName |
protected Role |
role |
| Constructor and Description |
|---|
ResponsiblePartyType()
Default no-arg constructor
|
ResponsiblePartyType(IndividualName individualName,
OrganisationName organisationName,
PositionName positionName,
ContactInfo contactInfo,
Role role)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
getContactInfo()
Gets the value of the contactInfo property.
|
IndividualName |
getIndividualName()
Gets the value of the individualName property.
|
OrganisationName |
getOrganisationName()
Gets the value of the organisationName property.
|
PositionName |
getPositionName()
Gets the value of the positionName property.
|
Role |
getRole()
Gets the value of the role property.
|
void |
setContactInfo(ContactInfo value)
Sets the value of the contactInfo property.
|
void |
setIndividualName(IndividualName value)
Sets the value of the individualName property.
|
void |
setOrganisationName(OrganisationName value)
Sets the value of the organisationName property.
|
void |
setPositionName(PositionName value)
Sets the value of the positionName property.
|
void |
setRole(Role value)
Sets the value of the role property.
|
protected IndividualName individualName
protected OrganisationName organisationName
protected PositionName positionName
protected ContactInfo contactInfo
protected Role role
public ResponsiblePartyType()
public ResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)
public IndividualName getIndividualName()
IndividualNamepublic void setIndividualName(IndividualName value)
value - allowed object is
IndividualNamepublic OrganisationName getOrganisationName()
OrganisationNamepublic void setOrganisationName(OrganisationName value)
value - allowed object is
OrganisationNamepublic PositionName getPositionName()
PositionNamepublic void setPositionName(PositionName value)
value - allowed object is
PositionNamepublic ContactInfo getContactInfo()
ContactInfopublic void setContactInfo(ContactInfo value)
value - allowed object is
ContactInfoCopyright © 2019 B3Partners B.V.. All rights reserved.