Uses of Interface
org.isotc211.x2005.gco.BinaryPropertyType
-
Packages that use BinaryPropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of BinaryPropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return BinaryPropertyType Modifier and Type Method Description static BinaryPropertyTypeBinaryPropertyType.Factory. newInstance()static BinaryPropertyTypeBinaryPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(File file)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(InputStream is)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(Reader r)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(String xmlAsString)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(URL u)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(XMLStreamReader sr)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinaryPropertyTypeBinaryPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BinaryPropertyTypeBinaryPropertyType.Factory. parse(Node node)static BinaryPropertyTypeBinaryPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of BinaryPropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement BinaryPropertyType Modifier and Type Class Description classBinaryPropertyTypeImplAn XML Binary_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of BinaryPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return BinaryPropertyType Modifier and Type Method Description BinaryPropertyTypeMDApplicationSchemaInformationType. addNewGraphicsFile()Appends and returns a new empty "graphicsFile" elementBinaryPropertyTypeMDApplicationSchemaInformationType. addNewSoftwareDevelopmentFile()Appends and returns a new empty "softwareDevelopmentFile" elementBinaryPropertyTypeMDApplicationSchemaInformationType. getGraphicsFile()Gets the "graphicsFile" elementBinaryPropertyTypeMDApplicationSchemaInformationType. getSoftwareDevelopmentFile()Gets the "softwareDevelopmentFile" elementMethods in org.isotc211.x2005.gmd with parameters of type BinaryPropertyType Modifier and Type Method Description voidMDApplicationSchemaInformationType. setGraphicsFile(BinaryPropertyType graphicsFile)Sets the "graphicsFile" elementvoidMDApplicationSchemaInformationType. setSoftwareDevelopmentFile(BinaryPropertyType softwareDevelopmentFile)Sets the "softwareDevelopmentFile" element -
Uses of BinaryPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return BinaryPropertyType Modifier and Type Method Description BinaryPropertyTypeMDApplicationSchemaInformationTypeImpl. addNewGraphicsFile()Appends and returns a new empty "graphicsFile" elementBinaryPropertyTypeMDApplicationSchemaInformationTypeImpl. addNewSoftwareDevelopmentFile()Appends and returns a new empty "softwareDevelopmentFile" elementBinaryPropertyTypeMDApplicationSchemaInformationTypeImpl. getGraphicsFile()Gets the "graphicsFile" elementBinaryPropertyTypeMDApplicationSchemaInformationTypeImpl. getSoftwareDevelopmentFile()Gets the "softwareDevelopmentFile" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type BinaryPropertyType Modifier and Type Method Description voidMDApplicationSchemaInformationTypeImpl. setGraphicsFile(BinaryPropertyType graphicsFile)Sets the "graphicsFile" elementvoidMDApplicationSchemaInformationTypeImpl. setSoftwareDevelopmentFile(BinaryPropertyType softwareDevelopmentFile)Sets the "softwareDevelopmentFile" element
-