java.lang.Object
com.labs64.netlicensing.schema.context.Info
All Implemented Interfaces:
Serializable

public class Info extends Object implements Serializable
Info element delivers all service messages to the caller

Java class for info complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="info">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://netlicensing.labs64.com/schema/context}info_enum" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected String value
    • id

      protected String id
      Info element unique identifier (can be info or error code)
    • type

      protected InfoEnum type
      Info element type (error, warning, info)
  • Constructor Details

    • Info

      public Info()
      Default no-arg constructor
    • Info

      public Info(String value, String id, InfoEnum type)
      Fully-initialising value constructor
  • 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
    • getId

      public String getId()
      Info element unique identifier (can be info or error code)
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getType

      public InfoEnum getType()
      Info element type (error, warning, info)
      Returns:
      possible object is InfoEnum
    • setType

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