Class Netlicensing.Infos

java.lang.Object
com.labs64.netlicensing.schema.context.Netlicensing.Infos
All Implemented Interfaces:
Serializable
Enclosing class:
Netlicensing

public static class Netlicensing.Infos extends Object implements Serializable
Collection of the infos for the caller (information, warnings, errors etc.)

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="info" type="{http://netlicensing.labs64.com/schema/context}info" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Infos

      public Infos()
      Default no-arg constructor
    • Infos

      public Infos(List<Info> info)
      Fully-initialising value constructor
  • Method Details

    • getInfo

      public List<Info> getInfo()
      Gets the value of the info property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the info property.

      For example, to add a new item, do as follows:

          getInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list Info