Class ObjectFactory
java.lang.Object
com.labs64.netlicensing.schema.context.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.labs64.netlicensing.schema.context package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.labs64.netlicensing.schema.context -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofInfo
Create an instance ofItem
Create an instance ofList
Create an instance ofNetlicensing
Create an instance ofNetlicensing.Infos
Create an instance ofNetlicensing.Items
Create an instance ofProperty
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.labs64.netlicensing.schema.context
-
-
Method Details
-
createNetlicensing
Create an instance ofNetlicensing
- Returns:
- the new instance of
Netlicensing
-
createNetlicensingInfos
Create an instance ofNetlicensing.Infos
- Returns:
- the new instance of
Netlicensing.Infos
-
createNetlicensingItems
Create an instance ofNetlicensing.Items
- Returns:
- the new instance of
Netlicensing.Items
-
createInfo
Create an instance ofInfo
- Returns:
- the new instance of
Info
-
createItem
Create an instance ofItem
- Returns:
- the new instance of
Item
-
createProperty
Create an instance ofProperty
- Returns:
- the new instance of
Property
-
createList
Create an instance ofList
- Returns:
- the new instance of
List
-