Package iofXml.v3
Class Id
-
- All Implemented Interfaces:
public class Id
Identifier element, used extensively. The id should be known and common for both systems taking part in the data exchange.
Java class for Id complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Id"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Id()
-