Uses of Class
nl.b3p.csw.jaxb.ows.PositionName
-
Packages that use PositionName Package Description nl.b3p.csw.jaxb.ows -
-
Uses of PositionName in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as PositionName Modifier and Type Field Description protected PositionNameResponsiblePartySubsetType. positionNameprotected PositionNameResponsiblePartyType. positionNameMethods in nl.b3p.csw.jaxb.ows that return PositionName Modifier and Type Method Description PositionNameObjectFactory. createPositionName(String value)Create an instance ofPositionName}PositionNameResponsiblePartySubsetType. getPositionName()Gets the value of the positionName property.PositionNameResponsiblePartyType. getPositionName()Gets the value of the positionName property.Methods in nl.b3p.csw.jaxb.ows with parameters of type PositionName Modifier and Type Method Description voidResponsiblePartySubsetType. setPositionName(PositionName value)Sets the value of the positionName property.voidResponsiblePartyType. setPositionName(PositionName value)Sets the value of the positionName property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type PositionName Constructor Description ResponsiblePartySubsetType(IndividualName individualName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructorResponsiblePartyType(IndividualName individualName, OrganisationName organisationName, PositionName positionName, ContactInfo contactInfo, Role role)Fully-initialising value constructor
-