Package iofXml.v3
Class EventURL
-
- All Implemented Interfaces:
public class EventURL
Java class for EventURL complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EventURL"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Website"/> <enumeration value="StartList"/> <enumeration value="ResultList"/> <enumeration value="Other"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description EventURL()
-