Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.runtime.schemas
Class Cfglibschema

java.lang.Object
  extended by com.genesyslab.platform.configuration.protocol.runtime.schemas.Cfglibschema

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>
 


Nested Class Summary
static class Cfglibschema.TypeInfo
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String clazz
           
protected  java.math.BigDecimal edition
           
protected  java.lang.String type
           
protected  java.util.List<Cfglibschema.TypeInfo> typeInfo
           
 
Constructor Summary
Cfglibschema()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeInfo

protected java.util.List<Cfglibschema.TypeInfo> typeInfo

edition

protected java.math.BigDecimal edition

type

protected java.lang.String type

clazz

protected java.lang.String clazz
Constructor Detail

Cfglibschema

public Cfglibschema()
Method Detail

getTypeInfo

public java.util.List<Cfglibschema.TypeInfo> getTypeInfo()
Gets the value of the typeInfo property.

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


getEdition

public java.math.BigDecimal getEdition()
Gets the value of the edition property.

Returns:
possible object is BigDecimal

setEdition

public void setEdition(java.math.BigDecimal value)
Sets the value of the edition property.

Parameters:
value - allowed object is BigDecimal

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.