Uses of Class
com.labs64.netlicensing.schema.context.Netlicensing.Items
-
Packages that use Netlicensing.Items Package Description com.labs64.netlicensing.schema com.labs64.netlicensing.schema.context -
-
Uses of Netlicensing.Items in com.labs64.netlicensing.schema
Methods in com.labs64.netlicensing.schema with parameters of type Netlicensing.Items Modifier and Type Method Description static Item
SchemaFunction. findItemByProperty(Netlicensing.Items items, String propertyName, String propertyValue)
GetItem
by existing property value. -
Uses of Netlicensing.Items in com.labs64.netlicensing.schema.context
Fields in com.labs64.netlicensing.schema.context declared as Netlicensing.Items Modifier and Type Field Description protected Netlicensing.Items
Netlicensing. items
Methods in com.labs64.netlicensing.schema.context that return Netlicensing.Items Modifier and Type Method Description Netlicensing.Items
ObjectFactory. createNetlicensingItems()
Create an instance ofNetlicensing.Items
Netlicensing.Items
Netlicensing. getItems()
Gets the value of the items property.Methods in com.labs64.netlicensing.schema.context with parameters of type Netlicensing.Items Modifier and Type Method Description void
Netlicensing. setItems(Netlicensing.Items value)
Sets the value of the items property.Constructors in com.labs64.netlicensing.schema.context with parameters of type Netlicensing.Items Constructor Description Netlicensing(SignatureType signature, Netlicensing.Infos infos, Netlicensing.Items items, String id, XMLGregorianCalendar ttl)
Fully-initialising value constructor
-