Uses of Class
net.opengis.iso19139.gmd.v_20070417.RSIdentifierPropertyType
-
Packages that use RSIdentifierPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of RSIdentifierPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as RSIdentifierPropertyType Modifier and Type Field Description protected RSIdentifierPropertyTypeAbstractRSReferenceSystemType. nameprotected RSIdentifierPropertyTypeMDReferenceSystemType. referenceSystemIdentifierMethods in net.opengis.iso19139.gmd.v_20070417 that return RSIdentifierPropertyType Modifier and Type Method Description RSIdentifierPropertyTypeObjectFactory. createRSIdentifierPropertyType()Create an instance ofRSIdentifierPropertyTypeRSIdentifierPropertyTypeAbstractRSReferenceSystemType. getName()Gets the value of the name property.RSIdentifierPropertyTypeMDReferenceSystemType. getReferenceSystemIdentifier()Gets the value of the referenceSystemIdentifier property.RSIdentifierPropertyTypeRSIdentifierPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withArcrole(String value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withHref(String value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withNilReason(String... values)RSIdentifierPropertyTypeRSIdentifierPropertyType. withNilReason(Collection<String> values)RSIdentifierPropertyTypeRSIdentifierPropertyType. withNilReason(List<String> value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withRole(String value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withRSIdentifier(RSIdentifierType value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withTitle(String value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)RSIdentifierPropertyTypeRSIdentifierPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type RSIdentifierPropertyType Modifier and Type Method Description voidAbstractRSReferenceSystemType. setName(RSIdentifierPropertyType value)Sets the value of the name property.voidMDReferenceSystemType. setReferenceSystemIdentifier(RSIdentifierPropertyType value)Sets the value of the referenceSystemIdentifier property.AbstractRSReferenceSystemTypeAbstractRSReferenceSystemType. withName(RSIdentifierPropertyType value)MDReferenceSystemTypeMDReferenceSystemType. withReferenceSystemIdentifier(RSIdentifierPropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type RSIdentifierPropertyType Constructor Description AbstractRSReferenceSystemType(String id, String uuid, RSIdentifierPropertyType name, List<EXExtentPropertyType> domainOfValidity)Fully-initialising value constructorMDReferenceSystemType(String id, String uuid, RSIdentifierPropertyType referenceSystemIdentifier)Fully-initialising value constructor
-