|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.runtime.schemas.Cfglibschema.TypeInfo.Attribute
public static class Cfglibschema.TypeInfo.Attribute
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 |
---|
protected java.lang.String name
protected StyleType style
protected java.lang.String mapping
protected java.lang.String libid
protected java.lang.String key
protected java.lang.String linkType
protected java.lang.Integer _const
protected java.lang.String unpackCustom
protected java.lang.String packCustom
protected java.lang.String unpack
protected java.lang.String ref
protected java.lang.String _default
protected java.lang.Integer minVersion
protected java.lang.String _break
protected java.lang.String encrypt
protected java.lang.Short value
protected java.lang.String packName
protected java.lang.String action
Constructor Detail |
---|
public Cfglibschema.TypeInfo.Attribute()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public StyleType getStyle()
StyleType
public void setStyle(StyleType value)
value
- allowed object is
StyleType
public java.lang.String getMapping()
String
public void setMapping(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLibid()
String
public void setLibid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinkType()
String
public void setLinkType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getConst()
BigInteger
public void setConst(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getUnpackCustom()
String
public void setUnpackCustom(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPackCustom()
String
public void setPackCustom(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnpack()
String
public void setUnpack(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
public java.lang.String getDefault()
String
public void setDefault(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getMinVersion()
Integer
public void setMinVersion(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getBreak()
String
public void setBreak(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEncrypt()
String
public void setEncrypt(java.lang.String value)
value
- allowed object is
String
public java.lang.Short getValue()
Short
public void setValue(java.lang.Short value)
value
- allowed object is
Short
public java.lang.String getPackName()
String
public void setPackName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAction()
String
public void setAction(java.lang.String value)
value
- allowed object is
String
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |