Uses of Class
nl.b3p.csw.jaxb.ows.Role
-
Packages that use Role Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Role in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows declared as Role Modifier and Type Field Description protected RoleResponsiblePartySubsetType. roleprotected RoleResponsiblePartyType. roleMethods in nl.b3p.csw.jaxb.ows that return Role Modifier and Type Method Description RoleObjectFactory. createRole(CodeType value)Create an instance ofRole}RoleResponsiblePartySubsetType. getRole()Gets the value of the role property.RoleResponsiblePartyType. getRole()Gets the value of the role property.Methods in nl.b3p.csw.jaxb.ows with parameters of type Role Modifier and Type Method Description voidResponsiblePartySubsetType. setRole(Role value)Sets the value of the role property.voidResponsiblePartyType. setRole(Role value)Sets the value of the role property.Constructors in nl.b3p.csw.jaxb.ows with parameters of type Role 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
-