Class 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:
    Serialized Form
    • Constructor Detail

      • Info

        public Info()
        Default no-arg constructor
      • Info

        public Info​(String value,
                    String id,
                    InfoEnum type)
        Fully-initialising value constructor
    • Method Detail

      • 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()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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

        public InfoEnum getType()
        Gets the value of the type property.
        Returns:
        possible object is InfoEnum
      • setType

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