Platform SDK Java 8.5 API Reference

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

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

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


Field Summary
protected  java.lang.String _break
           
protected  java.lang.Integer _const
           
protected  java.lang.String _default
           
protected  java.lang.String action
           
protected  java.lang.String encrypt
           
protected  java.lang.String key
           
protected  java.lang.String libid
           
protected  java.lang.String linkType
           
protected  java.lang.String mapping
           
protected  java.lang.Integer minVersion
           
protected  java.lang.String name
           
protected  java.lang.String packCustom
           
protected  java.lang.String packName
           
protected  java.lang.String ref
           
protected  StyleType style
           
protected  java.lang.String unpack
           
protected  java.lang.String unpackCustom
           
protected  java.lang.Short value
           
 
Constructor Summary
Cfglibschema.TypeInfo.Attribute()
           
 
Method Summary
 java.lang.String getAction()
          Gets the value of the action property.
 java.lang.String getBreak()
          Gets the value of the break property.
 java.lang.Integer getConst()
          Gets the value of the const property.
 java.lang.String getDefault()
          Gets the value of the default property.
 java.lang.String getEncrypt()
          Gets the value of the encrypt property.
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.String getLibid()
          Gets the value of the libid property.
 java.lang.String getLinkType()
          Gets the value of the linkType property.
 java.lang.String getMapping()
          Gets the value of the mapping property.
 java.lang.Integer getMinVersion()
          Gets the value of the minVersion property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPackCustom()
          Gets the value of the packCustom property.
 java.lang.String getPackName()
          Gets the value of the packName property.
 java.lang.String getRef()
          Gets the value of the ref property.
 StyleType getStyle()
          Gets the value of the style property.
 java.lang.String getUnpack()
          Gets the value of the unpack property.
 java.lang.String getUnpackCustom()
          Gets the value of the unpackCustom property.
 java.lang.Short getValue()
          Gets the value of the value property.
 void setAction(java.lang.String value)
          Sets the value of the action property.
 void setBreak(java.lang.String value)
          Sets the value of the break property.
 void setConst(java.lang.Integer value)
          Sets the value of the const property.
 void setDefault(java.lang.String value)
          Sets the value of the default property.
 void setEncrypt(java.lang.String value)
          Sets the value of the encrypt property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setLibid(java.lang.String value)
          Sets the value of the libid property.
 void setLinkType(java.lang.String value)
          Sets the value of the linkType property.
 void setMapping(java.lang.String value)
          Sets the value of the mapping property.
 void setMinVersion(java.lang.Integer value)
          Sets the value of the minVersion property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPackCustom(java.lang.String value)
          Sets the value of the packCustom property.
 void setPackName(java.lang.String value)
          Sets the value of the packName property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.
 void setStyle(StyleType value)
          Sets the value of the style property.
 void setUnpack(java.lang.String value)
          Sets the value of the unpack property.
 void setUnpackCustom(java.lang.String value)
          Sets the value of the unpackCustom property.
 void setValue(java.lang.Short value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

style

protected StyleType style

mapping

protected java.lang.String mapping

libid

protected java.lang.String libid

key

protected java.lang.String key

linkType

protected java.lang.String linkType

_const

protected java.lang.Integer _const

unpackCustom

protected java.lang.String unpackCustom

packCustom

protected java.lang.String packCustom

unpack

protected java.lang.String unpack

ref

protected java.lang.String ref

_default

protected java.lang.String _default

minVersion

protected java.lang.Integer minVersion

_break

protected java.lang.String _break

encrypt

protected java.lang.String encrypt

value

protected java.lang.Short value

packName

protected java.lang.String packName

action

protected java.lang.String action
Constructor Detail

Cfglibschema.TypeInfo.Attribute

public Cfglibschema.TypeInfo.Attribute()
Method Detail

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

getStyle

public StyleType getStyle()
Gets the value of the style property.

Returns:
possible object is StyleType

setStyle

public void setStyle(StyleType value)
Sets the value of the style property.

Parameters:
value - allowed object is StyleType

getMapping

public java.lang.String getMapping()
Gets the value of the mapping property.

Returns:
possible object is String

setMapping

public void setMapping(java.lang.String value)
Sets the value of the mapping property.

Parameters:
value - allowed object is String

getLibid

public java.lang.String getLibid()
Gets the value of the libid property.

Returns:
possible object is String

setLibid

public void setLibid(java.lang.String value)
Sets the value of the libid property.

Parameters:
value - allowed object is String

getKey

public java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getLinkType

public java.lang.String getLinkType()
Gets the value of the linkType property.

Returns:
possible object is String

setLinkType

public void setLinkType(java.lang.String value)
Sets the value of the linkType property.

Parameters:
value - allowed object is String

getConst

public java.lang.Integer getConst()
Gets the value of the const property.

Returns:
possible object is BigInteger

setConst

public void setConst(java.lang.Integer value)
Sets the value of the const property.

Parameters:
value - allowed object is Integer

getUnpackCustom

public java.lang.String getUnpackCustom()
Gets the value of the unpackCustom property.

Returns:
possible object is String

setUnpackCustom

public void setUnpackCustom(java.lang.String value)
Sets the value of the unpackCustom property.

Parameters:
value - allowed object is String

getPackCustom

public java.lang.String getPackCustom()
Gets the value of the packCustom property.

Returns:
possible object is String

setPackCustom

public void setPackCustom(java.lang.String value)
Sets the value of the packCustom property.

Parameters:
value - allowed object is String

getUnpack

public java.lang.String getUnpack()
Gets the value of the unpack property.

Returns:
possible object is String

setUnpack

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

getDefault

public java.lang.String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(java.lang.String value)
Sets the value of the default property.

Parameters:
value - allowed object is String

getMinVersion

public java.lang.Integer getMinVersion()
Gets the value of the minVersion property.

Returns:
possible object is Integer

setMinVersion

public void setMinVersion(java.lang.Integer value)
Sets the value of the minVersion property.

Parameters:
value - allowed object is Integer

getBreak

public java.lang.String getBreak()
Gets the value of the break property.

Returns:
possible object is String

setBreak

public void setBreak(java.lang.String value)
Sets the value of the break property.

Parameters:
value - allowed object is String

getEncrypt

public java.lang.String getEncrypt()
Gets the value of the encrypt property.

Returns:
possible object is String

setEncrypt

public void setEncrypt(java.lang.String value)
Sets the value of the encrypt property.

Parameters:
value - allowed object is String

getValue

public java.lang.Short getValue()
Gets the value of the value property.

Returns:
possible object is Short

setValue

public void setValue(java.lang.Short value)
Sets the value of the value property.

Parameters:
value - allowed object is Short

getPackName

public java.lang.String getPackName()
Gets the value of the packName property.

Returns:
possible object is String

setPackName

public void setPackName(java.lang.String value)
Sets the value of the packName property.

Parameters:
value - allowed object is String

getAction

public java.lang.String getAction()
Gets the value of the action property.

Returns:
possible object is String

setAction

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