DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)

org.kr.dl.dig.v1_1.impl
Class ResponseTypeImpl

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.kr.dl.dig.v1_1.impl.ResponseTypeImpl
All Implemented Interfaces:
ResponseType, Serializable, SimpleValue, TypeStoreUser, XmlObject, XmlTokenSource

public class ResponseTypeImpl
extends XmlComplexContentImpl
implements ResponseType

An XML responseType(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
static class ResponseTypeImpl.ErrorImpl
          An XML error(@http://dl.kr.org/dig/2003/02/lang).
static class ResponseTypeImpl.IvalImpl
          An XML ival(@http://dl.kr.org/dig/2003/02/lang).
static class ResponseTypeImpl.SvalImpl
          An XML sval(@http://dl.kr.org/dig/2003/02/lang).
 
Nested classes inherited from class org.kr.dl.dig.v1_1.ResponseType
ResponseType.Error, ResponseType.Factory, ResponseType.Ival, ResponseType.Sval
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.kr.dl.dig.v1_1.ResponseType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
ResponseTypeImpl(SchemaType sType)
           
 
Method Summary
 Csynonyms addNewConceptSet()
          Appends and returns a new empty value (as xml) as the last "conceptSet" element
 ResponseType.Error addNewError()
          Appends and returns a new empty value (as xml) as the last "error" element
 IdType addNewFalse()
          Appends and returns a new empty value (as xml) as the last "false" element
 IndividualSetDocument.IndividualSet addNewIndividualSet()
          Appends and returns a new empty value (as xml) as the last "individualSet" element
 ResponseType.Ival addNewIval()
          Appends and returns a new empty value (as xml) as the last "ival" element
 Rsynonyms addNewRoleSet()
          Appends and returns a new empty value (as xml) as the last "roleSet" element
 ResponseType.Sval addNewSval()
          Appends and returns a new empty value (as xml) as the last "sval" element
 IdType addNewTrue()
          Appends and returns a new empty value (as xml) as the last "true" element
 Csynonyms[] getConceptSetArray()
          Gets array of all "conceptSet" elements
 Csynonyms getConceptSetArray(int i)
          Gets ith "conceptSet" element
 ResponseType.Error[] getErrorArray()
          Gets array of all "error" elements
 ResponseType.Error getErrorArray(int i)
          Gets ith "error" element
 IdType[] getFalseArray()
          Gets array of all "false" elements
 IdType getFalseArray(int i)
          Gets ith "false" element
 IndividualSetDocument.IndividualSet[] getIndividualSetArray()
          Gets array of all "individualSet" elements
 IndividualSetDocument.IndividualSet getIndividualSetArray(int i)
          Gets ith "individualSet" element
 ResponseType.Ival[] getIvalArray()
          Gets array of all "ival" elements
 ResponseType.Ival getIvalArray(int i)
          Gets ith "ival" element
 Rsynonyms[] getRoleSetArray()
          Gets array of all "roleSet" elements
 Rsynonyms getRoleSetArray(int i)
          Gets ith "roleSet" element
 ResponseType.Sval[] getSvalArray()
          Gets array of all "sval" elements
 ResponseType.Sval getSvalArray(int i)
          Gets ith "sval" element
 IdType[] getTrueArray()
          Gets array of all "true" elements
 IdType getTrueArray(int i)
          Gets ith "true" element
 Csynonyms insertNewConceptSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "conceptSet" element
 ResponseType.Error insertNewError(int i)
          Inserts and returns a new empty value (as xml) as the ith "error" element
 IdType insertNewFalse(int i)
          Inserts and returns a new empty value (as xml) as the ith "false" element
 IndividualSetDocument.IndividualSet insertNewIndividualSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "individualSet" element
 ResponseType.Ival insertNewIval(int i)
          Inserts and returns a new empty value (as xml) as the ith "ival" element
 Rsynonyms insertNewRoleSet(int i)
          Inserts and returns a new empty value (as xml) as the ith "roleSet" element
 ResponseType.Sval insertNewSval(int i)
          Inserts and returns a new empty value (as xml) as the ith "sval" element
 IdType insertNewTrue(int i)
          Inserts and returns a new empty value (as xml) as the ith "true" element
 void removeConceptSet(int i)
          Removes the ith "conceptSet" element
 void removeError(int i)
          Removes the ith "error" element
 void removeFalse(int i)
          Removes the ith "false" element
 void removeIndividualSet(int i)
          Removes the ith "individualSet" element
 void removeIval(int i)
          Removes the ith "ival" element
 void removeRoleSet(int i)
          Removes the ith "roleSet" element
 void removeSval(int i)
          Removes the ith "sval" element
 void removeTrue(int i)
          Removes the ith "true" element
 void setConceptSetArray(Csynonyms[] conceptSetArray)
          Sets array of all "conceptSet" element
 void setConceptSetArray(int i, Csynonyms conceptSet)
          Sets ith "conceptSet" element
 void setErrorArray(int i, ResponseType.Error error)
          Sets ith "error" element
 void setErrorArray(ResponseType.Error[] errorArray)
          Sets array of all "error" element
 void setFalseArray(IdType[] xfalseArray)
          Sets array of all "false" element
 void setFalseArray(int i, IdType xfalse)
          Sets ith "false" element
 void setIndividualSetArray(IndividualSetDocument.IndividualSet[] individualSetArray)
          Sets array of all "individualSet" element
 void setIndividualSetArray(int i, IndividualSetDocument.IndividualSet individualSet)
          Sets ith "individualSet" element
 void setIvalArray(int i, ResponseType.Ival ival)
          Sets ith "ival" element
 void setIvalArray(ResponseType.Ival[] ivalArray)
          Sets array of all "ival" element
 void setRoleSetArray(int i, Rsynonyms roleSet)
          Sets ith "roleSet" element
 void setRoleSetArray(Rsynonyms[] roleSetArray)
          Sets array of all "roleSet" element
 void setSvalArray(int i, ResponseType.Sval sval)
          Sets ith "sval" element
 void setSvalArray(ResponseType.Sval[] svalArray)
          Sets array of all "sval" element
 void setTrueArray(IdType[] xtrueArray)
          Sets array of all "true" element
 void setTrueArray(int i, IdType xtrue)
          Sets ith "true" element
 int sizeOfConceptSetArray()
          Returns number of "conceptSet" element
 int sizeOfErrorArray()
          Returns number of "error" element
 int sizeOfFalseArray()
          Returns number of "false" element
 int sizeOfIndividualSetArray()
          Returns number of "individualSet" element
 int sizeOfIvalArray()
          Returns number of "ival" element
 int sizeOfRoleSetArray()
          Returns number of "roleSet" element
 int sizeOfSvalArray()
          Returns number of "sval" element
 int sizeOfTrueArray()
          Returns number of "true" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Constructor Detail

ResponseTypeImpl

public ResponseTypeImpl(SchemaType sType)
Method Detail

getErrorArray

public ResponseType.Error[] getErrorArray()
Gets array of all "error" elements

Specified by:
getErrorArray in interface ResponseType

getErrorArray

public ResponseType.Error getErrorArray(int i)
Gets ith "error" element

Specified by:
getErrorArray in interface ResponseType

sizeOfErrorArray

public int sizeOfErrorArray()
Returns number of "error" element

Specified by:
sizeOfErrorArray in interface ResponseType

setErrorArray

public void setErrorArray(ResponseType.Error[] errorArray)
Sets array of all "error" element

Specified by:
setErrorArray in interface ResponseType

setErrorArray

public void setErrorArray(int i,
                          ResponseType.Error error)
Sets ith "error" element

Specified by:
setErrorArray in interface ResponseType

insertNewError

public ResponseType.Error insertNewError(int i)
Inserts and returns a new empty value (as xml) as the ith "error" element

Specified by:
insertNewError in interface ResponseType

addNewError

public ResponseType.Error addNewError()
Appends and returns a new empty value (as xml) as the last "error" element

Specified by:
addNewError in interface ResponseType

removeError

public void removeError(int i)
Removes the ith "error" element

Specified by:
removeError in interface ResponseType

getTrueArray

public IdType[] getTrueArray()
Gets array of all "true" elements

Specified by:
getTrueArray in interface ResponseType

getTrueArray

public IdType getTrueArray(int i)
Gets ith "true" element

Specified by:
getTrueArray in interface ResponseType

sizeOfTrueArray

public int sizeOfTrueArray()
Returns number of "true" element

Specified by:
sizeOfTrueArray in interface ResponseType

setTrueArray

public void setTrueArray(IdType[] xtrueArray)
Sets array of all "true" element

Specified by:
setTrueArray in interface ResponseType

setTrueArray

public void setTrueArray(int i,
                         IdType xtrue)
Sets ith "true" element

Specified by:
setTrueArray in interface ResponseType

insertNewTrue

public IdType insertNewTrue(int i)
Inserts and returns a new empty value (as xml) as the ith "true" element

Specified by:
insertNewTrue in interface ResponseType

addNewTrue

public IdType addNewTrue()
Appends and returns a new empty value (as xml) as the last "true" element

Specified by:
addNewTrue in interface ResponseType

removeTrue

public void removeTrue(int i)
Removes the ith "true" element

Specified by:
removeTrue in interface ResponseType

getFalseArray

public IdType[] getFalseArray()
Gets array of all "false" elements

Specified by:
getFalseArray in interface ResponseType

getFalseArray

public IdType getFalseArray(int i)
Gets ith "false" element

Specified by:
getFalseArray in interface ResponseType

sizeOfFalseArray

public int sizeOfFalseArray()
Returns number of "false" element

Specified by:
sizeOfFalseArray in interface ResponseType

setFalseArray

public void setFalseArray(IdType[] xfalseArray)
Sets array of all "false" element

Specified by:
setFalseArray in interface ResponseType

setFalseArray

public void setFalseArray(int i,
                          IdType xfalse)
Sets ith "false" element

Specified by:
setFalseArray in interface ResponseType

insertNewFalse

public IdType insertNewFalse(int i)
Inserts and returns a new empty value (as xml) as the ith "false" element

Specified by:
insertNewFalse in interface ResponseType

addNewFalse

public IdType addNewFalse()
Appends and returns a new empty value (as xml) as the last "false" element

Specified by:
addNewFalse in interface ResponseType

removeFalse

public void removeFalse(int i)
Removes the ith "false" element

Specified by:
removeFalse in interface ResponseType

getConceptSetArray

public Csynonyms[] getConceptSetArray()
Gets array of all "conceptSet" elements

Specified by:
getConceptSetArray in interface ResponseType

getConceptSetArray

public Csynonyms getConceptSetArray(int i)
Gets ith "conceptSet" element

Specified by:
getConceptSetArray in interface ResponseType

sizeOfConceptSetArray

public int sizeOfConceptSetArray()
Returns number of "conceptSet" element

Specified by:
sizeOfConceptSetArray in interface ResponseType

setConceptSetArray

public void setConceptSetArray(Csynonyms[] conceptSetArray)
Sets array of all "conceptSet" element

Specified by:
setConceptSetArray in interface ResponseType

setConceptSetArray

public void setConceptSetArray(int i,
                               Csynonyms conceptSet)
Sets ith "conceptSet" element

Specified by:
setConceptSetArray in interface ResponseType

insertNewConceptSet

public Csynonyms insertNewConceptSet(int i)
Inserts and returns a new empty value (as xml) as the ith "conceptSet" element

Specified by:
insertNewConceptSet in interface ResponseType

addNewConceptSet

public Csynonyms addNewConceptSet()
Appends and returns a new empty value (as xml) as the last "conceptSet" element

Specified by:
addNewConceptSet in interface ResponseType

removeConceptSet

public void removeConceptSet(int i)
Removes the ith "conceptSet" element

Specified by:
removeConceptSet in interface ResponseType

getRoleSetArray

public Rsynonyms[] getRoleSetArray()
Gets array of all "roleSet" elements

Specified by:
getRoleSetArray in interface ResponseType

getRoleSetArray

public Rsynonyms getRoleSetArray(int i)
Gets ith "roleSet" element

Specified by:
getRoleSetArray in interface ResponseType

sizeOfRoleSetArray

public int sizeOfRoleSetArray()
Returns number of "roleSet" element

Specified by:
sizeOfRoleSetArray in interface ResponseType

setRoleSetArray

public void setRoleSetArray(Rsynonyms[] roleSetArray)
Sets array of all "roleSet" element

Specified by:
setRoleSetArray in interface ResponseType

setRoleSetArray

public void setRoleSetArray(int i,
                            Rsynonyms roleSet)
Sets ith "roleSet" element

Specified by:
setRoleSetArray in interface ResponseType

insertNewRoleSet

public Rsynonyms insertNewRoleSet(int i)
Inserts and returns a new empty value (as xml) as the ith "roleSet" element

Specified by:
insertNewRoleSet in interface ResponseType

addNewRoleSet

public Rsynonyms addNewRoleSet()
Appends and returns a new empty value (as xml) as the last "roleSet" element

Specified by:
addNewRoleSet in interface ResponseType

removeRoleSet

public void removeRoleSet(int i)
Removes the ith "roleSet" element

Specified by:
removeRoleSet in interface ResponseType

getIndividualSetArray

public IndividualSetDocument.IndividualSet[] getIndividualSetArray()
Gets array of all "individualSet" elements

Specified by:
getIndividualSetArray in interface ResponseType

getIndividualSetArray

public IndividualSetDocument.IndividualSet getIndividualSetArray(int i)
Gets ith "individualSet" element

Specified by:
getIndividualSetArray in interface ResponseType

sizeOfIndividualSetArray

public int sizeOfIndividualSetArray()
Returns number of "individualSet" element

Specified by:
sizeOfIndividualSetArray in interface ResponseType

setIndividualSetArray

public void setIndividualSetArray(IndividualSetDocument.IndividualSet[] individualSetArray)
Sets array of all "individualSet" element

Specified by:
setIndividualSetArray in interface ResponseType

setIndividualSetArray

public void setIndividualSetArray(int i,
                                  IndividualSetDocument.IndividualSet individualSet)
Sets ith "individualSet" element

Specified by:
setIndividualSetArray in interface ResponseType

insertNewIndividualSet

public IndividualSetDocument.IndividualSet insertNewIndividualSet(int i)
Inserts and returns a new empty value (as xml) as the ith "individualSet" element

Specified by:
insertNewIndividualSet in interface ResponseType

addNewIndividualSet

public IndividualSetDocument.IndividualSet addNewIndividualSet()
Appends and returns a new empty value (as xml) as the last "individualSet" element

Specified by:
addNewIndividualSet in interface ResponseType

removeIndividualSet

public void removeIndividualSet(int i)
Removes the ith "individualSet" element

Specified by:
removeIndividualSet in interface ResponseType

getSvalArray

public ResponseType.Sval[] getSvalArray()
Gets array of all "sval" elements

Specified by:
getSvalArray in interface ResponseType

getSvalArray

public ResponseType.Sval getSvalArray(int i)
Gets ith "sval" element

Specified by:
getSvalArray in interface ResponseType

sizeOfSvalArray

public int sizeOfSvalArray()
Returns number of "sval" element

Specified by:
sizeOfSvalArray in interface ResponseType

setSvalArray

public void setSvalArray(ResponseType.Sval[] svalArray)
Sets array of all "sval" element

Specified by:
setSvalArray in interface ResponseType

setSvalArray

public void setSvalArray(int i,
                         ResponseType.Sval sval)
Sets ith "sval" element

Specified by:
setSvalArray in interface ResponseType

insertNewSval

public ResponseType.Sval insertNewSval(int i)
Inserts and returns a new empty value (as xml) as the ith "sval" element

Specified by:
insertNewSval in interface ResponseType

addNewSval

public ResponseType.Sval addNewSval()
Appends and returns a new empty value (as xml) as the last "sval" element

Specified by:
addNewSval in interface ResponseType

removeSval

public void removeSval(int i)
Removes the ith "sval" element

Specified by:
removeSval in interface ResponseType

getIvalArray

public ResponseType.Ival[] getIvalArray()
Gets array of all "ival" elements

Specified by:
getIvalArray in interface ResponseType

getIvalArray

public ResponseType.Ival getIvalArray(int i)
Gets ith "ival" element

Specified by:
getIvalArray in interface ResponseType

sizeOfIvalArray

public int sizeOfIvalArray()
Returns number of "ival" element

Specified by:
sizeOfIvalArray in interface ResponseType

setIvalArray

public void setIvalArray(ResponseType.Ival[] ivalArray)
Sets array of all "ival" element

Specified by:
setIvalArray in interface ResponseType

setIvalArray

public void setIvalArray(int i,
                         ResponseType.Ival ival)
Sets ith "ival" element

Specified by:
setIvalArray in interface ResponseType

insertNewIval

public ResponseType.Ival insertNewIval(int i)
Inserts and returns a new empty value (as xml) as the ith "ival" element

Specified by:
insertNewIval in interface ResponseType

addNewIval

public ResponseType.Ival addNewIval()
Appends and returns a new empty value (as xml) as the last "ival" element

Specified by:
addNewIval in interface ResponseType

removeIval

public void removeIval(int i)
Removes the ith "ival" element

Specified by:
removeIval in interface ResponseType

DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)