Package iofXml.v2
Class Point
-
- All Implemented Interfaces:
public class Point
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Point()
-