Package iofXml.v3

Class Id

java.lang.Object
iofXml.v3.Id

public class Id extends Object
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 Details

    • value

      protected String value
    • type

      protected String type
      The issuer of the identity, e.g. World Ranking List.
  • Constructor Details

    • Id

      public Id()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      The issuer of the identity, e.g. World Ranking List.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      See Also: