|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.common.SchemaElement
public class SchemaElement
This class is added for schema processing, creating schema object.
Field Summary | |
---|---|
protected java.lang.String |
attribDerivedType_
String containing the Derived Type of attribute. |
protected java.lang.String |
attribDocumentation_
String containing the Documentation of attribute. |
protected java.util.ArrayList |
attribEnumValues_
ArrayList containing the Enum values of attribute. |
protected java.lang.String |
attribName_
String containing the name of attribute. |
protected java.lang.String |
attribReference_
String containing the Reference of attribute. |
protected java.lang.String |
attribStatus_
String containing the Status of attribute. |
protected char |
attribTypeCode_
Char containing the typecode of attribute. |
protected java.lang.String |
attribUnit_
String containing the Unit of attribute. |
protected int |
maxOccurs_
Int containing the maxOccurs of the attribute. |
protected int |
minOccurs_
Int containing the minOccurs of the attribute. |
Constructor Summary | |
---|---|
SchemaElement()
|
Method Summary | |
---|---|
java.lang.String |
getAttribDerivedType()
Method to get the attribute's derived type. |
java.lang.String |
getAttribDocumentation()
Method to get the attribute's Documentation. |
java.util.ArrayList |
getAttribEnumValues()
Method to get the attribute's Enum values. |
java.lang.String |
getAttribName()
Method to get the attribute's name. |
java.lang.String |
getAttribReference()
Method to get the attribute's Reference. |
java.lang.String |
getAttribStatus()
Method to get the attribute's Status. |
char |
getAttribTypeCode()
Method to get the attribute's typecode. |
java.lang.String |
getAttribUnit()
Method to get the attribute's Unit. |
int |
getMaxOccurs()
Method to get the maxOccurs value. |
int |
getMinOccurs()
Method to get the minOccurs value. |
void |
setAttribDerivedType(java.lang.String attribDerivedType)
Method to set the attribute's derived type. |
void |
setAttribDocumentation(java.lang.String attribDocumentation)
Method to set the attribute's Documentation. |
void |
setAttribEnumValues(java.util.ArrayList attribEnumValues)
Method to set the attribute's Enum values. |
void |
setAttribName(java.lang.String attribName)
Method to set the attribute's name. |
void |
setAttribReference(java.lang.String attribReference)
Method to set the attribute's Reference. |
void |
setAttribStatus(java.lang.String attribStatus)
Method to set the attribute's Status. |
void |
setAttribTypeCode(char attribTypeCode)
Method to set the attribute's typecode. |
void |
setAttribUnit(java.lang.String attribUnit)
Method to set the attribute's Unit. |
void |
setMaxOccurs(int max)
Method to set the maxOccurs value. |
void |
setMinOccurs(int min)
Method to set the minOccurs value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String attribName_
protected char attribTypeCode_
protected java.lang.String attribDerivedType_
protected int minOccurs_
protected int maxOccurs_
protected java.lang.String attribUnit_
protected java.lang.String attribReference_
protected java.lang.String attribStatus_
protected java.util.ArrayList attribEnumValues_
protected java.lang.String attribDocumentation_
Constructor Detail |
---|
public SchemaElement()
Method Detail |
---|
public void setAttribName(java.lang.String attribName)
attribName
- the attribute's namepublic java.lang.String getAttribName()
public void setAttribTypeCode(char attribTypeCode)
attribTypeCode
- the attribute's typecodepublic char getAttribTypeCode()
public void setAttribDerivedType(java.lang.String attribDerivedType)
attribDerivedType
- the attribute's derived typepublic java.lang.String getAttribDerivedType()
public void setAttribDocumentation(java.lang.String attribDocumentation)
attribDocumentation
- the attribute's Documentationpublic java.lang.String getAttribDocumentation()
public void setMinOccurs(int min)
min
- the min occurs valuepublic int getMinOccurs()
public void setMaxOccurs(int max)
max
- the max occurs valuepublic int getMaxOccurs()
public void setAttribUnit(java.lang.String attribUnit)
attribUnit
- the attribute's Unitpublic java.lang.String getAttribUnit()
public void setAttribReference(java.lang.String attribReference)
attribReference
- the attribute's Referencepublic java.lang.String getAttribReference()
public void setAttribStatus(java.lang.String attribStatus)
attribStatus
- the attribute's Statuspublic java.lang.String getAttribStatus()
public void setAttribEnumValues(java.util.ArrayList attribEnumValues)
attribEnumValues
- the attribute's Enum valuespublic java.util.ArrayList getAttribEnumValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |