Uses of Class
net.opengis.iso19139.gco.v_20070417.BinaryType
-
Packages that use BinaryType Package Description net.opengis.iso19139.gco.v_20070417 -
-
Uses of BinaryType in net.opengis.iso19139.gco.v_20070417
Fields in net.opengis.iso19139.gco.v_20070417 declared as BinaryType Modifier and Type Field Description protected BinaryTypeBinaryPropertyType. binaryMethods in net.opengis.iso19139.gco.v_20070417 that return BinaryType Modifier and Type Method Description BinaryTypeObjectFactory. createBinaryType()Create an instance ofBinaryTypeBinaryTypeBinaryPropertyType. getBinary()Gets the value of the binary property.BinaryTypeBinaryType. withSrc(String value)BinaryTypeBinaryType. withValue(String value)Methods in net.opengis.iso19139.gco.v_20070417 that return types with arguments of type BinaryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BinaryType>ObjectFactory. createBinary(BinaryType value)Methods in net.opengis.iso19139.gco.v_20070417 with parameters of type BinaryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<BinaryType>ObjectFactory. createBinary(BinaryType value)voidBinaryPropertyType. setBinary(BinaryType value)Sets the value of the binary property.BinaryPropertyTypeBinaryPropertyType. withBinary(BinaryType value)Constructors in net.opengis.iso19139.gco.v_20070417 with parameters of type BinaryType Constructor Description BinaryPropertyType(BinaryType binary, List<String> nilReason)Fully-initialising value constructor
-