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>
Modifier and Type | Class | Description |
---|---|---|
static class |
Cfglibschema.TypeInfo.Attribute |
Java class for anonymous complex type.
|
Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
TypeInfo() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
protected java.util.List<Cfglibschema.TypeInfo.Attribute> attribute
protected java.lang.String name
protected java.lang.String clazz
protected java.lang.String id
protected java.lang.String schemaName
protected java.lang.String alias
protected java.lang.String ref
public java.util.List<Cfglibschema.TypeInfo.Attribute> getAttribute()
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
public java.lang.String getName()
String
public void setName(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
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchemaName()
String
public void setSchemaName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlias()
String
public void setAlias(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRef()
String
public void setRef(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.