Package iofXml.v3
Class Id
java.lang.Object
iofXml.v3.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
type
The issuer of the identity, e.g. World Ranking List.
-
-
Constructor Details
-
Id
public Id()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getType
The issuer of the identity, e.g. World Ranking List.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.
-