Uses of Interface
org.isotc211.x2005.gco.BinaryType
-
Packages that use BinaryType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of BinaryType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return BinaryType Modifier and Type Method Description BinaryTypeBinaryDocument. addNewBinary()Appends and returns a new empty "Binary" elementBinaryTypeBinaryPropertyType. addNewBinary()Appends and returns a new empty "Binary" elementBinaryTypeBinaryDocument. getBinary()Gets the "Binary" elementBinaryTypeBinaryPropertyType. getBinary()Gets the "Binary" elementstatic BinaryTypeBinaryType.Factory. newInstance()static BinaryTypeBinaryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(File file)static BinaryTypeBinaryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(InputStream is)static BinaryTypeBinaryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(Reader r)static BinaryTypeBinaryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(String xmlAsString)static BinaryTypeBinaryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(URL u)static BinaryTypeBinaryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(XMLStreamReader sr)static BinaryTypeBinaryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BinaryTypeBinaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinaryTypeBinaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BinaryTypeBinaryType.Factory. parse(Node node)static BinaryTypeBinaryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gco with parameters of type BinaryType Modifier and Type Method Description voidBinaryDocument. setBinary(BinaryType binary)Sets the "Binary" elementvoidBinaryPropertyType. setBinary(BinaryType binary)Sets the "Binary" element -
Uses of BinaryType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement BinaryType Modifier and Type Class Description classBinaryTypeImplAn XML Binary_Type(@http://www.isotc211.org/2005/gco).Methods in org.isotc211.x2005.gco.impl that return BinaryType Modifier and Type Method Description BinaryTypeBinaryDocumentImpl. addNewBinary()Appends and returns a new empty "Binary" elementBinaryTypeBinaryPropertyTypeImpl. addNewBinary()Appends and returns a new empty "Binary" elementBinaryTypeBinaryDocumentImpl. getBinary()Gets the "Binary" elementBinaryTypeBinaryPropertyTypeImpl. getBinary()Gets the "Binary" elementMethods in org.isotc211.x2005.gco.impl with parameters of type BinaryType Modifier and Type Method Description voidBinaryDocumentImpl. setBinary(BinaryType binary)Sets the "Binary" elementvoidBinaryPropertyTypeImpl. setBinary(BinaryType binary)Sets the "Binary" element
-