Class Info
java.lang.Object
com.labs64.netlicensing.schema.context.Info
- All Implemented Interfaces:
Serializable
Info element delivers all service messages to the caller
Java 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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Info element unique identifier (can be info or error code)getType()
Info element type (error, warning, info)getValue()
Gets the value of the value property.void
Sets the value of the id property.void
Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
value
-
id
Info element unique identifier (can be info or error code) -
type
Info element type (error, warning, info)
-
-
Constructor Details
-
Info
public Info()Default no-arg constructor -
Info
Fully-initialising value constructor
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getId
Info element unique identifier (can be info or error code)- Returns:
- possible object is
String
-
setId
Sets the value of the id property. -
getType
Info element type (error, warning, info)- Returns:
- possible object is
InfoEnum
-
setType
Sets the value of the type property.
-