public class Cfglibschema
extends java.lang.Object
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 name="type_info" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="style" use="required" type="{}StyleType" /> <attribute name="mapping" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="libid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="const" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="unpackCustom" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="packCustom" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="unpack" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="minVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="break" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="encrypt" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /> <attribute name="packName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="action" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="schemaName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="edition" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class | Description |
---|---|---|
static class |
Cfglibschema.TypeInfo |
Java class for anonymous complex type.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
clazz |
|
protected java.math.BigDecimal |
edition |
|
protected java.lang.String |
type |
|
protected java.util.List<Cfglibschema.TypeInfo> |
typeInfo |
Constructor | Description |
---|---|
Cfglibschema() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClazz() |
Gets the value of the clazz property.
|
java.math.BigDecimal |
getEdition() |
Gets the value of the edition property.
|
java.lang.String |
getType() |
Gets the value of the type property.
|
java.util.List<Cfglibschema.TypeInfo> |
getTypeInfo() |
Gets the value of the typeInfo property.
|
void |
setClazz(java.lang.String value) |
Sets the value of the clazz property.
|
void |
setEdition(java.math.BigDecimal value) |
Sets the value of the edition property.
|
void |
setType(java.lang.String value) |
Sets the value of the type property.
|
protected java.util.List<Cfglibschema.TypeInfo> typeInfo
protected java.math.BigDecimal edition
protected java.lang.String type
protected java.lang.String clazz
public java.util.List<Cfglibschema.TypeInfo> getTypeInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the typeInfo property.
For example, to add a new item, do as follows:
getTypeInfo().add(newItem);
Objects of the following type(s) are allowed in the list
Cfglibschema.TypeInfo
public java.math.BigDecimal getEdition()
BigDecimal
public void setEdition(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.