Package nl.b3p.csw.jaxb.ows
Class ResponsiblePartySubsetType
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.ResponsiblePartySubsetType
-
public class ResponsiblePartySubsetType extends Object
For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.Java class for ResponsiblePartySubsetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponsiblePartySubsetType"> <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}PositionName" minOccurs="0"/> <element ref="{http://www.opengis.net/ows}ContactInfo" minOccurs="0"/> <element ref="{http://www.opengis.net/ows}Role" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactInfocontactInfoprotected IndividualNameindividualNameprotected PositionNamepositionNameprotected Rolerole
-
Constructor Summary
Constructors Constructor Description ResponsiblePartySubsetType()Default no-arg constructorResponsiblePartySubsetType(IndividualName individualName, 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.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.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
-
positionName
protected PositionName positionName
-
contactInfo
protected ContactInfo contactInfo
-
role
protected Role role
-
-
Constructor Detail
-
ResponsiblePartySubsetType
public ResponsiblePartySubsetType()
Default no-arg constructor
-
ResponsiblePartySubsetType
public ResponsiblePartySubsetType(IndividualName individualName, 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
-
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
-
-