Uses of Class
net.opengis.iso19139.gmd.v_20070417.CIRoleCodePropertyType
-
Packages that use CIRoleCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of CIRoleCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as CIRoleCodePropertyType Modifier and Type Field Description protected CIRoleCodePropertyTypeCIResponsiblePartyType. roleMethods in net.opengis.iso19139.gmd.v_20070417 that return CIRoleCodePropertyType Modifier and Type Method Description CIRoleCodePropertyTypeObjectFactory. createCIRoleCodePropertyType()Create an instance ofCIRoleCodePropertyTypeCIRoleCodePropertyTypeCIResponsiblePartyType. getRole()Gets the value of the role property.CIRoleCodePropertyTypeCIRoleCodePropertyType. withCIRoleCode(CodeListValueType value)CIRoleCodePropertyTypeCIRoleCodePropertyType. withNilReason(String... values)CIRoleCodePropertyTypeCIRoleCodePropertyType. withNilReason(Collection<String> values)CIRoleCodePropertyTypeCIRoleCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type CIRoleCodePropertyType Modifier and Type Method Description voidCIResponsiblePartyType. setRole(CIRoleCodePropertyType value)Sets the value of the role property.CIResponsiblePartyTypeCIResponsiblePartyType. withRole(CIRoleCodePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type CIRoleCodePropertyType Constructor Description CIResponsiblePartyType(String id, String uuid, CharacterStringPropertyType individualName, CharacterStringPropertyType organisationName, CharacterStringPropertyType positionName, CIContactPropertyType contactInfo, CIRoleCodePropertyType role)Fully-initialising value constructor
-