Class Info
- java.lang.Object
-
- com.labs64.netlicensing.schema.context.Info
-
- All Implemented Interfaces:
Serializable
public class Info extends Object implements Serializable
Info element delivers all service messages to the callerJava 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the value of the id property.InfoEnum
getType()
Gets the value of the type property.String
getValue()
Gets the value of the value property.void
setId(String value)
Sets the value of the id property.void
setType(InfoEnum value)
Sets the value of the type property.void
setValue(String value)
Sets the value of the value property.
-
-
-
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 isString
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getType
public InfoEnum getType()
Gets the value of the type property.- Returns:
- possible object is
InfoEnum
-
-