Class Netlicensing
- java.lang.Object
-
- com.labs64.netlicensing.schema.context.Netlicensing
-
- All Implemented Interfaces:
Serializable
public class Netlicensing extends Object implements Serializable
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 ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element name="infos" minOccurs="0"> <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> </element> <element name="items" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" type="{http://netlicensing.labs64.com/schema/context}item" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="pagenumber" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="itemsnumber" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="totalpages" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="totalitems" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="hasnext" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" type="{http://netlicensing.labs64.com/schema/context}id_type" /> <attribute name="ttl" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Netlicensing.Infos
Collection of the infos for the caller (information, warnings, errors etc.)static class
Netlicensing.Items
Collection of the items
-
Field Summary
Fields Modifier and Type Field Description protected String
id
protected Netlicensing.Infos
infos
protected Netlicensing.Items
items
protected SignatureType
signature
protected XMLGregorianCalendar
ttl
-
Constructor Summary
Constructors Constructor Description Netlicensing()
Default no-arg constructorNetlicensing(SignatureType signature, Netlicensing.Infos infos, Netlicensing.Items items, String id, XMLGregorianCalendar ttl)
Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the value of the id property.Netlicensing.Infos
getInfos()
Gets the value of the infos property.Netlicensing.Items
getItems()
Gets the value of the items property.SignatureType
getSignature()
XML Signature element.XMLGregorianCalendar
getTtl()
Gets the value of the ttl property.void
setId(String value)
Sets the value of the id property.void
setInfos(Netlicensing.Infos value)
Sets the value of the infos property.void
setItems(Netlicensing.Items value)
Sets the value of the items property.void
setSignature(SignatureType value)
Sets the value of the signature property.void
setTtl(XMLGregorianCalendar value)
Sets the value of the ttl property.
-
-
-
Field Detail
-
signature
protected SignatureType signature
-
infos
protected Netlicensing.Infos infos
-
items
protected Netlicensing.Items items
-
id
protected String id
-
ttl
protected XMLGregorianCalendar ttl
-
-
Constructor Detail
-
Netlicensing
public Netlicensing()
Default no-arg constructor
-
Netlicensing
public Netlicensing(SignatureType signature, Netlicensing.Infos infos, Netlicensing.Items items, String id, XMLGregorianCalendar ttl)
Fully-initialising value constructor
-
-
Method Detail
-
getSignature
public SignatureType getSignature()
XML Signature element.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value
- allowed object isSignatureType
-
getInfos
public Netlicensing.Infos getInfos()
Gets the value of the infos property.- Returns:
- possible object is
Netlicensing.Infos
-
setInfos
public void setInfos(Netlicensing.Infos value)
Sets the value of the infos property.- Parameters:
value
- allowed object isNetlicensing.Infos
-
getItems
public Netlicensing.Items getItems()
Gets the value of the items property.- Returns:
- possible object is
Netlicensing.Items
-
setItems
public void setItems(Netlicensing.Items value)
Sets the value of the items property.- Parameters:
value
- allowed object isNetlicensing.Items
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getTtl
public XMLGregorianCalendar getTtl()
Gets the value of the ttl property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTtl
public void setTtl(XMLGregorianCalendar value)
Sets the value of the ttl property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-