Uses of Class
net.opengis.iso19139.gmx.v_20070417.OperationAltPropertyType
-
Packages that use OperationAltPropertyType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of OperationAltPropertyType in net.opengis.iso19139.gmx.v_20070417
Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type OperationAltPropertyType Modifier and Type Field Description protected List<OperationAltPropertyType>MLConcatenatedOperationType. alternativeExpressionprotected List<OperationAltPropertyType>MLConversionType. alternativeExpressionprotected List<OperationAltPropertyType>MLPassThroughOperationType. alternativeExpressionprotected List<OperationAltPropertyType>MLTransformationType. alternativeExpressionMethods in net.opengis.iso19139.gmx.v_20070417 that return OperationAltPropertyType Modifier and Type Method Description OperationAltPropertyTypeObjectFactory. createOperationAltPropertyType()Create an instance ofOperationAltPropertyTypeOperationAltPropertyTypeOperationAltPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)OperationAltPropertyTypeOperationAltPropertyType. withArcrole(String value)OperationAltPropertyTypeOperationAltPropertyType. withHref(String value)OperationAltPropertyTypeOperationAltPropertyType. withNilReason(String... values)OperationAltPropertyTypeOperationAltPropertyType. withNilReason(Collection<String> values)OperationAltPropertyTypeOperationAltPropertyType. withNilReason(List<String> value)OperationAltPropertyTypeOperationAltPropertyType. withOperationAlt(OperationAltType value)OperationAltPropertyTypeOperationAltPropertyType. withRole(String value)OperationAltPropertyTypeOperationAltPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)OperationAltPropertyTypeOperationAltPropertyType. withTitle(String value)OperationAltPropertyTypeOperationAltPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)OperationAltPropertyTypeOperationAltPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type OperationAltPropertyType Modifier and Type Method Description List<OperationAltPropertyType>MLConcatenatedOperationType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<OperationAltPropertyType>MLConversionType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<OperationAltPropertyType>MLPassThroughOperationType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<OperationAltPropertyType>MLTransformationType. getAlternativeExpression()Gets the value of the alternativeExpression property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type OperationAltPropertyType Modifier and Type Method Description MLConcatenatedOperationTypeMLConcatenatedOperationType. withAlternativeExpression(OperationAltPropertyType... values)MLConversionTypeMLConversionType. withAlternativeExpression(OperationAltPropertyType... values)MLPassThroughOperationTypeMLPassThroughOperationType. withAlternativeExpression(OperationAltPropertyType... values)MLTransformationTypeMLTransformationType. withAlternativeExpression(OperationAltPropertyType... values)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type OperationAltPropertyType Constructor Description MLConcatenatedOperationType(List<OperationAltPropertyType> alternativeExpression)Fully-initialising value constructorMLConversionType(List<OperationAltPropertyType> alternativeExpression)Fully-initialising value constructorMLPassThroughOperationType(List<OperationAltPropertyType> alternativeExpression)Fully-initialising value constructorMLTransformationType(List<OperationAltPropertyType> alternativeExpression)Fully-initialising value constructor
-