Package nl.b3p.csw.jaxb.ows
Class ResponsiblePartyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.ResponsiblePartyType
-
public class ResponsiblePartyType extends Object
Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactInfocontactInfoprotected IndividualNameindividualNameprotected OrganisationNameorganisationNameprotected PositionNamepositionNameprotected Rolerole
-
Constructor Summary
Constructors Constructor Description ResponsiblePartyType()Default no-arg constructorResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactInfogetContactInfo()Gets the value of the contactInfo property.IndividualNamegetIndividualName()Gets the value of the individualName property.OrganisationNamegetOrganisationName()Gets the value of the organisationName property.PositionNamegetPositionName()Gets the value of the positionName property.RolegetRole()Gets the value of the role property.voidsetContactInfo(ContactInfo value)Sets the value of the contactInfo property.voidsetIndividualName(IndividualName value)Sets the value of the individualName property.voidsetOrganisationName(OrganisationName value)Sets the value of the organisationName property.voidsetPositionName(PositionName value)Sets the value of the positionName property.voidsetRole(Role value)Sets the value of the role property.
-
-
-
Field Detail
-
individualName
protected IndividualName individualName
-
organisationName
protected OrganisationName organisationName
-
positionName
protected PositionName positionName
-
contactInfo
protected ContactInfo contactInfo
-
role
protected Role role
-
-
Constructor Detail
-
ResponsiblePartyType
public ResponsiblePartyType()
Default no-arg constructor
-
ResponsiblePartyType
public ResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)
Fully-initialising value constructor
-
-
Method Detail
-
getIndividualName
public IndividualName getIndividualName()
Gets the value of the individualName property.- Returns:
- possible object is
IndividualName
-
setIndividualName
public void setIndividualName(IndividualName value)
Sets the value of the individualName property.- Parameters:
value- allowed object isIndividualName
-
getOrganisationName
public OrganisationName getOrganisationName()
Gets the value of the organisationName property.- Returns:
- possible object is
OrganisationName
-
setOrganisationName
public void setOrganisationName(OrganisationName value)
Sets the value of the organisationName property.- Parameters:
value- allowed object isOrganisationName
-
getPositionName
public PositionName getPositionName()
Gets the value of the positionName property.- Returns:
- possible object is
PositionName
-
setPositionName
public void setPositionName(PositionName value)
Sets the value of the positionName property.- Parameters:
value- allowed object isPositionName
-
getContactInfo
public ContactInfo getContactInfo()
Gets the value of the contactInfo property.- Returns:
- possible object is
ContactInfo
-
setContactInfo
public void setContactInfo(ContactInfo value)
Sets the value of the contactInfo property.- Parameters:
value- allowed object isContactInfo
-
-