Uses of Class
net.opengis.iso19139.gmx.v_20070417.AbstractMXFileType
-
Packages that use AbstractMXFileType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of AbstractMXFileType in net.opengis.iso19139.gmx.v_20070417
Subclasses of AbstractMXFileType in net.opengis.iso19139.gmx.v_20070417 Modifier and Type Class Description classMXDataFileTypeJava class for MX_DataFile_Type complex type.classMXSupportFileTypeJava class for MX_SupportFile_Type complex type.Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type AbstractMXFileType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractMXFileType>MXFilePropertyType. abstractMXFileMethods in net.opengis.iso19139.gmx.v_20070417 that return AbstractMXFileType Modifier and Type Method Description AbstractMXFileTypeAbstractMXFileType. withFileDescription(CharacterStringPropertyType value)AbstractMXFileTypeAbstractMXFileType. withFileName(FileNamePropertyType value)AbstractMXFileTypeAbstractMXFileType. withFileType(MimeFileTypePropertyType value)AbstractMXFileTypeAbstractMXFileType. withId(String value)AbstractMXFileTypeAbstractMXFileType. withUuid(String value)Methods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type AbstractMXFileType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractMXFileType>ObjectFactory. createAbstractMXFile(AbstractMXFileType value)jakarta.xml.bind.JAXBElement<? extends AbstractMXFileType>MXFilePropertyType. getAbstractMXFile()Gets the value of the abstractMXFile property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type AbstractMXFileType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractMXFileType>ObjectFactory. createAbstractMXFile(AbstractMXFileType value)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type AbstractMXFileType Modifier and Type Method Description voidMXFilePropertyType. setAbstractMXFile(jakarta.xml.bind.JAXBElement<? extends AbstractMXFileType> value)Sets the value of the abstractMXFile property.MXFilePropertyTypeMXFilePropertyType. withAbstractMXFile(jakarta.xml.bind.JAXBElement<? extends AbstractMXFileType> value)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type AbstractMXFileType Constructor Description MXFilePropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractMXFileType> abstractMXFile, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-