Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.configuration.protocol.runtime.schemas.Cfglibschema.TypeInfo
Enclosing class:
Cfglibschema

public static class Cfglibschema.TypeInfo
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="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>
 


Nested Class Summary
static class Cfglibschema.TypeInfo.Attribute
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String alias
           
protected  java.util.List<Cfglibschema.TypeInfo.Attribute> attribute
           
protected  java.lang.String clazz
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  java.lang.String ref
           
protected  java.lang.String schemaName
           
 
Constructor Summary
Cfglibschema.TypeInfo()
           
 
Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.util.List<Cfglibschema.TypeInfo.Attribute> getAttribute()
          Gets the value of the attribute property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getRef()
          Gets the value of the ref property.
 java.lang.String getSchemaName()
          Gets the value of the schemaName property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.
 void setSchemaName(java.lang.String value)
          Sets the value of the schemaName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected java.util.List<Cfglibschema.TypeInfo.Attribute> attribute

name

protected java.lang.String name

clazz

protected java.lang.String clazz

id

protected java.lang.String id

schemaName

protected java.lang.String schemaName

alias

protected java.lang.String alias

ref

protected java.lang.String ref
Constructor Detail

Cfglibschema.TypeInfo

public Cfglibschema.TypeInfo()
Method Detail

getAttribute

public java.util.List<Cfglibschema.TypeInfo.Attribute> getAttribute()
Gets the value of the attribute 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 attribute property.

For example, to add a new item, do as follows:

    getAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list Cfglibschema.TypeInfo.Attribute


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name 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

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSchemaName

public java.lang.String getSchemaName()
Gets the value of the schemaName property.

Returns:
possible object is String

setSchemaName

public void setSchemaName(java.lang.String value)
Sets the value of the schemaName property.

Parameters:
value - allowed object is String

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

getRef

public java.lang.String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(java.lang.String value)
Sets the value of the ref 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.